*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body{
  font-family: 'Open Sans', sans-serif;
  background: black;
}



/*Sección presentación*/

.bienvenida{
  width: 100%;
  background-color: white;
  margin-top: 2px;
  color: #ef7821;
  text-align: center;
}


.bienvenida h1{

  padding: 20px 20px;
  line-height: 1.7em;
  max-width: 570px;
  margin: 0 auto;
}

.bienvenida img{
  padding-top: 25px;
}

/*Fin de Sección presentación*/




/*MENU CONTACTOS*/

/*Banner*/

.banner-contacto{
  width: 100%;
  height: 517px;

  background-image: url(../img/banner-contacto.jpg);
  background-position: center;
  background-size: cover;
}

.contenedor-contacto{
  width: 100%;
  height: 765px;
  background-color: rgba(2, 29, 57, 0.25);
  background-position: center;
  background-size: cover;
}










/*PIE DE PAGINA*/


.top-footer{
  width: 100%;
  background-color: gray;
  height: 6px;
}

/*.................................*/

.center-footer{
  width: 100%;
  height: 250px;
  font-size: 16px;
  background-color: #ef7821;
  margin: auto;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



.info2{
  color: white;
  margin: 10px 40px;
  line-height: 195%;
}

/*.................................*/



.info4{
  color: white;
  margin: 10px 40px;
  line-height: 200%;
}

.info4 a{
  margin: 5px;
  font-weight: bold;
  font-size: 25px;
  color: white;
  line-height: 225%;
}

.info4 a:hover{
  color: black;
}

/*.................................*/

#footer-whatsapp a{
  font-size: 25px;
  color: #b0b3b3;
  transition: all 1s ease;
  width: 62px;
}

#footer-whatsapp a:hover{
  font-weight: bold;
  color: #fff;
}

#footer-facebook a{
  font-size: 25px;
  color: #b0b3b3;
  transition: all 1s ease;
  width: 62px;
}

#footer-facebook a:hover{
  font-weight: bold;
  color: #fff;
}


#footer-mail a{
  font-size: 25px;
  color: #b0b3b3;
  transition: all 1s ease;
  width: 62px;
}

#footer-mail a:hover{
  font-weight: bold;
  color: #fff;
}



@media (min-width: 300px) and (max-width: 760px){
  .center-footer{
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .info3{
    display: none;
  }
}
