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

/*font-family: 'Yanone Kaffeesatz', sans-serif;
font-family: 'Cinzel Decorative', cursive;*/

body {
    overflow-x: hidden;
}





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

.wasa {
    position: fixed;
    top: 250px;
    right: -50px;
    height: 90px;
    width: 150px;
    padding-right: 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 {
    right: -35px;
    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;
}












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

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

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










/*
==========================================
==========================================
          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) {
    
    
}







/*
==========================================
==========================================
            ENTRADA
==========================================
==========================================
*/

.entrada {
    background-color: #fff !important;
    padding: 70px 0;
}

.entrada img {
    width: 100%;
    margin-bottom: 30px;
}

.titulo-entrada h2 {
    font-size: 1.7em;
    font-family: 'Baloo Thambi 2', cursive;
    color: #8b8b8b;
}



/*
==========================================
==========================================
            IMAGEN ENTRADA
==========================================
==========================================
*/

.imagen-entrada {
    height: 250px;
    background-image: url(../img/jacuzzi-esquinero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 50%;
}



/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES IMAGEN ENTRADA  =============
=============================================
=============================================
=============================================*/

/*=============================================
==============  1000PX  ========================
=============================================*/

@media only screen and (max-width: 1000px) {
    
    .entrada {
        background-color: #fff !important;
        padding: 70px 0 40px 0;
    }
    
    .imagen-entrada {
        height: 160px;
        background-image: url(../img/jacuzzi-esquinero.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 50%;
    }
}


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

@media only screen and (max-width: 770px) {
    
    .imagen-entrada {
        height: 160px;
        background-image: url(../img/jacuzzi-esquinero.jpg);
        background-repeat: no-repeat;
        background-size: 160%;
        background-position: center 50%;
    }
}













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


.productos {
    padding: 70px 0;
    background-color: #f4f4f4;
}

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

.titulo-acordeon h2 {
    font-family: 'Baloo Thambi 2', cursive;
    text-align: center;
    color: #454545;
}

.titulo-acordeon img {
    display: block;
    margin: 0 auto;
    height: 30px;
}


#accordion {
    width: 100%;
}


.ui-accordion-header {
    background-color: #5cb6ba;
    border-radius: 20px;
    width: 90%;
    height: 50px;
    color: #fff;
}

.ui-accordion-header.ui-state-active {
    background-color: #2d6d6f;
}


#accordion h3 {
    text-transform: uppercase;
    font-family: 'Baloo Thambi 2', cursive;
    font-size: 1.4em;
}

.interna {
    
}

.botonProductos {
    width: 44%;
    margin: 5px;
    padding: 10px;
    background-color: #d5fdff;
    border: 1px solid #5cb6ba;
    border-radius: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #8b8b8b;
    transition: all 0.6s;
}

.botonProductos:hover {
    background-color: #5cb6ba;
    color: #ffffff;
}




.displayer {
    padding: 120px 20px;
}

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


.cada-producto {
    position: relative;
    background-color: #fff;
    height: 350px;
    margin: 30px auto;
    overflow: hidden;
    padding-bottom: 15px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}


.cada-producto a:hover {
    text-decoration: none;
}

.cada-producto a h3 {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 108%;
    font-family: 'Ubuntu Condensed', sans-serif;
    padding: 8px 15px;
    text-align: center;
    background-color: #1383C2;
    color: #fff;
    font-size: 1.2em;
    z-index: 10;
}

.prod-imagen {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -3%);
    /*background-image: radial-gradient(#D7E4E5, #A8B9BD);*/
    text-align: center;
    padding: 20px;
    z-index: 2;
    margin-bottom: 20px;
    overflow: hidden;
}

.prod-imagen img {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    transition: all 0.6s;
}

.cada-producto a:hover .prod-imagen img {
    width: 99%;
}

.color {
    position: absolute;
    display: inline-block;
    top: 20%;
    left: -5px;
    padding: 5px 10px 5px 15px;
    color: #000;
    background-color: #efefef;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
    z-index: 30;
}

.tamano {
    position: absolute;
    display: inline-block;
    top: 20%;
    right: 0;
    padding: 10px;
    color: #fff;
    background-color: #215593;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
    z-index: 30;
}

.comentario {
    position: absolute;
    display: inline-block;
    bottom: -20px;
    left: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    background-color: #215593;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
    z-index: 30;
}










/*=============================================
=============================================
=============================================
==============  MEDIA QUERIES PRODUCTOS  =============
=============================================
=============================================
=============================================*/

/*=============================================
==============  1100PX  ========================
=============================================*/

@media only screen and (max-width: 1100px) {
    .botonProductos {
        width: 100%;
    }
}












/*
==========================================
==========================================
            MODAL
==========================================
==========================================
*/

.cierraModal {
    display: block;
    padding: 0 30px;
    width: 100%;
    height: 40px;
    text-align: right;
}

.cierraModal img {
    position: relative;
    right: 15px;
    height: 80%;
}

.titulo-prod-modal {
    background-color: #1C7EB8;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-family: 'Baloo Thambi 2', cursive;
}

.prod-imagen-modal {
    background-image: url(../img/productos/back-productos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
}

.prod-imagen-modal img {
    width: 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%;
    -webkit-transform: translate(0, -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%;
        -webkit-transform: translate(-50%, 0);
        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) {
    
    
    
}









