/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01-oct-2014, 16:02:07
    Author     : Chermo
*/

body {
    background-color: #fff!IMPORTANT;
}
a {
    color: #d92c73;
}
a:hover {
    color: #f62288;
}
.entry {
    padding: 20px 0 20px !IMPORTANT;
}
.entry#contact {
    border-top: 1px solid #eee;
}
.banner-wrapper {
    position: relative;
    width: 100%;
    margin: 90px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-wrapper .banner-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner, .banner-bottom, .article {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.banner {
    height: 400px;
    /* overflow: hidden; */
}

.banner > * {
    display: inline-block;
    vertical-align: top;
}
.banner .text {
    position: relative;
    width: 50%;
    margin: 0 -4px 0 0;
    padding: 30px 35px 0 0;
    z-index: 2;
}
.banner .text h1 {
    color: #d92c73;
    font-size: 2.8em;
    font-weight: 300;
}
.banner.light .text h1 {
    color: #F9F9F9;
}
.banner .text p {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
}
.banner.light .text p {
    color: #fff;
}
.banner .text button {
    font-family: Montserrat;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    background-color: #333;
    border: none;
    border-radius: 8px;
    padding: 0;
    margin: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
}
.banner .text button:hover {
    opacity:.8;
}
.banner.light .text button {
    background-color: #F9F9F9;
    color: #333
}
.banner .text button.lightText {
    color: #FFF
}
.banner .text button a {
    display: block;
    color: inherit;
    padding: 15px 18px;
}
.banner > .image {
    position: absolute;
    right: -6%;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1;
}
.banner > .image[style*="url()"] {
    display: none
}
.banner-bottom-wrapper {
    width: 100%;
    height: 50px;
    background-color: #666;
}
.banner-bottom {
    height: 100%;
    padding: 25px 0 0 40px;
    color: #fff;
    background: url(/web/20250217194550im_/http://hiroshimapools4d.com/images/logoclaro.png) left center no-repeat;
    background-size: 30px;
}

.article-wrapper {
    width: 100%;
}
.article-wrapper:nth-child(even) {
    background-color: #F9F9F9;
}
.article {
    /* height: 350px; */
    min-height: 350px;
}
.article > * {
    display: inline-block;
    vertical-align: top;
}
.article .image {
    position: absolute;
    left: 0;
    width: calc(50% + 24px);
    height: 100%;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 -24px;
}
body.even .article-wrapper:nth-child(even) .article .image {
    margin: 0 -24px 0 0;
    left: 50%;
}
body.odd .article-wrapper:nth-child(odd) .article .image {
    margin: 0 -24px 0 0;
    left: 50%;
}
.article .text {
 /*   position: absolute;
    right: 0; */
    position: relative;
    left:  50%;
    width: 50%;
    padding: 40px 0 0 45px;
}
.articles.text-rule .article {
    min-height: 350px;
    height: auto;
}
.articles.text-rule .article .text {
    position: relative;
    left: 50%;
    right: auto;
    padding: 40px 0 40px 45px;
}
.articles.text-rule .article .image {
    max-height: 340px;
}
body.even .article-wrapper:nth-child(even) .article .text {
    padding: 40px 45px 40px 0;
    left: 0;
    right: auto;
}
body.odd .article-wrapper:nth-child(odd) .article .text {
    padding: 40px 45px 0 0;
    left: 0;
    right: auto;
}
.article .text h1 {
    color: #333;
    font-size: 2em;
    font-weight: 300;
}
.article .text p {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 20px 0 10px;
}
.article button {
    font-family: Montserrat;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    background-color: #666;
    border: none;
    border-radius: 8px;
    padding: 0;
    margin: 20px 0;
    cursor: pointer;
    text-transform: uppercase;
}
.article button:hover {
    opacity: .8;
}
.article button a {
    display: block;
    color: inherit;
    padding: 12px 15px;
}

/*******
CONTACT
*******/
#contact > .postHwrapper > p {
    width: 70%;}
.contact {
    margin-top: 50px;
    display: table;
    width: 100%;
    position: relative;
}
.contact > div {
    display: table-row;
}
.contact > .required > div:nth-child(2):before {
    content: "*";
    position: absolute;
    font-size: 17px;
    font-weight: bold;
    color: #d92c73;
    margin: 5px
}
.contact > .mensaje.required > div:nth-child(2):before {
    margin: -10px
}
.contact > div > div {
    display: table-cell;
    background: #f8f8f9;
    border-bottom: 10px solid #fff;
    height: 60px;
    text-align: left;
    font-size: medium;
    color: #58585a;
}
.contact > div > div:first-child {
    width: 50px;
    background: #999;
    padding: 10px 15px;
}
.contact > .nombre > div:first-child {
    background: url(/web/20250217194550im_/http://hiroshimapools4d.com/images/parallels_iconouser.png) no-repeat center #d92c73;
}
.contact > .email > div:first-child {
    background: url(/web/20250217194550im_/http://hiroshimapools4d.com/images/mail_icon.png) no-repeat center #666;
}
.contact > .company > div:first-child {
    background: url(/web/20250217194550im_/http://hiroshimapools4d.com/images/empresa-Icon.png) no-repeat center #8b8b8b;
}
.contact > .country > div:first-child {
    background: url(/web/20250217194550im_/http://hiroshimapools4d.com/images/country_icon.png) no-repeat center #a4a4a4;
}
.contact > .tel > div:first-child {
    background: url(/web/20250217194550im_/http://hiroshimapools4d.com/images/telefono-icon.png) no-repeat center #bbb;
}
.contact > .mensaje > div:first-child {
    background: url(/web/20250217194550im_/http://hiroshimapools4d.com/images/parallels_icono_mail.png) no-repeat center 10px #CCC;
    height: 200px
}
.contact input, .contact #contactMessage {
    border-radius: 0;
    padding: 14px 15px 17px;
    margin: 0;
}
.contact > div > div > input[type=text] {
    width: 100%;
    background: transparent;
    border: none;
    font-family: 'Montserrat';
    font-size: medium;
    color: #58585a;
}
.contact > .nombre input:focus {
    box-shadow: inset 0 0 0 1px #d92c73 !IMPORTANT
}
.contact > .email input:focus {
    box-shadow: inset 0 0 0 1px #666 !IMPORTANT
}
.contact > .company input:focus {
    box-shadow: inset 0 0 0 1px #8b8b8b !IMPORTANT
}
.contact > .country input:focus {
    box-shadow: inset 0 0 0 1px #a4a4a4 !IMPORTANT
}
.contact > .tel input:focus {
    box-shadow: inset 0 0 0 1px #bbb !IMPORTANT
}
.contact > .mensaje #contactMessage:focus {
    box-shadow: inset 0 0 0 1px #ccc !IMPORTANT
}
.contact .file span {
    padding: 10px 20px;
    display: block;
    position: absolute;
    background: #999;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 0 -50px;
    cursor: pointer;
}
.contact .file span.attached:after {
    content:"";
    display: block;
    position: absolute;
    top: 2px;
    right: -40px;
    width: 40px;
    height: 30px;
    background: url(/web/20250217194550im_/http://hiroshimapools4d.com/images/check.png) no-repeat;
}
.contact .file span:hover {
    background: #aaa;
}
.contact #file {
    position: absolute;
    left: 0;
    opacity: 0;
    padding: 8px;
    width: 240px;
    z-index: -1;
}
.submitContact {
    float: right;
    padding: 10px 20px;
    display: inline-block;
    background: #d92c73;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
}
.submitContact:hover {
    background: #f51177;
}
#contact.sent .submitContact:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    color: #666;
    background: url(/web/20250217194550im_/http://hiroshimapools4d.com/images/check.png) no-repeat center #d92c73;
    z-index: 1;
}

@media (max-width: 1000px) {
    .banner {
        width: calc(100% - 40px);
    }
    .banner-bottom, .article {
        width: calc(100% - 40px);
        height: auto;
    }
    .article .image {
        height: auto;
    
        position: relative;
    }
    .article .image:before {
        content:"";
        display: block;
        padding-top: 70%;
    }
}
@media (max-width: 800px) {
    .banner-wrapper {
        margin: 60px 0 0;
    }
    .banner-wrapper .banner-image-bg {
        opacity: .2;
    }
    .banner, .banner-bottom, .article {
        width: calc(100% - 40px);
        height: auto;
    }
    .banner > .text {
        width: 100%;
        padding: 40px 0px;
    }
    .banner > .image {
        opacity: .1;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .article-wrapper {
        background-color: #fff;
    }
    .article .image {
        position: relative;
        top: 0;
        left: 0 !IMPORTANT;
        width: calc(100% + 40px);
        height: auto;
        margin: 0 0 0 -20px !IMPORTANT;
        border-bottom: 2px solid #fff;
    }
    .article .image:before {
        content:"";
        display: block;
        padding-top: 70%;
    }
    .article .text {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0px 0 0px;
        padding: 30px 20px !IMPORTANT;
        z-index: 1;
    }
    .article .text:before {
        position: absolute;
        top: -22px;
        left: 50%;
        content:"";
        border-style: solid;
        border-width: 0 20px 20px;
        border-color: transparent transparent #F9F9F9;
        margin: 0 0 0 -20px
    }
    .article-wrapper:nth-child(even) .article .text:before {
        border-color: transparent transparent #fff;
    }
    .article .text:after {
        position: absolute;
        top: -18px;
        left: 50%;
        content:"";
        border-style: solid;
        border-width: 0 20px 20px;
        border-color: transparent transparent #fff;
        margin: 0 0 0 -20px
    }
    .article-wrapper:nth-child(even) .article .text:after {
        border-color: transparent transparent #F9F9F9;
    }
}

/* Estilos añadidos para los casos de éxito */

.article-wrapper#successArticles  li {
    list-style:  disc  inside none;
    margin: 10px 0px 0px;
}

.banner.light#successBanner .text p   a {
    color: #FFF !important;
   font-weight: bold; 
}

.article .text.modPaddingTop {
    padding-top: 20px;
}


/* Estilos para el botón de las landing pages */
.button {
    background-color: #d92c73;
}

.banner .text .button  {
    font-family: Montserrat;
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    background-color: #333;
    border: medium none;
    border-radius: 8px;
    padding: 0px;
    margin: 10px 0px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
}


 .banner .text .button a {
    color: inherit;
    line-height: 50px;
    padding: 10px 20px;
}

.article .button {
    font-family: Montserrat;
    color: #FFF;
    font-size: 0.9em;
    font-weight: 400;
    background-color: #666;
    border: medium none;
    border-radius: 8px;
    padding: 0px;
    margin: 20px 0px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
}

.article .button a {
    display: block;
    color: inherit;
    padding: 12px 15px;
}
/*
     FILE ARCHIVED ON 19:45:50 Feb 17, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:34:09 May 06, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.52
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 18.785
  LoadShardBlock: 164.236 (3)
  PetaboxLoader3.datanode: 117.753 (5)
  PetaboxLoader3.resolve: 217.004 (2)
  load_resource: 191.997
  loaddict: 37.008
*/