/**********************************************************
					-	RESET	-
***********************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/***************/
/*F U E N T E S*/
/***************/
@font-face {
    font-family: 'Conv_MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: 300;
    font-style:normal;
}

@font-face {
    font-family: 'Conv_MyriadPro-Semibold';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: local('☺'), url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype'), url('../fonts/MyriadPro-Semibold.svg') format('svg');
    font-weight: 300;
    font-style:normal;
}
@font-face {
    font-family: 'Conv_MyriadPro-Black';
    src: url('../fonts/MyriadPro-Black.eot');
    src: local('☺'), url('../fonts/MyriadPro-Black.woff') format('woff'), url('../fonts/MyriadPro-Black.ttf') format('truetype'), url('../fonts/MyriadPro-Black.svg') format('svg');
    font-weight: 300;
    font-style:normal;
}
@font-face {
    font-family: 'Conv_MyriadPro-Light';
    src: url('../fonts/MyriadPro-Light.eot');
    src: local('☺'), url('../fonts/MyriadPro-Light.woff') format('woff'), url('../fonts/MyriadPro-Light.ttf') format('truetype'), url('../fonts/MyriadPro-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***************************************************
                    -   GENERAL -
/***************************************************/

*{
    /*font-family: 'Open Sans Pro', sans-serif;*/
    font-family: 'Conv_MyriadPro-Regular';
    /*font-weight: normal;*/
    /*text-decoration: none;*/
}
b, h1, h2, h3, h4,h5{
    font-family: 'Conv_MyriadPro-Black';
}

.borderTb{
    border-top: dashed 1px #A5A7AA;
    border-bottom: dashed 1px #A5A7AA;
    padding: 10px 0px;
}
.lineDashed{
    border-bottom: dashed 1px #A5A7AA;
}

.bgGradRed{
    background: rgb(197,35,47);
    background: linear-gradient(90deg, rgba(197,35,47,1) 0%, rgba(137,28,33,1) 100%);
}

.bgGradRed2{
    background: rgb(197,35,47);
    background: linear-gradient(90deg, rgb(181 51 61) 0%, rgb(98 39 42) 100%)

}
.bgGris{
    background: #404041;
}
.bgGradWhite{
    background: rgb(240,240,241);
    background: linear-gradient(90deg, rgba(240,240,241,1) 0%, rgba(207,209,210,1) 100%);
}
#hero:before {
    background: transparent;
}
#hero .heroContent img{
    width: 380px;
    height: auto;
    margin-bottom: 100px;
}
#hero .heroContent h1 {

    color: #BF272D;
    font-size: 40px;
}
#hero  p {
    color: #4D4D4D;
    font-size: 18px;
    margin: 0px 0 0 0;
}

/*--------------------------------------------------------------
#acerca
--------------------------------------------------------------*/
.acerca{
    padding-top: 0px;
    padding-bottom: 0px;
}
.acerca .section-title{
    background: url("../img/funambulo/pleca-bg.jpg") top right no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.acerca .section-title h1 {
    /*font-weight: 700;*/
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.acerca .section-title p {
    color: #FFFFFF;
    font-size: 17px;
    font-family: 'Conv_MyriadPro-Light';
}

.acerca .sectionCotenido h1{
    color: #FFFFFF;
    font-size: 130px;
}
.acerca .sectionCotenido p{
    color: #FFFFFF;
    font-size: 45px;
    font-family: 'Conv_MyriadPro-Light';
    line-height: 45px;
    position: relative;
}

.acerca .sectionCotenido p:before{
    content: "";
    background: url("../img/funambulo/left-bg.png") top right  no-repeat;
    position: absolute;
    left: -40px;
    top: 45px;
    width: 53px;
    height: 143px;
}

.acerca .sectionCotenido p:after{
    content: "";
    background: url("../img/funambulo/right-bg.png") top right  no-repeat;
    position: absolute;
    right: 200px;
    top: 45px;
    width: 154px;
    height: 143px;
}
.acerca .sectionPleca{
    margin-top: 70px;
    height: 120px;
}
.acerca .sectionPleca img{
    width: 114px;
    height: auto;
    margin-top: -85px;

}
.acerca .sectionContenidoFooter{
    padding: 30px;
}
.acerca .sectionContenidoFooter p{
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'Conv_MyriadPro-Light';
}

@media (max-width: 500px) {
    .acerca .sectionCotenido h1{
        color: #FFFFFF;
        font-size: 60px;
    }
    .acerca .sectionCotenido{
        padding: 50px 10px;
    }
    .acerca .sectionCotenido p:before,.acerca .sectionCotenido p:after{
        background: none;
    }
    .acerca .sectionContenidoFooter{
        padding: 30px 10px;
    }

    .porque .section-title{
        padding: 30px 10px;
    }
}

@media (max-width: 992px) {

}


/*--------------------------------------------------------------
#porque
--------------------------------------------------------------*/
.porque{
    padding-top: 0px;
    padding-bottom: 0px;
}
.porque .section-title{
    background: url("../img/funambulo/pleca-bg.jpg") top right no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.porque .section-title h2 {
    /*font-weight: 700;*/
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.porque .section-title p {
    color: #FFFFFF;
    font-size: 17px;
    font-family: 'Conv_MyriadPro-Light';
}
.porque .sectionCotenido{
    padding-bottom: 60px;
    background: url("../img/funambulo/bg-risa.png") -257px 141px no-repeat;
}
.porque .sectionCotenido .contentLeft{
    padding-top: 30px;
}
.porque .sectionCotenido .contentLeft img{
    width: 275px;
    height: auto;
}
.porque .sectionCotenido .contentRight{
    padding-top: 100px;
}

.porque .sectionCotenido .contentRight ul{

}
.porque .sectionCotenido .contentRight ul li{
    background: url(../img/funambulo/bullet.png) no-repeat left top; /* <-- change `left` & `top` too for extra control */
    padding: 0px 0px 35px 30px;
    /* reset styles (optional): */
    list-style: none;
    margin: 0;
}

@media (max-width: 500px) {

    .porque .section-title{
        padding: 30px 10px;
    }
    .porque .section-title h2 {
        margin-bottom: 0px;
    }
}

@media (max-width: 992px) {

}

/*--------------------------------------------------------------
#trabaja
--------------------------------------------------------------*/
.trabaja{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.trabaja .section-title{
    background: url("../img/funambulo/pleca-bg-red.jpg") top right no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
}

.trabaja .section-title h2 {
    /*font-weight: 700;*/
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.trabaja .section-title p {
    color: #FFFFFF;
    font-size: 17px;
    font-family: 'Conv_MyriadPro-Light';
}
.trabaja .sectionCotenido{
    /*padding-bottom: 60px;*/
    /*height: 250px;*/
    /*background: url("../img/funambulo/bg-corazon.png") -257px 141px no-repeat;*/
}
.bgCorazon{
    background: url("../img/funambulo/bg-corazon.png") -257px 141px no-repeat, #404041;
}

.bgServicios{
    background: url("../img/funambulo/bg-objetivo.png") -257px center no-repeat;
}
.trabaja .sectionCotenido .boxFlex{
    height: 250px;
}

.trabaja .sectionCotenido .contentLeft{
    text-align: right;
    padding-right: 50px;
}
.trabaja .sectionCotenido .contentLeft img{
    /*margin-right: 20px;*/
}
.trabaja .sectionCotenido .contentLeft h3{
    font-size: 24px;
    color: #BABCBE;
}
.trabaja .sectionCotenido .contentRight p{
    font-size: 24px;
    color: #BABCBE;
    font-family: 'Conv_MyriadPro-Light';
}

@media (max-width: 500px) {

    .trabaja .section-title h2{
        padding: 30px 10px;
    }

    .trabaja .sectionCotenido .boxFlex {
        height: auto;
    }

    .trabaja .sectionCotenido{
        height: auto;
        padding: 20px 0px;
    }



}

@media (max-width: 992px) {

}

/*--------------------------------------------------------------
#enganchamos
--------------------------------------------------------------*/
.enganchamos{
    padding-top: 0px;
    padding-bottom: 0px;
}
.enganchamos .section-title{
    background: url("../img/funambulo/pleca-bg-red.jpg") top right no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
}

.enganchamos .section-title h2 {
    /*font-weight: 700;*/
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.enganchamos .section-title p {
    color: #FFFFFF;
    font-size: 17px;
    font-family: 'Conv_MyriadPro-Light';
}
.enganchamos .sectionCotenido{
    padding-bottom: 40px;
    /*height: 250px;*/
}
.enganchamos .sectionCotenido .boxFlex{
    height: 250px;
}

.enganchamos .sectionCotenido .contentLeft{
    text-align: right;
    padding-right: 50px;
}
.enganchamos .sectionCotenido .contentLeft img{
    /*margin-right: 20px;*/
}
.enganchamos .sectionCotenido .contentLeft h3{
    font-size: 24px;
    color: #BABCBE;
}
.enganchamos .sectionCotenido .contentRight li{
    font-size: 24px;
    color: #BABCBE;
    font-family: 'Conv_MyriadPro-Light';
}

@media (max-width: 500px) {
    .enganchamos .section-title h2{
        /*padding: 30px 20px;*/
    }
    .enganchamos .sectionCotenido .contentRight ul{
        margin-left: 50px;
    }
    .enganchamos .sectionCotenido .contentLeft {
        text-align: right;
        padding: 0px 0px 0px 20px;
    }
}

@media (max-width: 992px) {

}
/*--------------------------------------------------------------
#servicios
--------------------------------------------------------------*/
.servicios{
    padding: 60px 0px;
}
.servicios h2{
    font-size: 100px;
    color: #BF272D;
    margin-bottom: 20px;
}
.servicios h4{
    font-size: 30px;
    color: #555555;
    margin-bottom: 40px;
}
.servicios h5{
    font-size: 25px;
    color: #BF272D;
    margin-bottom: 10px;
}
.servicios  ul li{
    background: url(../img/funambulo/bullet-2.png) no-repeat left center; /* <-- change `left` & `top` too for extra control */
    padding: 0px 0px 0px 20px;
    /* reset styles (optional): */
    list-style: none;
    margin: 0;


}
.servicios  ul li h3{
    font-size: 20px;
    color: #58595B;
}
@media (max-width: 500px) {
    .servicios h2 {
        font-size: 60px;
    }

    .servicios ul li h3{

        font-size: 30px;

    }
}

@media (max-width: 992px) {

}

/*--------------------------------------------------------------
#show
--------------------------------------------------------------*/
.show{
    padding-top: 0px;
    padding-bottom: 0px;
}
.show .section-title{
    background: url("../img/funambulo/pleca-bg.jpg") top right no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
}

.show .section-title h2 {
    /*font-weight: 700;*/
    font-size: 52px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.show .section-title p {
    color: #FFFFFF;
    font-size: 17px;
    font-family: 'Conv_MyriadPro-Light';
}
.show .sectionCotenido{
    padding: 40px;
}
.show .sectionCotenido iframe{
    width: 100%;
    height: 500px;
}

/*--------------------------------------------------------------
#clientes
--------------------------------------------------------------*/
.clientes{
    padding-top: 0px;
    padding-bottom: 0px;
}
.clientes .section-title{
    background: url("../img/funambulo/pleca-bg-red.jpg") top right no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
}

.clientes .section-title h2 {
    /*font-weight: 700;*/
    font-size: 52px;
    color: #FFFFFF;
    /*margin-bottom: 30px;*/
}

.clientes .section-title p {
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'Conv_MyriadPro-Light';
    font-style: italic;
}
.clientes .sectionCotenido{
    padding-bottom: 40px;
    /*height: 250px;*/
}

/*--------------------------------------------------------------
#contacto
--------------------------------------------------------------*/
.contacto{
    background: url("../img/funambulo/icono-funambulo.png") top left no-repeat;
    background-size: 25%;
    padding: 60px 0px;
}

.contacto .section-title h2 {
    font-size: 55px;
    color: #BF272D;
    line-height: 55px;
}

.contacto .section-title h2 small{
    font-style: italic;
    color: #4D4D4D;
    font-size: 45px;
}

.contacto .section-title h3 {
    font-size: 45px;
    color: #808080;
    text-align: center;
    position: relative;
}

.contacto .section-title h3:after{
    content: "";
    position: absolute;
    left: -377px;
    top: 30px;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #A5A7AA;
}

.contacto .section-title ul{
    display: block;
    margin-left: 100px;
    margin-top: 28px;

}
.contacto .section-title ul li{
    color: #666666;
    font-size: 19px;
}
.contacto .section-title ul li a{
    color: #EB1C24;
}


.contacto .php-email-form {
    width: 100%;
    background: #fff;
}

.contacto .php-email-form .form-group {
    padding-bottom: 8px;
}

.contacto .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contacto .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contacto .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contacto .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contacto .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contacto .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contacto .php-email-form input, .contacto .php-email-form textarea {
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

.contacto .php-email-form input {
    height: 44px;
}

.contacto .php-email-form textarea {
    padding: 10px 12px;
}

.contacto .php-email-form button[type="submit"] {
    background: #BF272Dno ;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contacto .php-email-form button[type="submit"]:hover {
    background: #BF272D;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nav-menu a{
    background: #CACACA;
    color: #fff;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #fff;
    background: #C12728;
}