/*
    Created on : Jun 29, 2015, 13:04:10
    Author     : ZERO
    :: SprayStudio
COLORS
RED: #9a1d20;
*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.bx-wrapper,.bx-wrapper *{
    position: initial;
}
html {
    font-size: 10px;
    -webkit-text-size-adjust: none;
    font-family: 'AvenirNextCondensed-Regular', sans-serif;
    font-weight: 300;
}
html, body {
    height: 100%;
}
body {
    font-size: 0;
}
h1,h2,h3{
    font-weight: 400;
    color: inherit;
}
h1 {
    font-size: 3.6rem;
    margin: 3rem auto;
    color: #9a1d20;
}
h2 {
    font-size: 2.4rem;
    margin: 2rem auto;
}
h3 {
    margin: 1rem auto;
    font-size: 1.8rem;
}
p,
li {
    font-size: 1.8rem;
    line-height: 1.4em;
    color: inherit;
    margin: 1rem auto;
}
a {
    color: inherit;
    outline: none;
    text-decoration: none;
}
strong{
    font-weight: 700;
}
label {
    font-size: 1.4rem;
}
.site-wrap {
    margin: auto;
}
.site-content {
    margin: auto;
}
.main-w{
    width: 1024px;
    margin: auto;
}
.responsive-media > *{
    width: 100%;
    max-width: 100%;
}

.m-t-1{margin-top: 1rem}
.m-t-2{margin-top: 2rem}
.m-t-3{margin-top: 3rem}
.m-t-4{margin-top: 4rem}
.m-t-5{margin-top: 5rem}

.m-r-1{margin-right: 1rem}
.m-r-2{margin-right: 2rem}
.m-r-3{margin-right: 3rem}
.m-r-4{margin-right: 4rem}
.m-r-5{margin-right: 5rem}

.m-b-1{margin-bottom: 1rem}
.m-b-2{margin-bottom: 2rem}
.m-b-3{margin-bottom: 3rem}
.m-b-4{margin-bottom: 4rem}
.m-b-5{margin-bottom: 5rem}

.m-l-1{margin-left: 1rem}
.m-l-2{margin-left: 2rem}
.m-l-3{margin-left: 3rem}
.m-l-4{margin-left: 4rem}
.m-l-5{margin-left: 5rem}

.m-tb-1{margin-top: 1rem;margin-bottom: 1rem}
.m-tb-2{margin-top: 2rem;margin-bottom: 2rem}
.m-tb-3{margin-top: 3rem;margin-bottom: 3rem}
.m-tb-4{margin-top: 4rem;margin-bottom: 4rem}
.m-tb-5{margin-top: 5rem;margin-bottom: 5rem}

/*HEADER*/
.logo{
    background-image: url(../images/template/logo.png);
    background-position:  0 0;
    background-repeat: no-repeat;
    width: 220px;
    height: 75px;
    display: inline-block;
    vertical-align: top;
    margin-top: 1rem;
}
.header-wrap{
    background-image: url(../images/template/shadow-header.png);
    background-position:  center bottom;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.nav-wrap{
    display: inline-block;
}
.nav-main li{
    display: inline-block;
    margin: 3rem 1.5rem 2rem;
}
.nav-main li:hover{
}
.nav-main li a{
    color: #3c3c3c;
    font-size: 2rem;
}
.nav-main li.active > a, .nav-main li a:hover{
    color: #9a1d20;
}
.nav-sub{
    display: none;
    position: absolute;
    top: 100%;
}
.nav-main li.active .nav-sub, .nav-main li:hover .nav-sub{
    display: block;
}
.title-main{
    text-align: center;
}
.nav-main li:hover::before, .nav-main li.active::before{
    width: 0px;
    height: 0px;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    position: absolute;
    top: -3rem;
    content: "";
    left: 50%;
    margin-left: -2rem;
    border-top: 2rem solid #9A1D20;
}
.nav-sub li , .nav-sub li:hover::before, .nav-sub li.active::before{
    border:none;
}
.nav-sub li:hover , .nav-sub li a:hover{
    font-weight: bold;
    color: #3C3C3C;
}
/*HEADER*/
/*FOOTER*/
.footer-wrap{
    background-color: #f0f0f0;
    padding-top: 8rem;
    color:  #3C3C3C;

    background-image: url("../images/template/footer-shadow.png");
    background-position: center 7rem;
    background-repeat: no-repeat;
}
.addres-wrap{
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}
.footer-wrap p{
    font-size: 1rem;
}

.footer-content span{
    color: #9A1D20;
    font-weight: bold;
}
/*FOOTER*/
/*SOCIAL*/
.social-wrap{
    display: inline-block;
    vertical-align: top;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    margin-left: 5rem;
    margin-right: 5rem;
}
.social-wrap a{
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin: 0 .5rem;
}
.ico-fb{background-image: url(../images/template/ico_fb.png);}
.ico-tt{background-image: url(../images/template/ico_tt.png);}
/*SECTIONS*/
.steps-wrap h1 {
    font-size: 4.4rem;
    color: #9a1d20;
    margin: 0;
}
.steps-wrap h2 {
    font-size: 3rem;
    margin: 0;
}
.steps-wrap h3 {
    font-size: 1.8rem;
    margin: 0;
}
.steps-wrap p,
.steps-wrap li {font-size: 2.4rem;margin: 0;}

.section-title{
    color: #3c3c3c;
    display: inline-block;
    width: 768px;
    vertical-align: top;
    margin-top: 3.5rem;
    font-weight: 300;
    font-family: 'AvenirNextCondensed-DemiBold';
}
.step-wrap{
    padding: 5rem 0;
    min-width: 1280px;
}
.step-wrap:nth-child(odd){
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+100 */
    background: url("../images/template/limit-right.png"), rgb(255,255,255); /* Old browsers */
    background: url("../images/template/limit-right.png"), -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: url("../images/template/limit-right.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: url("../images/template/limit-right.png"), -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url("../images/template/limit-right.png"), -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: url("../images/template/limit-right.png"), -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: url("../images/template/limit-right.png"), linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    background-position: calc(50% + 600px) bottom, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, auto;
}
.step-wrap-right{
}
.step-wrap-left{
    background-image: url("../images/template/limit-left.png");
    background-position: calc(50% - 550px) bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.step-wrap.setoff-wrap ,.definicion-wrap.setoff-wrap{
    background: #8b1a1d;
    border-bottom: 1px solid #8b1a1d;
}
.setoff-wrap h1{
    color: #f0f0f0;
    font-weight: bold;
    font-size: 4.8rem;
}
.setoff-wrap h2{
    color: #fff;
    margin: 1rem 0;
}
.setoff-wrap p{
    color: #f0f0f0;
}
.setoff-wrap .alt-color{
    color: #ff999b;
    font-weight: bold;
    margin-top: 0.5rem;
}
.step-content{
    width: 768px;
    margin: auto;
}
.step-intro{
    cursor: pointer;
}
.step-intro h1 {
    font-weight: 400;
}
.step-intro h2{
    font-weight: 300;
}
.step-info{
    display: none;
    color: #3c3c3c;
}
.step-info span{
    font-weight: 400;
}
.sub-light{
    margin-bottom: 4rem;
}
.header-content span{
    color: #9A1D20;
    font-weight: 400;
}
.main-content{
    counter-reset: li-counter;
}
.step-content:before {
    color: #fff;
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    font-size: 3.6rem;
    line-height: 2.5em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.5em;
    font-weight: 300;
    background-color: #9a1d20;
    border-radius: 10px 0 0 10px;
}
.step-content-m:before {
    color: #fff;
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    font-size: 3.6rem;
    line-height: 1.5em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.5em;
    font-weight: 300;
    background-color: #9a1d20;
    border-radius: 0 10px 10px 0;
}
.step-content2:before {
    color: #9a1d20;
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    font-size: 3.6rem;
    line-height: 1.5em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1.5em;
    font-weight: 300;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}
.step-wrap:nth-child(odd) .step-content::before{
    left: -1.5em;
}
.step-wrap:nth-child(even) .step-content::before{
    right: -1.5em;
}
.tb-border{
    border-top: 3px solid #9a1d20;
    border-bottom:3px solid #9a1d20;
}
.ico-wrap{
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
}
.ico-s1{
    background-image: url(../images/template/s-1.png);
    width: 176px;
    height: 251px;
    bottom: -40px;
    /* right: -100px;*/
    right: -166px;
}
.ico-s2{
    background-image: url(../images/template/s-2.png);
    width: 235px;
    height: 211px;
    bottom: -40px;
    /*left: -100px;*/
    left: -190px;
}
.ico-s3{
    background-image: url(../images/template/s-3.png);
    width: 355px;
    height: 318px;
    bottom: -40px;
    /*right: -100px;*/
    right: -300px;
}
.ico-s4{
    background-image: url(../images/template/s-4.png);
    width: 249px;
    height: 259px;
    bottom: -40px;
    /*left: -100px;*/
    left: -182px;
}
.ico-tel{
    background-image: url(../images/template/ico-tel.png);
    width: 205px;
    height: 206px;
    bottom: -40px;
    /*right: -100px;*/
    right: -200px;
}
.step-wrap:nth-child(odd) .step-content{
    padding-left: 60px;
    padding-right: 100px;
}
.step-wrap:nth-child(even) .step-content{
    padding-right: 60px;
    padding-left: 100px;
    text-align: right;
}
/*DEFINICION DAÑO*/
.definicion-wrap{
    /*padding: 1rem 0;*/
    padding: 5rem 0px;
}
.definicion-content{
    width: 1024px;
    margin: auto;
    padding-left: 60px;
}
.definicion-info{
    color: #3c3c3c;
    text-align: justify;
    background-image: url("../images/template/textura-definicion.png");
    background-position: 104% bottom;
    background-repeat: no-repeat;
}
.definicion-info p{
    margin-bottom: 3rem;
}
.prueba{
}
.prueba p{
    width: 50%;
    text-align: justify;
    font-size: 2rem;
}
.prueba span{
    font-weight: bold;
}
.visible{
    display: block;
}
.limpiado{
    content: none;
    counter-increment: none;
}
.title-main.definicion{
    text-align: right;
}
.section-title2{
    color: #9A1D20;
    display: inline-block;
    width: 768px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 2rem;
    font-weight: 300;
}
.step-intro h2{
    color: #3C3C3C;
}
.definicion-content:before {
    color: #fff;
    content: ">";
    font-size: 3.6rem;
    line-height: 2.5em;
    position: absolute;
    text-align: center;
    top: 70px;
    left: -54px;
    width: 1.5em;
    font-weight: 300;
    background-color: #9a1d20;
    border-radius: 10px 0 0 10px;
}
.definicion-content2:before{
    color: #9a1d20;
    content: ">";
    font-size: 3.6rem;
    line-height: 2.5em;
    position: absolute;
    text-align: center;
    top: 41px;
    left: -54px;
    width: 1.5em;
    font-weight: 300;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
}
.step-content.limpiado.general{
    text-align: left;
}
.definicion-content .step-info .ico-tel{
    right: -44px;
    bottom: -95px;
}
.bold{
    font-family: 'AvenirNextCondensed-DemiBold';
}
.arrows{
    position: absolute ;
    background-image: url("../images/template/ico-arrows.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    top: 0;
    left: 12px;
    width: 512px;
    height: 102px;
    display: block;
    top: -52px;
}
.step-intro.ss{
    top: 67px;
    left: 87px;
}
.step-intro.ss h1{
    font-weight: 300;
    font-size: 4.5rem;
}

/**/
.bg-grey{
    background-color: #e5e5e5;
}
.map-wrap{
    width: 100%;
    padding-top: 26.666666%;
}
.map-wrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.responsive-img{
    width: 100%;
}
.ls-disc{
    list-style: disc;
    margin-left: 4rem;
}

.call-intro h1{
    margin: 0;
    font-size: 4.8rem;
}