/*para que no aparezca franja blanca, selector universal*/
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*fin del selector universal para que no se generen padding*/
  }
.section{
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
.section .foto{
  display: inline-block;
  vertical-align: middle;
}
.section .texto2{
  display: inline-block;
  vertical-align: middle;
}

.texto2{
  
  width: 100%;
  height: auto;
  /*border: solid 1px #fff;*/
}

 
   .fondo{
    background-color: #183a68;
   }
   .fondo a{
    color: #000;
   }
   
.d-block{
    width: auto;
    height: 400px;
   }
   .texto1{

    margin-top: 50px;
    font-size: 62px;
    font-family: arial;
   }

   .navbar-brand img{
    margin-top: 10px;
    width: 222px;
    height: 75px;
   }
   nav .navbar-brand{
    height: 90px;
    margin-top: -15px;
   }

    .linea{
    border-top: 5px solid 1px #0077C0;
    margin-bottom: 40px;
    }
    

.fondo2 a:hover{
    background-color: #EA6D0D;
    color: #fff;
   }


#footer-area{
  padding: 90px 0 60px 0;
  background-color: #262626;
  color:#fff;
}
.footer-social{
  margin-top: 40px;

}
.logo3m img{
  width: 100%;
  height: 80%;
}
  

.wf{
  margin: 10px 10px 0px 0px;
  float: left;
  position: relative;
}
.single-footer h4{
  font-weight: 500;
  margin-bottom: 25px;
  color:#fafafa;
  font-family: verdana;
}
.single-footer p{
  font-size: 14px;
}
.link-area li{
  padding: 5px 5px 5px 0;
  list-style: none
}
.link-area li a{
  text-transform: capitalize;
  color:#ddd;
  font-family: verdana;
  font-size: 14px;
}
.link-area li a i{
  margin-right: 10px;
  color:#ddd;
}
.link-area{
  padding: 0;
}
.single-footer p{
  font-family: verdana;
  
}


.fondo3{
  border:solid 1px #fff;
 border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0px 0px 0px 0px;
}

.footer-social li i{
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-block;
  background: #000;
}
.footer-social li a i{
  color: #fff;
  padding: 8px;
}
.copyright-area p{
  font-size: 15px;
}
.maps{
  height: 500px;
  margin-bottom: 200px;
}
.maps iframe{
  width: 100%;
  height: 100%;
}
.fin{
  margin-top: 20px;
  margin-bottom: -50px;
}
.sm{
  margin: 20px 0;
}
.sm a{
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 50%
}
.sm a:hover{
  list-style: none;
  text-decoration: none;
  color: #fff;
  background: #EA6D0D;
  
}

img{
  width: 100%;
  height: 100%;
}
 .obj{
  margin-top: 30px;
 }


.perfil{
  margin-top: 50px;
  margin-bottom: 100px;
}

.pro{
  font-size: 30px;
  margin-top: 30px;
  text-align: center;
  font-family: helvetica;
}
.picture img{
  border-radius: 25px;
}


.titulos{
  font-family: helvetica;
  border-radius: 15px;
  background-color: #EA6D0D;
  color: #fff;
  text-align: center;
  font-size: 40px;
}

.re{
  margin-top: 20px;
  font-family: helvetica;
  font-size: 30px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #9d9d9c;
}

.horarios{

  margin-top: 50px;
  margin-bottom: 70px;
}
.h{
   font-family: helvetica;
  font-size: 30px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #9d9d9c;
}