*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

h1,h2,h3,h4,h5,p,span,a{
    font-family: 'Quicksand', sans-serif;
}

body{
    margin: 0;
    padding: 0;
}

#encabezado {
  background-image: url(../img/sensPies.jpg);
  width: 100%; 
  background-size: cover;
  padding: 20px 0px 50% 0px;
  background-position: bottom center;
  position: relative;
  z-index: -1;
  border-radius: 0 0 20% 20%;
  
}

#encabezado img{
    width: 250px;
    text-align: center;
   display:block;
   margin: 0 auto;
   

}
#ctaSection{
    margin-top: -60px;
    z-index: 9999;
 }
#ctaSection h3{
font-weight: 400;
margin: 5px 0 0 0;
}
#ctaSection img{
    width: 35px;
}

.barritas{
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}

#ctaSection .fila{
    padding: 20px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-radius: 30px;

}
#ctaSection .fila a{
transition: transform 0.5s;    

}

#ctaSection .fila a:hover{
    transform: scale(1.15);
    
    
    }


#ctaSection .col-3{
    width: 33%;
    font-size: 10px;
    color: #666565;
    padding: 1em;
}

.fila{
    display:flex;
}

.textoIntermedio h3{
    padding: 10px 0px;
    width: 90%;
    font-weight: 400 !important;
    text-align: center;
    font-size: 17px;
    margin: 30px auto 0px auto;
    color: #666565;
    opacity: 0;
}

.footer{
    text-align: center;
    color: #fff;
    position: absolute;
    background-color: #f5ae94;
    bottom: 0;
    width: 100%;
    background-image: url(../img/mascaraFondo3.png);
    background-size: contain;
    background-position: top center;   
    background-repeat: no-repeat;
    z-index: -9999;
   
    
}

.ctaPrincipal{
    background-color: #fe9c91;
    width: 40px;
    padding: 30px;
    border-radius: 50%;
    margin: -35px auto 0 auto;
    display: block;
}

.linkFooter{
   color: #fff;
   background-color: #fe9c91;
   padding: 20px;
   border-radius: 10px;
   font-size: 16px;
   text-decoration: none;
   margin: 50px auto 30px auto;
   transition: background-color 1s;
}

.linkFooter:hover{
background-color:#d68279 ;
}

.columnaFlex{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
}

.columnaFlex p{
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

a.col-3{
    text-decoration: none;
}

.ctaPrincipal{
    opacity: 0;
}

/* Responsive */

@media only screen and (min-width: 600px) {
     .fila{
        max-width: 600px;
    }
    #ctaSection .col-3{ 
        font-size: 16px;
    }
    #ctaSection img{
        width: 50px;
    }
    .textoIntermedio h3{
        font-size: 24px;
    }
    .textoIntermedio{
        max-width: 600px;
        margin: 0 auto;
    }
    #encabezado{
        background-image: url(../img/sensDesktop.jpg);
        padding: 20px 0px 280px 0px;
        background-position: center center;
    }
    #encabezado img{
        text-align: left;
        margin: 1em 3em;
    }

    .footer{
        margin: 100px auto 0 auto;
        position: static;
        max-width: 1370px;
        background-position: top center;
    }

}