body{
	color: #666;
	font-weight: normal;
	overflow-x: hidden;
	width: 100%;
	font-size: 16px;
	max-width: 100%;
    font-family: 'Gotham';
}
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{
    background: #000;
    padding: 16px 0;
}
header .logo{
    color:#fff;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    float: left;
}
header .logo a{
    color:#fff;
}
header .logo a:hover{
    text-decoration: none;
}

header .redes-header{
    display: inline-block;
    float: right;
}
header .redes-header a{
    color:#fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
    transition:cubic-bezier(.77,0,.175,1) 0.5s;
}

header .redes-header a:hover{
    transform: rotate(360deg);
}
/*--FIN HEADER--*/

/*--BANNER--*/
.banner{
    background:url('../images/bg.jpg') no-repeat bottom center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0 10px;
    position: relative;
}
.banner .texto-slide{
    position: absolute;
    width: calc(100% - 500px);
    bottom: 20px;
}
.banner .texto-slide h3{
    font-size: 32px;
    font-weight: bold;
    color:#fff;
    margin: 0 0 5px;
    background: #cb2110;
    display: inline-block;
    padding: 2px;
}
.banner .texto-slide h4{
    font-size: 32px;
    font-weight: normal;
    color:#fff;
    margin: 0 0 10px;
    background: #cb2110;
    display: inline-block;
    padding: 2px;
}
.banner .texto-slide p{
    color:#707070;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

.form-banner{
    width: 400px;
    float: right;
}
.form-banner h4{
    font-size: 26px;
    font-weight: 500;
    color:#fff;
    margin: 0 0 20px;
}
.form-banner .form-group{
    position: relative;
    margin-bottom: 15px;
}
.form-banner label{
    font-size: 10px;
    color:#fff;
    font-weight: bold;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    padding: 16px 20px 0;
    width: 100px;
}
.form-banner input{
    height: 45px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    padding-left: 110px;
    border: 1px solid #7fc4fd;
}
.form-banner ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ababab;
}
.form-banner ::-moz-placeholder { /* Firefox 19+ */
  color: #ababab;
}
.form-banner :-ms-input-placeholder { /* IE 10+ */
  color: #ababab;
}
.form-banner :-moz-placeholder { /* Firefox 18- */
  color: #ababab;
}

.form-banner button{
    font-size: 16px;
    color:#fff;
    background: #cb2110;
    font-weight: bold;
    border: none;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    border-radius: 3px;
}
/*--FIN BANNER--*/

/*--WRAP ICONOS--*/
.wrap-iconos{
    width: calc(100% - 400px);
    padding: 40px 0;
    float: left;
    padding-right: 20px;
}
.wrap-iconos .box-ic{
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 10px;
}
.wrap-iconos .box-ic .icono{
    height: 75px;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -webkit-box-align:center;
    justify-content:center;
    margin-bottom: 10px;
}
.wrap-iconos .box-ic .icono img{}
.wrap-iconos .box-ic p{
    font-size: 14px;
    color:#707070;
    font-weight: 500;
    line-height: 16px; 
}
.imagenes{
    width: 400px;
    float: right;
    padding: 10px 0;
}
.imagenes .imagen{
    margin-bottom: 20px;
}
.imagenes .imagen img{
    width: 100%;
}
/*--FIN WRAP ICONOS--*/

/*--FOOTER--*/
footer{
    background: #ebebeb;
    padding: 15px 0 30px;
}
.wrap-footer{
    width: calc(250% - 400px);
}
footer .item-footer{
    display: inline-block;
    max-width: 290px;
    width: auto;
    position: relative;
    padding-left: 20px;
    vertical-align: top;
    margin-right: 30px;
}
footer .item-footer i{
    position: absolute;
    left: 0;
    top: 4px;
}
footer .item-footer p{
    font-size: 15px;
    line-height: 19px;
    color:#707070;
    margin-bottom: 0;
}
footer .item-footer:last-child{
    margin-right: 0;
}
*{
    outline: none;
}
/*--FIN FOOTER--*/
@media (max-width: 1200px) {
}

@media (max-width: 991px) {	
    .banner .texto-slide{
        position: relative;
        width: 100%;
        bottom: auto;
        margin-bottom: 60px;
    }
    .form-banner{
        width: 100%;
        margin-bottom: 30px;
    }
    .wrap-iconos{
        width: 100%;
        padding-right: 0;
    }
    .imagenes{
        width: 100%;
    }
    .wrap-footer{
        width: 100%;
    }
}


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

    .wrap-iconos .box-ic{
        width: 50%;
        height: auto;
        margin-bottom: 20px;
    }

}

@media (max-width: 640px) {
    footer .item-footer{
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .wrap{
        padding: 0 20px;
    }
    .wrap-iconos .box-ic{
        width: 100%;
    }
    header .logo{
        font-size: 16px;
    }
}

@media (max-width: 320px) {

}

.mauticform-message {
    margin-bottom: 10px;
    color: green;
    font-weight: bold;
    background: white;
}