.header {
    background-image: url('img/header.jpg');
    background-size: cover;
    background-position: center center;
    height: 600px;
}
.logo {
    margin-top: 20px;
}
.box-menu {
    float: right;
    margin-top: 20px;
    text-align: right;
}
.linea1-menu span{
    border-top: 1px solid #fff;
}
.btn-menu {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
.btn-menu a {
    color: #000;
    text-decoration: none;
    outline: none;
}
.linea2-menu span{
    border-bottom: 1px solid #000;
}
.quienes {
    padding-bottom: 30px;
}
.titulo-quienes {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-top: 30px;
}
.sub-quienes {
    text-align: center;
}
.subtitulo-quienes {
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-top: 30px;
}
.linea-quienes {
    border:1px solid #231F20;
}
.texto-quienes {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.hacemos {
    background-color: #201A22;
}
.titulo-hacemos {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.titulo-hacemos span {
    margin-left: -100px;
}
.hacemos {
    padding-bottom: 40px;
}
.cuadro-hacemos {
    text-align: center;
    margin-top: 20px;
}
.cuadro-hacemos p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 200px;
    height: 60px;
    border: 1px solid #fff;
    margin: auto auto;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.texto-hacemos {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.contacto {
    background-image: url('img/fondo-contacto.jpg');
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    padding-bottom: 40px;
}
.titulo-contacto {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.form-group {
    
}
.form-group input {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #f1f1f1;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    box-shadow: none;
}
.form-group textarea {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #f1f1f1;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
    height: 150px;
}
.form-group button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 1px;
    margin: auto auto;
}
.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.form-group input::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    opacity: 1;

}
.form-group input:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.form-group input:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: #fff !important;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #fff !important;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #fff !important;
    font-family: 'Lato', sans-serif;
    opacity: 1; 
}

textarea::placeholder {
  color: #fff !important;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.texto-contacto {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size:30px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
}
.texto-contacto a{
    text-decoration: none;
    color: #F0552F;
}
.footer {
    padding-top: 60px;
    padding-bottom: 80px;
}
.news {
    
}
.news input {
    border: none;
    border: 1px solid #231F20;
    border-radius: 3px;
    background-color: transparent;
    color: #231F20;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    width: 20vw;
    padding-left: 5px;
}
.copy {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.caro {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}
.caro a{
    text-decoration: none;
    color: #000;
}
.enviarNews {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    background-color: #000;
    padding: 10px 30px;
    margin-left: 5px;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
}
.cargando {
    background-color: rgba(255,255,255,0.98);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 111111;
}
.cargando img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -84px; /* Half the height */
    margin-left: -72px; /* Half the width */
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.nombres-quienes {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}