@charset "utf-8";
/* CSS Document */



.left {
  float: left;
}

.right {
  float: right;
}


/* identificador círculo usando charmap*/
.circle:before {
  content: ' \25CF';
  font-size: 20px;
  margin-right: 5px;
}

.color1 {
  color: #CCDBEA;
}

.color2 {
  color: #99B6D5;
}

.color3 {
  color: #6692C1;
}

.color4 {
  color: #336DAC;
}

.color5 {
  color: #004997;
}


/*hace que el tooltip no se oculte por el z-index de otros divs*/
.tooltip {
  position: fixed;
}

/*espacios*/
.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.top50 {
  margin-top: 50px;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}

.bottom40 {
  margin-bottom: 40px;
}

.bottom50 {
  margin-bottom: 50px;
}


/*------ Estilos de Mi cuenta --------------*/
.caja01 {
  background-color: #FFF;
  border-left: 1px solid #efefef;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
  min-width: 100%;
  margin-bottom: 30px;
}

.caja02 {
  background-color: #ff4201;
}

.caja02a {
  position: relative;
  overflow: hidden;
}

.pad20 {
  padding: 20px;
}

.micuenta {
  margin: 50px 0;
}

.micuenta01 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 100%;
  overflow: hidden;
}

.micuenta01 .afi {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  float: right;
  width: 38%;
}

.micuenta02 {
  font-size: 14px;
  color: #777;
  margin-right: 5px;
  font-weight: 300;
}

.micuenta03 {
  color: #ff4201;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.micuenta04 {
  margin-left: 20px;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}

.micuenta05 {
  font-size: 12px;
  color: #777;
  margin-right: 5px;
  font-weight: 300;
}

.micuenta06 {
  color: #ff4201;
  font-size: 17px;
  font-weight: 300;
  line-height: 120%;
}

.totalapo {
  color: #ff4201;
  font-size: 18px;
  font-weight: 300;
}

.sub {
  padding-left: 28px;
  font-size: 13px !important;
}

.cifras00 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 17px;
  line-height: 120%;
}

.cifras0f {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 26px;
  line-height: 120%;
}

.cifras01 {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 140% !important;
  padding: 15px !important;
}

.cifras02 {
  font-size: 18px;
  color: #ff4201;
}

a.list-group-item.list-group-item-success.cifrasxx {
  background-color: #ff4201;
  color: #fff;
}

a.list-group-item.list-group-item-success.cifrasxf {
  background-color: #DB1A21;
  color: #fff;
}

@media (max-width:768px) {
  .micuenta04 {
    margin-left: 0px;
    border-left: none;
    padding-left: 0px;
    margin-top: 30px;
    clear: both;
  }
}

.estado01 {
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 100%;
}

.estado02 {
  width: 85%;
  padding-right: 10px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #111;
}

.estado03 {
  width: 85%;
  padding-right: 10px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 13px;
  line-height: 100%;
  font-weight: 300;
  color: #777;
}

.estado04 {
  font-size: 17px;
  color: #ff4201;
}

.estado05 {
  clear: both;
  margin-top: 10px;
}

.numero {
  float: right;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  color: #ff4201;
  line-height: 22px;
  text-align: center;
  background: #FFCF00;
  font-weight: 500;
}

.pad15 {
  padding: 15px;
}

.pad10 {
  padding: 20px 15px;
}

.obligaciones01 {
  float: right;
  margin-right: 25px;
}

.obligaciones00 {
  float: right;
}

@media (max-width:768px) {
  .obligaciones01 {
    float: left;
    margin-right: 0;
    margin-top: 10px;
    clear: both;
  }

  .obligaciones00 {
    float: left;
    margin-top: 10px;
    clear: both
  }
}


/*flechita drop down del menú superior (icomoon outline icons)*/
.lnr-chevron-down {
  font-size: 8px;
  font-weight: 700;
  margin-left: 8px;
  /* To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

/*flechita drop down del menú izquierdo Side Nav(icomoon outline icons)*/
.sideflecha {
  font-size: 13px;
  font-weight: 700;
  float: right;
  /* To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

.sideflecha2 {
  font-size: 10px;
  font-weight: 700;
  float: right;
  margin-top: 4px;
  /* To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}


/*-- Responsive Div Table https://codepen.io/amwill04/pen/QNPpqx--*/
.table {
  display: table;
  text-align: center;
  width: 100%;
  margin: 0 auto 0;
  border-collapse: separate;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  line-height: 100%;
}

.table_row {
  display: table-row;
}

.theader {
  display: table-row;
}

.table_header {
  display: table-cell;
  border-bottom: #ccc 1px solid;
  border-top: #fff 1px solid;
  background: #fff;
  color: #ff4201;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.table_header:first-child {
  border-left: #fff 1px solid;
  /*border-top-left-radius: 5px;*/
}

.table_header:last-child {
  border-right: #fff 1px solid;
  /*border-top-right-radius: 5px;*/
}

.table_small {
  display: table-cell;
}

.table_row>.table_small>.table_cell:nth-child(odd) {
  display: none;
  background: #f4f4f4;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table_row>.table_small>.table_cell {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px !important;
  color: #222;
  border-bottom: #ccc 1px solid;
}

.table_row>.table_small:first-child>.table_cell {
  border-left: #fff 1px solid;
}

.table_row>.table_small:last-child>.table_cell {
  border-right: #fff 1px solid;
}

.table_row:last-child>.table_small:last-child>.table_cell:last-child {
  /*border-bottom-right-radius: 5px;*/
}

.table_row:last-child>.table_small:first-child>.table_cell:last-child {
  /*border-bottom-left-radius: 5px;*/
}

.table_row:nth-child(2n+3) {
  background: #fff;
}

@media screen and (max-width: 900px) {
  .table {
    width: 90%
  }
}

@media screen and (max-width: 650px) {
  .table {
    display: block;
  }

  .table_row:nth-child(2n+3) {
    background: none;
  }

  .theader {
    display: none;
  }

  .table_row>.table_small>.table_cell:nth-child(odd) {
    display: table-cell;
    width: 50%;
  }

  .table_cell {
    display: table-cell;
    width: 50%;
  }

  .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 20px;
    margin: 5% auto 0;
    text-align: center;
  }

  .table_small {
    display: table-row;
  }

  .table_row>.table_small:first-child>.table_cell:last-child {
    border-left: none;
  }

  .table_row>.table_small>.table_cell:first-child {
    border-left: #ccc 1px solid;
  }

  .table_row>.table_small:first-child>.table_cell:first-child {
    border-top-left-radius: 5px;
    border-top: #ccc 1px solid;
  }

  .table_row>.table_small:first-child>.table_cell:last-child {
    padding-left: 5px;
    border-top-right-radius: 5px;
    border-top: #ccc 1px solid;
  }

  .table_row>.table_small:last-child>.table_cell:first-child {
    border-right: none;
  }

  .table_row>.table_small>.table_cell:last-child {
    border-right: #ccc 1px solid;
  }

  .table_row>.table_small:last-child>.table_cell:first-child {
    border-bottom-left-radius: 5px;
  }

  .table_row>.table_small:last-child>.table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
}

/*-- Responsive Div Table https://codepen.io/amwill04/pen/QNPpqx FINAL --*/


/*EVITA EL ERROR DE SCROLLBAR HORIZONTAL POR LA ANIMACIÓN FADEIN LEFT por el error de transform: translate();*/
body {
  overflow-x: hidden;
}


/*-- Modal Box --*/
.modal-header {
  min-height: 16.428571429px;
  padding: 30px 20px;
  border-bottom: 0 !important;
  background-color: #ff4201;
  color: #fff;
}

.modal-title {
  margin: 0;
  /*line-height: 1.428571429;*/
  font-family: 'Roboto', sans-serif !important;
  /*font-size:26px !important;*/
  font-weight: 300 !important;
  line-height: 100% !important;
}

.modal-header .close {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 300 !important;
}

.modal-body {
  position: relative;
  padding: 0 !important;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modalfb01 {
  color: #ff4201;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 100%;
}

.modalfb02 {
  color: #ff4201;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 100%;
}

.modalfb03 {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
}

.modalfb04 {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 100%;
}

.modalfb05 {
  margin: 20px;
  float: left;
}

.modalfb06 {
  padding: 16px 0px 16px 0px;
  width: 100%;
  overflow: hidden;
}

.modalfb07 {
  color: #336DAC;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.modalfb08 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.modalfb09 {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 5px;
}


@media (min-width: 992px) {
  .modalfbcolu {
    display: table-cell;
    float: none;
  }

  .modalfbtabla {
    display: table;
  }
}

/*---- Botones MOdal Box --*/
.btmodalg {
  font-family: 'Roboto', sans-serif;
  color: #EA4335 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 10px 26px !important;
  background: rgba(0, 72, 151, 0) !important;
  border: solid 1px #EA4335 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition-duration: 0.4s !important;
  -moz-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important;
  display: inline-block;
}

.btmodalg:hover {
  color: #FFF !important;
  background-color: #EA4335 !important;
  border: solid 1px #EA4335 !important;
  text-decoration: none !important;
}

.btmodalx {
  font-family: 'Roboto', sans-serif;
  color: white !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 10px 26px !important;
  background-color: #ff4201 !important;
  border: solid 1px #ff4201 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition-duration: 0.4s !important;
  -moz-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important;
  display: inline-block;
}

.btmodalx:hover {
  color: white !important;
  background-color: #28272b !important;
  border: solid 1px #28272b !important;
  text-decoration: none !important;
}

.btmodalxf {
  font-family: 'Roboto', sans-serif;
  color: #DB1A21 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 10px 26px !important;
  background-color: #FFCF00 !important;
  border: solid 1px #FFCF00 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition-duration: 0.4s !important;
  -moz-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important;
  display: inline-block;
}

.btmodalxf:hover {
  color: #FFCF00 !important;
  background-color: #DB1A21 !important;
  border: solid 1px #DB1A21 !important;
  text-decoration: none !important;
}

.btmodals {
  font-family: 'Roboto', sans-serif;
  color: #ff4201 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 10px 26px !important;
  background: rgba(0, 72, 151, 0) !important;
  border: solid 1px #ff4201 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition-duration: 0.4s !important;
  -moz-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important;
  display: inline-block;
}

.btmodals:hover {
  color: #FFCF00 !important;
  background-color: #ff4201 !important;
  border: solid 1px #ff4201 !important;
  text-decoration: none !important;
}

.btmodalsfe {
  font-family: 'Roboto', sans-serif;
  color: #DB1A21 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 10px 26px !important;
  background: rgba(0, 72, 151, 0) !important;
  border: solid 1px #DB1A21 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition-duration: 0.4s !important;
  -moz-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important;
  display: inline-block;
}

.btmodalsfe:hover {
  color: #FFF !important;
  background-color: #DB1A21 !important;
  border: solid 1px #DB1A21 !important;
  text-decoration: none !important;
}




/*-------------- Side Nav Menú ----------------------*/
a.list-group-item.list-group-item-success.sideactive {
  border-right: 2px solid #ff4201;
  background-color: #f2f2f2;
}




/*--- Responsive del Logo en el Header ---*/
@media (min-width: 320px) and (max-width: 768px) {
  .fblogo {
    width: 220px;
    padding-left: 20px;
  }

  .head-section {
    position: relative;
  }
}

@media (max-width: 320px) {
  .fblogo {
    width: 180px;
    padding-left: 20px;
  }

  .head-section {
    position: relative;
  }
}


/*Estilos Quienes Somos*/
.quienes {
  padding: 50px 0;
}

.pruebas02 {
  float: left !important;
  color: #ff4201;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 100%;
}

.pruebas03 {
  padding-top: 20px;
  clear: both;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #333;
  line-height: 140%;
  font-size: 15px;
}



.espaciouno {
  margin-right: 10px
}

.espaciodos {
  margin-right: 5px
}


/*-- Seccion PORQUE en el Home ---------------*/
.parallax {
  /* The image used */
  background-image: url("imagenes/porque01bg.jpg");
  /* Set a specific height */
  height: auto;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#porque {
  padding: 65px 0;
  margin: 0 !important;
  border: 0 !important;
  background-image: url(imagenes/fondo-fonbolsa.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 60vh;
}

.porque-content {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 28px 30px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.porque01 {
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 100%;
  color: #ff4201;
}

.porque02 {
  float: left;
  clear: both;
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 155%;
  color: #666;
}

.porque03 {
  float: left;
  clear: both;
  margin-top: 40px;
}

.btpor1 {
  font-family: 'Roboto', sans-serif;
  color: white !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 8px 26px !important;
  background-color: #ff4201 !important;
  border: solid 1px #ff4201 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition-duration: 0.4s !important;
  -moz-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important;
  display: inline-block;
}

.btpor1:hover {
  color: white !important;
  background-color: #28272b !important;
  border: solid 1px #28272b !important;
}


/*---- Botones Layer Slider --*/
.btlayer1 {
  font-family: 'Roboto', sans-serif;
  color: #FFCF00 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 10px 26px !important;
  background: rgba(255, 207, 0, 0) !important;
  border: solid 1px #FFCF00 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition-duration: 0.4s !important;
  -moz-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important;
  display: inline-block;
}

.btlayer1:hover {
  color: #f2f2f2 !important;
  background-color: #ff4201 !important;
  border: solid 1px #ff4201 !important;
  text-decoration: none !important;
}

.btlayer2 {
  font-family: 'Roboto', sans-serif;
  color: #ff4201 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 10px 26px !important;
  background: rgba(0, 72, 151, 0) !important;
  border: solid 1px #ff4201 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition-duration: 0.4s !important;
  -moz-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important;
  display: inline-block;
}

.btlayer2:hover {
  color: #FFCF00 !important;
  background-color: #ff4201 !important;
  border: solid 1px #ff4201 !important;
  text-decoration: none !important;
}

.btlayer3 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding: 10px 26px !important;
  background: rgba(0, 72, 151, 0) !important;
  border: solid 1px #ffffff !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;
  -webkit-transition-duration: 0.4s !important;
  -moz-transition-duration: 0.4s !important;
  -o-transition-duration: 0.4s !important;
  transition-duration: 0.4s !important;
  display: inline-block;
}

.btlayer3:hover {
  color: #DA1A21 !important;
  background-color: #ffffff !important;
  border: solid 1px #ffffff !important;
  text-decoration: none !important;
}

@media (max-width: 320px) {
  .btlayer1 {
    font-size: 6px !important;
    padding: 3px 4px !important;
  }

  .btlayer2 {
    font-size: 6px !important;
    padding: 3px 4px !important;
  }
}

@media (max-width: 768px) {
  .btlayer1 {
    font-size: 10px !important;
    padding: 6px 8px !important;
  }

  .btlayer2 {
    font-size: 10px !important;
    padding: 6px 8px !important;
  }
}




/* --- DIEGO PARRA MENU STICKY  Clase que agregaremos cuando el usuario haga scroll --- */
@media (min-width: 768px) {
  .menu-fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    min-width: 100%;
    padding: 0 40px !important;
  }
}

.img-wrapper {
  position: relative;
}

.img-wrapper img {
  width: 100%;
}

.img-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.img-wrapper h2 {
  margin: 0 0 .5em;
}

/*-- slide to top - ir arriba de la página*/
.cd-top {
  display: inline-block;
  height: 36px;
  width: 36px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #ff4201 url(imagenes/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border-radius: 4px !important;

  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*-- footer --*/
footer {
  background-color: #ff4201;
  padding: 40px 0;
  margin: 0 !important;
  border: 0 !important;
}

.footer02 {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  color: #ffffff;
}

.footer03 {
  opacity: 0.7;
}

.footer04 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #FFF;
  opacity: 0.7;
  line-height: 100%;
  font-size: 13px;
}

@media (max-width: 990px) {
  .fotespace {
    margin-top: 30px;
  }

  .fotespace2 {
    margin-top: 30px;
  }
}