html, body{
  height: 100%;
}
body {
  font-family:'Rubik', sans-serif;
  font-size: 13px;
  color: #fff;
}
p{
  font-family:'Rubik', sans-serif;
  font-weight: 300;
  font-size: 16px;
}


.section{
  height: 100%;
  width: 100%;
}


.justificado{
  vertical-align: middle;
  display: table-cell;
}

.cover-container {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.logotipo{
  -o-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -o-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
}
.direccion{
  margin: 30px 50px;
  font-size: 18px;
  color: #555555;
  font-family: 'Oxygen', sans-serif;
  -o-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  padding: 4px 0 0;
}
.subtitulo{
  font-size: 35px;
  color: #a7a3a3;
  font-family: 'Rubik', sans-serif;
  -o-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  padding: 4px 0 30px;
  font-weight: 400;
}
.contenido{
  font-size: 15px;
  color:#fff;
  -o-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -o-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.boton1{
  font-size: 15px;
  background: white;
  border-color: black;
  margin: 10px;
  color: #28313a;
  -o-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -webkit-animation-duration: .5s;
  -o-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;

}

.boton1:hover{
  font-size: 15px;
  background: #28313a;
  margin: 10px;
  color: #d3ebdb;
  -o-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -webkit-animation-duration: .5s;
  -o-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;

}
.boton2{
  font-size: 15px;
  background: none;
  margin: 10px;
  color:#fff;
  -o-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -webkit-animation-duration: .5s;
  -o-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.iconos{
  -o-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -webkit-animation-duration: .5s;
  -o-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;

}
.redes{
  width: 40px;
  height: 40px;
  margin: 5px;
}
.logoMain{
  width: 100%;
  max-width: 320px
}

.contacto{
  padding: 90px 0;
  min-height: 650px;
}

.regalarsection{
  padding: 90px 0;
  min-height: 650px;
}
.logoContacto{
  width: 100%;
  max-width: 250px;
  margin-bottom: 30px;
}
.textoContenedor{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 530px;
}
.texto1{
  display: table;
}
.iframe{
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  max-width: 370px;
}
.fecha{
  width: 100%;
  max-width: 350px;
  padding: 20px 0;
  -o-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}

@media (max-width:768px) {
  .titulo{
    font-size: 38px;
  }
  .principal-container{
    margin-top: 25%;
  }
  .boton1{
    margin: 0
  }
  .boton2{
    margin: 0
  }
  .contacto{
    padding: 0;
  }


}