/*
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: #ff7113;
}
a:hover {
    color: #ff7113;
}
.entry {
    padding: 60px 0 100px !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: #ff7113;
    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: 0.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(/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: 0.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: 0.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: #ff7113;
    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: #211747;
}
.contact > div > div:first-child {
    width: 50px;
    background: #999;
    padding: 10px 15px;
}
.contact > .nombre > div:first-child {
    background: url(../images/parallels_iconouser.png) no-repeat center #ff7113;
}
.contact > .email > div:first-child {
    background: url(../images/mail_icon.png) no-repeat center #666;
}
.contact > .company > div:first-child {
    background: url(../images/empresa-Icon.png) no-repeat center #8b8b8b;
}
.contact > .country > div:first-child {
    background: url(../images/country_icon.png) no-repeat center #a4a4a4;
}
.contact > .tel > div:first-child {
    background: url(../images/telefono-icon.png) no-repeat center #bbb;
}
.contact > .mensaje > div:first-child {
    background: url(../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: #211747;
}
.contact > .nombre input:focus {
    box-shadow: inset 0 0 0 1px #ff7113 !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(../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: #ff7113;
    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(/images/check.png) no-repeat center #ff7113;
    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: 0.2;
    }
    .banner,
    .banner-bottom,
    .article {
        width: calc(100% - 40px);
        height: auto;
    }
    .banner > .text {
        width: 100%;
        padding: 40px 0px;
    }
    .banner > .image {
        opacity: 0.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: #ff7113;
}

.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;
}
