* {
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}


body {
    overflow-x: hidden;
}








/*
==========================================
==========================================
            WASA
==========================================
==========================================
*/

.wasa {
    position: fixed;
    top: 250px;
    left: -50px;
    height: 90px;
    width: 150px;
    padding-left: 40px;
    border-radius: 20px;
    z-index: 100;
    text-align: center;
    background-color: #1483C2;
    border: 2px solid rgba(255, 255, 255, 0);
    transition: all 0.6s;
}

.wasa:hover {
    left: -30px;
    background-color: #086091;
    border: 2px solid rgba(255, 255, 255, 1);
}

.wasa a {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100;
    padding: 10px;
}

.wasa a img {
    height: 70%;
    margin-bottom: 5px;
}

.wasa a p {
    color: #fff;
    font-family: 'Baloo Thambi 2', cursive;
}


/*
==========================================
==========================================
            TOPLOGO
==========================================
==========================================
*/


.toptotal {
    background-image: url(../img/back-mosaicos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.top-middle {
    text-align: center;
}

.logo-top {
    height: 150px;
    padding: 40px 10px 20px 10px;
}

.logo-top svg {
    width: 90%;
    padding: 20px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.9);
}

.logo-top svg #clara {
    fill: #fff;
}

.tx-top {
    padding: 40px 10px 10px 10px;
    text-align: center;
}

.tx-top p {
    color: #fff;
}










/*
==========================================
==========================================
          NAV
==========================================
==========================================
*/


.nav {
    height: 50px;
    width: 100%;
    margin: 0 auto;
    background-color: rgb(14, 68, 92);
    transition: all 0.6s;
    overflow: hidden;
    /*box-shadow: 1px 1px 5px 1px;*/
    z-index: 100;
    transition: all 0.5s;
}


.nav ul {
    display: inline-block;
    position: relative;
    top: 10px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s;
}

.nav li {
    position: relative;
    display: inline-block;
    top: -15px;
    height: 120%;
    text-align: center;
    padding: 10px 5px 5px 5px;
    margin: 0 15px;
    transition: all 0.5s;
}

.nav li:hover {
    
}

.nav li a {
    position: relative;
    display: block;
    top: -5px;
    height: 50px;
    color: #fff;
    border-bottom: 2px solid rgba(97, 41, 126, 0);
    padding: 14px 7px 0 7px;
    font-family: 'Baloo Thambi 2', cursive;
    font-size: 1em;
    text-transform: uppercase;
    transition: all 0.5s;
}

.nav li a:hover {
    background-color: #fff;
    text-decoration: none;
    color: rgb(14, 68, 92);
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}





/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES NAV  =============
=============================================
=============================================
=============================================*/

/*=============================================
==============  500PX  ========================
=============================================*/


@media only screen and (max-width: 500px) {
    
    
}










/*
==========================================
==========================================
            CARRUSEL
==========================================
==========================================
*/


#carousel {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 900px;
}

.carrulogo {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-item .img-fluid {
    position: relative;
    width: 100%;
    height: 100%;
    
}

.carousel-item img {
    position: relative;
    width: 100%;
    height: 100%;
}





/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES CARRUSEL  =============
=============================================
=============================================
=============================================*/

/*=============================================
==============  1550PX  ========================
=============================================*/


@media only screen and (max-width: 1550px) {
    
    #carousel {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 700px;
    }
}

/*=============================================
==============  1200PX  ========================
=============================================*/


@media only screen and (max-width: 1200px) {
    
    #carousel {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 500px;
    }
}

/*=============================================
==============  880PX  ========================
=============================================*/


@media only screen and (max-width: 880px) {
    
    #carousel {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 350px;
    }
}

/*=============================================
==============  780PX  ========================
=============================================*/


@media only screen and (max-width: 780px) {
    
    #carousel {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 400px;
    }
    
    .carrulogo {
        display: inline-block;
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        z-index: 20;
    }
}

/*=============================================
==============  660PX  ========================
=============================================*/


@media only screen and (max-width: 660px) {
    
    #carousel {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 370px;
    }
    
    .carrulogo {
        display: inline-block;
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        z-index: 20;
    }
}

/*=============================================
==============  600PX  ========================
=============================================*/


@media only screen and (max-width: 600px) {
    
    #carousel {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 370px;
    }
    
    .carrulogo {
        display: inline-block;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        z-index: 20;
    }
}

/*=============================================
==============  560PX  ========================
=============================================*/


@media only screen and (max-width: 560px) {
    
    #carousel {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 330px;
    }
    
    .carrulogo {
        display: inline-block;
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        z-index: 20;
    }
}

/*=============================================
==============  480PX  ========================
=============================================*/


@media only screen and (max-width: 480px) {
    
    #carousel {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 300px;
    }
    
    .carrulogo {
        display: inline-block;
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        z-index: 20;
    }
}

/*=============================================
==============  420PX  ========================
=============================================*/


@media only screen and (max-width: 420px) {
    
    #carousel {
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        overflow: hidden;
        width: 100%;
        height: 250px;
    }
    
    .carrulogo {
        display: inline-block;
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        z-index: 20;
    }
}












/*
==========================================
==========================================
            SOMOS
==========================================
==========================================
*/



.somos-hydrospa {
    background-color: #fff;
    padding-bottom: 70px;
}

.somos-txt {
    text-align: center;
}

.somos-txt h1 {
    opacity: 0;
}

.somos-txt h3 {
    font-family: 'Baloo Thambi 2', cursive;
    color: #1383C2;
    margin-bottom: 30px;
}

.somos-txt p {
    font-family: 'Baloo Thambi 2', cursive;
    color: #797979;
    font-size: 1.1em;
}




/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES SOMOS  =============
=============================================
=============================================
=============================================*/

/*=============================================
==============  770PX  ========================
=============================================*/

@media only screen and (max-width: 770px) {
    
    .somos-hydrospa {
        position: relative;
        top: -40px;
        background-color: #fff;
        padding-bottom: 70px;
    }

    .somos-txt h3 {
        font-family: 'Baloo Thambi 2', cursive;
        color: #1383C2;
        margin-bottom: 30px;
    }
}


/*=============================================
==============  660PX  ========================
=============================================*/

@media only screen and (max-width: 660px) {
    
    .somos-hydrospa {
        position: relative;
        top: -10px;
        background-color: #fff;
        padding-bottom: 50px;
    }

    .somos-txt h3 {
        font-family: 'Baloo Thambi 2', cursive;
        color: #1383C2;
        margin-bottom: 30px;
    }
}

/*=============================================
==============  550PX  ========================
=============================================*/

@media only screen and (max-width: 550px) {
    
    .somos-hydrospa {
        position: relative;
        top: -30px;
        background-color: #fff;
        padding-bottom: 50px;
    }

    .somos-txt h3 {
        font-family: 'Baloo Thambi 2', cursive;
        font-size: 1.5em;
        color: #1383C2;
        margin-bottom: 30px;
    }
}

/*=============================================
==============  390PX  ========================
=============================================*/

@media only screen and (max-width: 390px) {
    
    .somos-hydrospa {
        position: relative;
        top: -30px;
        background-color: #fff;
        padding-bottom: 0;
    }

    .somos-txt h3 {
        font-family: 'Baloo Thambi 2', cursive;
        font-size: 1.2em;
        color: #1383C2;
        margin-bottom: 30px;
    }
}

/*=============================================
==============  350PX  ========================
=============================================*/

@media only screen and (max-width: 350px) {
    
    .somos-hydrospa {
        position: relative;
        top: -170px;
        background-color: #fff;
        padding-bottom: -20px;
        z-index: 100;
    }

    .somos-txt h3 {
        font-family: 'Baloo Thambi 2', cursive;
        font-size: 1.1em;
        color: #1383C2;
        margin-bottom: -30px;
    }
}






/*
==========================================
==========================================
            NUESTRO PROPOSITO
==========================================
==========================================
*/

.nuestro-proposito {
    position: relative;
    display: block;
    padding: 120px;
    height: 70vh;
    background-image: url("../img/fondo-historia.jpg"), url("../img/frontales.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



.proposito-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
    width: 50%;
    background-color: rgba(32, 50, 57, 0.73);
    padding: 40px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}



.nuestro-proposito h2 {
    font-family: 'Baloo Thambi 2', cursive;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.nuestro-proposito p {
    font-family: 'Baloo Thambi 2', cursive;
    font-size: 1.3em;
    text-align: justify;
    color: #fff;
}





/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES PROPOSITO  =============
=============================================
=============================================
=============================================*/


/*=============================================
==============  770PX  ========================
=============================================*/

@media only screen and (max-width: 770px) {

    .nuestro-proposito {
        position: relative;
        display: block;
        padding: 120px;
        height: 85vh;
        background-image: url("../img/fondo-historia.jpg"), url("../img/frontales.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .proposito-txt {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 65%;
        background-color: rgba(32, 50, 57, 0.73);
        padding: 40px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }



    .nuestro-proposito h2 {
        font-family: 'Baloo Thambi 2', cursive;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .nuestro-proposito p {
        font-family: 'Baloo Thambi 2', cursive;
        font-size: 1.2em;
        text-align: justify;
        color: #fff;
    }

}


/*=============================================
==============  500PX  ========================
=============================================*/

@media only screen and (max-width: 500px) {

    .nuestro-proposito {
        position: relative;
        display: block;
        padding: 120px;
        height: 85vh;
        background-image: url("../img/fondo-historia.jpg"), url("../img/frontales.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .proposito-txt {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        background-color: rgba(32, 50, 57, 0.73);
        padding: 40px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }



    .nuestro-proposito h2 {
        font-family: 'Baloo Thambi 2', cursive;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .nuestro-proposito p {
        font-family: 'Baloo Thambi 2', cursive;
        font-size: 1.2em;
        text-align: justify;
        color: #fff;
    }

}









/*
==========================================
==========================================
            DESDE
==========================================
==========================================
*/

.desde {
    padding: 70px 0;
    margin: 40px auto;
}

.desde .animate__animated {
    opacity: 1;
}

.desde p {
    font-family: 'Baloo Thambi 2', cursive;
    font-size: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #02155E;
}



/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES DESDE  =============
=============================================
=============================================
=============================================*/

/*=============================================
==============  600PX  ========================
=============================================*/

@media only screen and (max-width: 600px) {
    .desde p {
        font-family: 'Baloo Thambi 2', cursive;
        font-size: 1.2em;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        color: #02155E;
    }
}

/*=============================================
==============  410PX  ========================
=============================================*/

@media only screen and (max-width: 410px) {
    .desde p {
        font-family: 'Baloo Thambi 2', cursive;
        font-size: 1em;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        color: #02155E;
    }
}









/*
==========================================
==========================================
            CALIDAD-Y-RESPALDO
==========================================
==========================================
*/

.calidad-y-respaldo {
    position: relative;
    overflow: hidden;
    padding: 70px 20px;
    background-color: #008fdb;
}


@keyframes mymove {
  /*50% {border-top-left-radius: 150px;}*/
}




.wave-wrapper {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
  overflow: hidden;
    opacity: 0.7;
}

.wave {
  width: 1800px;
  height: 1525px;
  position: absolute;
  top: -135%;
  left: 45%;
  margin-left: -800px;
  margin-top: -550px;
  border-radius: 35%;
  background: rgba(255, 255, 255, .75);
  animation: wave 15s infinite linear;
    opacity: 0.9;
}

.wave2 {
  width: 1800px;
  height: 1525px;
  position: absolute;
  top: -135%;
  left: 45%;
  margin-left: -800px;
  margin-top: -550px;
  border-radius: 35%;
  background: rgba(255, 255, 255, .75);
  animation: wave 15s infinite ease;
    opacity: 0.8;
}

@keyframes wave {
  from { transform: rotate(0deg);}
  from { transform: rotate(360deg);}
}



@keyframes agranda {
    0% {transform: scale(1.0)}
    50% {transform: scale(1.1)}
    100% {transform: scale(1.2)}
}

.calidad-y-respaldo img {
    position: absolute;
    width: 120%;
    min-height: 100vh;
    left: -30px;
    top: -200px;
    opacity: 0.9;
    animation: agranda 20s infinite linear alternate-reverse;
}




.cada-calidad {
    background-color: rgba(19, 131, 194, 0.71);
    padding: 30px;
    border-radius: 40px;
    margin-bottom: 30px;
}

.calidad-y-respaldo h2 {
    font-family: 'Baloo Thambi 2', cursive;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    
}

.calidad-y-respaldo h2::after {
    content: "";
    display: block;
    margin: 5px auto;
    border-top: 2px solid #ffffff;
    height: 10px;
    
}

.calidad-y-respaldo p {
    font-family: 'Baloo Thambi 2', cursive;
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    
}

.calidad1, calidad2 {
    
}

.calidad1 {
    
}

.calidad1 .animate__bounceInLeft {
    opacity: 1;
}

.calidad2 .animate__bounceInRight {
    opacity: 1;
}




/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES CALIDAD  =============
=============================================
=============================================
=============================================*/

/*=============================================
==============  950PX  ========================
=============================================*/

@media only screen and (max-width: 950px) {
    .wave-wrapper {
      width: 100vw;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 5px;
      background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
      overflow: hidden;
        opacity: 0.7;
    }

    .wave {
      width: 1800px;
      height: 1525px;
      position: absolute;
      top: -95%;
      left: 45%;
      margin-left: -800px;
      margin-top: -550px;
      border-radius: 35%;
      background: rgba(255, 255, 255, .75);
      animation: wave 15s infinite linear;
        opacity: 0.9;
    }

    .wave2 {
      width: 1800px;
      height: 1525px;
      position: absolute;
      top: -95%;
      left: 45%;
      margin-left: -800px;
      margin-top: -550px;
      border-radius: 35%;
      background: rgba(255, 255, 255, .75);
      animation: wave 15s infinite ease;
        opacity: 0.8;
    }
}


/*=============================================
==============  500PX  ========================
=============================================*/

@media only screen and (max-width: 500px) {
    .wave-wrapper {
      width: 100vw;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 5px;
      background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
      overflow: hidden;
        opacity: 0.7;
    }

    .wave {
      width: 1800px;
      height: 1525px;
      position: absolute;
      top: -75%;
      left: 45%;
      margin-left: -800px;
      margin-top: -550px;
      border-radius: 35%;
      background: rgba(255, 255, 255, .75);
      animation: wave 15s infinite linear;
        opacity: 0.9;
    }

    .wave2 {
      width: 1800px;
      height: 1525px;
      position: absolute;
      top: -75%;
      left: 45%;
      margin-left: -800px;
      margin-top: -550px;
      border-radius: 35%;
      background: rgba(255, 255, 255, .75);
      animation: wave 15s infinite ease;
        opacity: 0.8;
    }
}





/*
==========================================
==========================================
            PRODUCTOS
==========================================
==========================================
*/


.productos {
    position: relative;
    padding: 70px 0;
    margin: 40px auto;
}

.prod-titulo {
    margin-bottom: 40px;
}

.prod-titulo h2 {
    font-family: 'Baloo Thambi 2', cursive;
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #02155E;
}

.prod-txt {
    background-color: #034164;
}

.prod-txt p {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding: 5px 0;
    font-family: 'Baloo Thambi 2', cursive;
    font-weight: lighter;
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.categorias {
    position: relative;
}

.box {
  border: 3px solid transparent;
  background-clip:padding-box;
}

.hidromasaje {
    position: relative;
    background-image: url(../img/back-hidromasaje.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 50vh;
    overflow: hidden;
}

.piscina {
    background-image: url(../img/back-piscina.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 25vh;
    overflow: hidden;
}

.turco {
    background-image: url(../img/back-bano-turco.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 25vh;
    overflow: hidden;
}

.categoria a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.categoria a:hover {
    position: absolute;
    background-color: rgba(3, 65, 100, 0.7);
    text-decoration: none;
}


.grupo-con-icono {
    position: absolute;
    bottom: -170px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    transition: all 0.6s;
}

.categoria a:hover .grupo-con-icono {
    bottom: 80px;
}

.grupo-con-icono h4 {
    font-family: 'Baloo Thambi 2', cursive;
    font-size: 2.5em;
    font-weight: lighter;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 3px #000;
    text-align: center;
    text-transform: uppercase;
}

.categoria a:hover .grupo-con-icono h4 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.grupo-con-icono svg {
    width: 150px;
    transform: rotate(180deg);
    transition: all 0.6s;
}

.categoria a:hover .grupo-con-icono svg {
    transform: rotate(0deg);
}




.grupo-con-icono2 {
    position: absolute;
    bottom: -140px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
    padding-top: 30px;
    text-align: center;
    transition: all 0.6s;
}

.grupo-con-icono2 h4 {
    font-family: 'Baloo Thambi 2', cursive;
    font-size: 2.3em;
    font-weight: lighter;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 3px #000;
    text-align: center;
    text-transform: uppercase;
}

.grupo-con-icono2 svg {
    margin-top: -30px;
    width: 100px;
    transform: rotate(180deg);
    transition: all 0.6s;
}

.categoria a:hover .grupo-con-icono2 {
    bottom: 0;
}

.categoria a:hover .grupo-con-icono2 svg {
    transform: rotate(0deg);
}





/*
==========================================
==========================================
            CONTACTO
==========================================
==========================================
*/

.contacto {
    padding: 30px;
    margin: 40px auto;
}

.forma-e-imagen {
    background-image: linear-gradient(to right, #71D5EB, #2A94AF);
}

.contact1-pic {
    overflow: hidden;
}

@keyframes anim-mensaje {
   to   {left: -2%;}
}


.contact1-pic img {
    position: relative;
    height: 120%;
    left: -60%;
    transition: all 0.6s;
    /*animation: anim-mensaje 40s linear alternate infinite;*/
}

.forma-contacto {
    padding: 20px 40px;
    text-align: center;
}

.contact1-form-title {
    display: block;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Baloo Thambi 2', cursive;
    font-weight: lighter;
    font-size: 2em;
}

input {
	outline: none;
	border: none;
    height: 50px;
    width: 80%;
    margin: 20px auto;
    padding: 5px 20px;
    border-radius: 100px;
    background-color: #7DC5D6;
}

::placeholder {
    color: #125A84;
}

textarea {
    outline: none;
    border: none;
    height: 80px;
    width: 80%;
    margin: 20px auto;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: #7DC5D6;
}

textarea:focus, input:focus {
  border-color: transparent !important;
    background-color: #ffffff;
}

.contact1-form-btn {
    outline: none;
    border: none;
    display: block;
    margin: 20px auto;
    height: 40px;
    width: 50%;
    background-color: #096da7;
    color: #fff;
    font-family: 'Baloo Thambi 2', cursive;
    text-transform: uppercase;
    outline: 1px solid #fff;
    outline-offset: 4px;
    transition: all 0.6s;
}

.contact1-form-btn:hover {
    background-color: #0a5986;
    outline: 10px solid #fff;
    outline-offset: 2px;
}





/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES CONTACTO  =============
=============================================
=============================================
=============================================*/

/*=============================================
==============  1200PX  ========================
=============================================*/

@media only screen and (max-width: 1200px) {
    
    .contact1-pic img {
        height: 120%;
        left: -140%;
    }
}

/*=============================================
==============  900PX  ========================
=============================================*/

@media only screen and (max-width: 900px) {
    
    .contact1-pic img {
        height: 120%;
        left: -220%;
    }
}

/*=============================================
==============  780PX  ========================
=============================================*/

@media only screen and (max-width: 780px) {
    
    .contact1-pic img {
        height: 150%;
        left: -20%;
    }
}

/*=============================================
==============  550PX  ========================
=============================================*/

@media only screen and (max-width: 550px) {
    
    .contact1-pic img {
        height: 150%;
        left: -100%;
    }
}



/*
==========================================
==========================================
            FOOTER
==========================================
==========================================
*/

.footer {
    position: relative;
    height: 200px;
    padding: 30px 0;
    background-image: url(../img/agua-fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-img {
    position: absolute;
    display: block;
    width: 35%;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}


.footer-img img {
    width: 100%;
}

.footer-txt {
    position: absolute;
    right: 30px;
    width: 40%;
    text-align: center;
    color: #909090;
}




/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES FOOTER  =============
=============================================
=============================================
=============================================*/


/*=============================================
==============  600PX  ========================
=============================================*/

@media only screen and (max-width: 600px) {
    
    .footer {
        position: relative;
        height: 300px;
        padding: 30px 0;
        background-image: url(../img/agua-fondo.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .footer-img {
        position: absolute;
        display: block;
        width: 80%;
        left: 50%;
        top: 10%;
        transform: translate(-50%, 0);
        text-align: center;
    }


    .footer-img img {
        width: 100%;
    }

    .footer-txt {
        position: absolute;
        right: 0;
        top: 120px;
        width: 100%;
        text-align: center;
        color: #909090;
    }
}






/*
==========================================
==========================================
            CIERRE
==========================================
==========================================
*/

.cierre {
    background-color: #1384b5;
    text-align: center;
    padding: 10px 0;
}

.cierre p {
    color: #fff;
    margin-top: 10px;
}












/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES XXXXX  =============
=============================================
=============================================
=============================================*/


/*=============================================
==============  570PX  ========================
=============================================*/

@media only screen and (max-width: 770px) {
    
    
    
}









