body{
	color: #666;
	font-weight: normal;
	overflow-x: hidden;
	width: 100%;
	font-size: 16px;
	max-width: 100%;
    font-family: 'Open Sans', sans-serif;
}

p{
	font-size: 16px;
	color:#666;
	line-height: 24px;
	font-weight: 300;
}

#cargando {
    position:fixed;
    width:100%;
    height:100%;
    background:#fff no-repeat center;
	z-index:9999999;
}
.clear{
	clear: both;
}

.wow{
    visibility: hidden;
}
.fadein {
	opacity: 0;
}

 .hidden_a{
 	opacity: 0;
 }

.visible{
	opacity: 1;
}

.wrapper{
	position: relative;
}

.wrap{
    max-width: 100%;
    width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}
.wrap2{
	max-width: 100%;
	width: 1160px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*--HEADER--*/
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 10px 0 20px;
    background: #485464;
}

header .logo{
    min-width: 100px;
    display: inline-block;
}
header .logo img{
    width: 100%;
}

.logo-banco-right{
    float: right;
    margin-top: 15px;
}
.logo-banco-right img{}


.logos-head{
    display: inline-block;
    float: right;
}
.logos-head a{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 25px;
}
*{
    outline: none;
}
/*--FIN HEADER--*/

/*--BANNER 1--*/
.banner{
    height: auto;
    min-height: calc(100vh - 100px);
    margin-top: 102px;
    width: 100%;
    background: url('../images/banner.jpg') no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -webkit-box-align:center;
    justify-content:left;
    text-align: left;
}


.texto-banner{
    margin: 0 auto;
    text-align: left;
    padding-top: 20px;
    width: 60%;
    position: absolute;
    left: 0;
    padding-left: 40px;  
    top: 30%;
}
.texto-banner h4:before{
    content:"";
    width: 64px;
    height: 4px;
    background:#f5b017;
    display: block;
    margin-bottom: 20px;
}
.texto-banner h4{
    font-size: 45px;
    color:#f5b017;
    margin: 0;
    line-height: 45px;
}
.texto-banner h3{
    font-size: 44px;
    color:#fff;
    margin: 0;
    line-height: 56px;
    margin-bottom: 20px;
    font-weight: normal;
}
.texto-banner h3 b{
    font-weight: 900;
}
.texto-banner p{
    font-size: 22px;
    line-height: 29px;
    color:#fff;
    margin-bottom: 0;
    width: 100%;
}
.texto-banner a{
    font-weight: bold;
    color:#fff;
    font-size: 20px;
    display: inline-block;
    background: #e38500;
    padding: 14px 40px;
    border-radius: 10px;
    margin-top: 30px;
    transition: all 0.3s ease;
}
.texto-banner a:hover{
    background: #d8850f;
    text-decoration: none;
}


.form-banner{
    width: 380px;
    float: right;
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px 0px 30px;
    margin: 30px 20px 30px 0;
}
.form-banner h5{
    font-size: 22px;
    color:#424242;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px;
}
.form-banner label{
    display: none;
}
.form-banner label.mauticform-radiogrp-label{
    display: block;
}
.mauticform-row {
    display: block;
    margin-bottom: 20px;
}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
    width: 100%;
    padding: 0.5em 0.5em;
    border: 1px solid #CCC;
    background: #fff;
    box-shadow: 0px 0px 0px #fff inset;
    border-radius: 4px;
    box-sizing: border-box;
}
.form-banner input[type="text"],
.form-banner input[type="email"]{
    height: 40px;
    border: 2px solid #bebebe;
    padding: 10px 15px;
    border-radius: 0px;
    width: 100%;
}
.form-banner #mauticform_formulariosimple_horario label,
.form-banner #mauticform_formulariocompleto_horario label{
    display: block;
}
.form-banner .mauticform-radiogrp-label{
    font-weight: normal;
}
.mauticform-radiogrp-row{
    display: inline-block;
    width: 48%;
}
.form-banner input[type="radio"]{
    height: 30px;
    margin-top: -2px;
    margin-right: 5px;
    /* width: 0px; */
    vertical-align: top;  
}
.form-banner button{
    font-size: 15px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: #e38500;
    border-radius: 10px;
    padding: 16px 20px;
    width: 100%;
    color:#fff;
    border: none;
    transform: all 0.3s ease;
}
.form-banner .mauticform-button-wrapper .mauticform-button.btn-default{
    background: #485464;
    color:#fff;
    padding: 12px;
    border-radius: 0;
}
.form-banner button:hover{
    background: #dc932e;
    color:#fff;
}


/*--ICONOS HOME--*/
.iconos{
    background: #a0998c;
    padding: 50px 0;
}
.iconos .box-home{
    text-align: center;
}
.iconos .box-home .icono{
    margin-bottom: 25px;
}
.iconos .box-home .icono img{
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.iconos .box-home p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    color:#fff;
    padding: 0 10px;
}

.owl-nav .owl-prev{
    position: absolute;
    left: 0;
    top: 90px;
    color:#fff;
    font-size: 30px;
}
.owl-nav .owl-next{
    position: absolute;
    right: 0;
    top: 30%;
    color:#fff;
    font-size: 30px;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled{
    display: none;
}
/*--FIN ICONOS HOME--*/

/*--FOOTER--*/
footer{
    background: #485464;
    padding: 30px 0;
}
footer .logo-footer{
    display: inline-block;
    float: left;
    width: 260px;
}
footer .logo-footer img{
    max-width: 100%;
}

footer .redes-footer{
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: calc(100% - 480px)
}
footer .redes-footer p{
    display: inline-block;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
    margin-bottom: 0;
}
footer .redes-footer a{
    color:#fff;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 20px;
    padding-top: 1px;
}

footer .texto-footer{
    display: inline-block;
    float: right;
    width: 200px;
    text-align: left;
    color:#fff;
}
footer .texto-footer h4{
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight: bold;
}
footer .texto-footer p{
    font-size: 10px;
    margin-bottom: 0;
    color:#fff;
    line-height: 14px;
}
/*--FIN FOOTER--*/

@media (max-width: 1200px) {
    header nav ul{
        margin-right: 30px;
    }
    header nav ul li{
        margin-left: 20px;
    }
    .texto-banner{
        width: 50%;
    }
    .img-descarga{
        display: none;
    }
    .header-home .btn-menu{
        display: inline-block;
        color: #333;
        float: right;
        margin-top: 11px;
        margin-left: 30px;
        top: 20px;
        right: 30px;
        font-size: 34px;
    }
    header.header-home nav{
        position: fixed;
        right: -300px;
        width: 300px;
        transition: all 0.3s ease;
        opacity: 0;
        background: #f8b300;
        top: 0;
        margin-top: 0;
        padding: 20px 10px;
        height: 100%;
    }
    header.header-home nav.visible{
        opacity: 1;
        right: 0;
    }
    header.header-home nav ul{}
    header.header-home nav ul li{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    header.header-home nav ul li a{
        padding: 10px 20px;
    }
    .header-home .cerrar-menu{
        cursor: pointer;
        display: block;
        margin-bottom: 20px;
        text-align: right;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {	
    .btn-menu{
        display: inline-block;
        color: #333;
        float: right;
        margin-top: 11px;
        margin-left: 30px;
        top: 20px;
        right: 30px;
        font-size: 34px;
    }
    header nav{
        position: fixed;
        right: -300px;
        width: 300px;
        transition: all 0.3s ease;
        opacity: 0;
        background: #f8b300;
        top: 0;
        margin-top: 0;
        padding: 20px 10px;
        height: 100%;
    }
    header nav.visible{
        opacity: 1;
        right: 0;
    }
    header nav ul{}
    header nav ul li{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    header nav ul li a{
        padding: 10px 20px;
    }
    .cerrar-menu{
        cursor: pointer;
        display: block;
        margin-bottom: 20px;
        text-align: right;
        padding-right: 20px;
    }

    .banner{
        height: auto;
        margin-top: 100px;
    }
    .banner-accidental{
        margin-top: 100px;
    }
    .banner .texto-banner{
        margin-top: 40px;
        position: relative;
        padding-left: 0;
        width: 100%;
        bottom: auto;
    }
    .form-banner {
        width: 100%;
        float: none;
        margin-bottom: 40px;
        margin-top: 40px;
        background: #fff;
        border-radius: 20px;
        padding: 30px;
        margin-right: 0px;
    }
    .mauticform_wrapper{
        max-width: 100% !important;
    }
    .iconos .box-home{
        margin-bottom: 40px;
    }

    .carrusel-cajas{
        padding: 0 30px;
    }

    footer .redes-footer p{
        display: none;
    }
}


@media (max-width: 768px) {

    .animated,
    .animated-delay1,
    .animated-delay2,
    .animated-delay3,
    .animated-delay4,
    .wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        visibility: visible !important;
    }

    .logos-head a{
        margin-left: 12px;
    }
    header .logo img{
        width: 140px;
    }
    header .logo2{
        width: 120px;
    }
    header .logo3{
        width: 100px;
    }
    .banner{
        margin-top: 75px;
    }
    .texto-banner h3{
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 10px;
    }
    .texto-banner p{
        font-size: 16px;
        line-height: 24px;
    }

    footer .logo-footer{
        width: 32%;
    }
    footer .logo-footer img{
        max-width: 100%;
    }
    footer .redes-footer{
        width: 32%;
        text-align: center;
        padding-left: 15px;
    }
    footer .texto-footer{
        width: 32%;
    }
}

@media (max-width: 640px) {
    .wrap{
        padding: 0 20px;
    }
    header .logo{
        width: 180px;
    }
    footer .texto-footer h4{
        font-size: 10px;
        line-height: 14px;
    }
    footer .texto-footer p {
        font-size: 8px;
        margin-bottom: 0;
        color: #fff;
        line-height: 12px;
    }
    footer .redes-footer a{
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .texto-banner .texto {
        padding-left: 0;
        margin-bottom: 5px;
    }
    .texto-banner .texto .ic-texto {
        width: 5%;
        min-width: 100px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .texto-banner .texto p{
        text-align: center;
    }
    .logos-head{
        display: none;
    }
    .banner .texto-banner{
        margin-top: 20px;
    }
    .texto-banner h3{
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .texto-banner p{
        font-size: 16px;
        line-height: 24px;
    }
    .iconos .box-home .icono img{
        width: 140px;
    }
    .form-banner{
        padding: 30px 20px;
    }
    footer .redes-footer{
        padding-left: 10px;
    }

    footer .redes-footer a {
        color: #fff;
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 100%;
        width: 20px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        margin-left: 1px;
        font-size: 11px;
        padding-top: 1px;
    }
    footer .texto-footer h4 {
        font-size: 6px;
        line-height: 9px;
    }
    footer .texto-footer p {
        font-size: 6px;
        margin-bottom: 0;
        color: #fff;
        line-height: 8px;
    }
}

@media (max-width: 320px) {

}