iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}


html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;height: 100%; scroll-behavior: smooth;}
html {position: relative;min-height: 100%}
body{font-family: 'Raleway', sans-serif; font-weight: 400; color: #1E120D;}
.g-recaptcha {display:none!important}
.nounderline{text-decoration: none!important;}



.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
.carousel-caption{bottom:0; z-index: 10}
.carousel-control-prev, .carousel-control-next{opacity: 0.8; top: 50%; bottom:50%;}
.fa-angle-left, .fa-angle-right {top: 50%; z-index: 5; display: inline-block; background: #2c241e; border-radius: 50%; width: 50px!important; height: 50px!important; padding-top: 18px; text-align: center; color: #fff!important;}
.fa-angle-left {left: 50%;}
.fa-angle-right {right: 50%;}


#carousel-grande .carousel-item {width: 100%; height: 100%;}
#carousel-grande .carousel-item:before, #carousel-md.carousel .carousel-item:before {position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.0); z-index: 1;}
#carousel-grande .carousel-item:nth-child(1) {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/xxxxxxxxxxxxxxxxx.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#carousel-grande .carousel-item:nth-child(2) {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/xxxxxxxxxxxxxxxx.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#carousel-grande .carousel-item:nth-child(3) {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/xxxxxxxxxxxxxxxx.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*SLIDE NO BG*/
#carousel-pequeño.carousel .carousel-item, #carousel-pequeño2.carousel .carousel-item {min-height: 450px; height: 100%; width:100%;}

#carousel-pequeño .carousel-item:nth-child(1) {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/xxxxxxxxxxxxxxx.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#carousel-pequeño .carousel-item:nth-child(2) {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/xxxxxxxxxxxxxx.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#carousel-pequeño .carousel-item:nth-child(3) {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/xxxxxxxxxxxxx.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*GLOBAL*/
.color1{color: #003259!important;}
.bg-color1{background: #003259;}
.color2{color: #99b9e0!important;}
.bg-color2{background:#99b9e0;}
.bg-black{background: #000000;}
.text-black{color: #000000}
.font-regular{font-weight: 400;}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.bg-table-cell{background: rgba(153, 185, 224,0.2)!important;}
.table td, .table th {padding: 1rem;}

.card{border:none;}
.card-header{background: #003259;}
.card-header h5{color:#ffffff; font-weight: 500;}
.btn-success{background: #99b9e0; border-color:#99b9e0;color: #003259;}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle, .btn-success:focus{background: #99863a; border-color:#99863a; box-shadow: 0 0 0 0.2rem rgba(226,67,1,.5)}
.btn-success:hover{background: #809fc5; border-color:#809fc5;}
.form-check{padding-left:0;}
/*GLOBAL*/


/*CONTACTO*/
#contacto{background: rgba(79,138,199,1);}
.custom-control-label::before{background: rgba(255,255,255,1); border-radius: 50%!important;}
.custom-control-label::after{color: #000000;}
.form-control.is-valid, .was-validated .form-control:valid, .form-control.is-invalid, .was-validated .form-control:invalid{background-image: none;}
.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label{color: initial;}
.form-control.is-invalid, .was-validated .form-control:invalid{border-color:inherit;}
/*CONTACTO*/

/*FORM*/
.form-control{background: rgba(255,255,255,1); box-shadow: none; color: #000000;height: calc(1.5em + 1.5rem + 2px); padding: 0.375rem 1.5rem;}
textarea.form-control {}
.btn-send{color:#fff; background: #003259; transition:.15s all 0s ease-in-out; -webkit-transition:.15s all 0s ease-in-out; -moz-transition:.15s all 0s ease-in-out; -o-transition:.15s all 0s ease-in-out;}
.btn-send:hover, .btn-send:focus, .btn-send:active {color: #fff; background: #99b9e0;}
.btn-modal{color: #fff;background: #003259; padding: 6px 30px; transition:.15s all 0s ease-in-out; -webkit-transition:.15s all 0s ease-in-out; -moz-transition:.15s all 0s ease-in-out; -o-transition:.15s all 0s ease-in-out;}
.btn-modal:hover, .btn-modal:focus, .btn-modal:active {color: #fff; background: #99b9e0; padding: 6px 30px; }
.btn-ubicacion{color:#fff; background: #003259; position:relative; z-index:1000; transition:.15s all 0s ease-in-out; -webkit-transition:.15s all 0s ease-in-out; -moz-transition:.15s all 0s ease-in-out; -o-transition:.15s all 0s ease-in-out;}
.btn-ubicacion:hover, .btn-ubicacion:focus, .btn-ubicacion:active {color: #fff; background: #99b9e0;}
.has-error .form-control{background:#f2dede; color: #333}
.has-error .checkbox .priva {color:#000!important;}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{color: #EF7D13;}
.help-block ul{float: none; display:block;}

::-webkit-input-placeholder {color: #000000!important;opacity: 1!important;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #000000!important;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #000000!important;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #000000!important;opacity: 1;}
/*FORM*/

/*TOOLTIP*/
.color-tooltip + .tooltip > .tooltip-inner {background-color: #000!important}
.color-tooltip + .tooltip > .tooltip-arrow {border-top-color:#000!important}
/*TOOLTIP*/

/*FOOTER*/

/*FOOTER*/


/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 320px) {
	.bg-contacto{min-height: 250px;}
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.bg-contacto{min-height: 300px;}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .bg-contacto{min-height: 400px;}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

} 