<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*TITULO NOSOTROS*/
.h3_prod {
   font-weight: 600;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #29405b;
    width: 32%;
    padding: 13px 28px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}
.h_c {
    margin-bottom: 0;
    display: inline-block;
    margin: 12px 10px;
}
.hom_con {
    display: inline-block;
    font-weight: 300;
    color: #ffffff;
    margin: 0 5px;
    font-family: 'Montserrat', sans-serif;
}
.enla {
    color: #fff;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
.enla:hover, .enla:focus {
    color: #fed101;
}
.us{
	background-image: url(../../../../public/img/fondo/fondo_contacto.jpg);
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.us:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: black;
	opacity: 0.6;
}
.textos h4{
	font-weight: 300;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 33px;
}
.textos p{
	font-family: 'Montserrat', sans-serif;
    text-align: justify;
    margin-bottom: 30px;
}
/*END TITULO*/

@media(max-width: 1199px){
       .h3_prod{
          width: 40%!important;
        }
        .h_c{
            padding: 0;
        }
}
@media(max-width: 991px ){
    .h3_prod {
        width: 22%!important;
        margin: 0 auto;
        font-size: 14px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 0px;
    }
    .us{
        padding: 20px 0;
    }
    .text-right {
    text-align: center!important;
}
}
@media(max-width: 767px){
    .h3_prod {
       width: 30%!important;
    }
}
@media(max-width: 528px){
    .h3_prod {
    width: 50%!important;
}
}

/*CONTACTO*/
.contenido{
    padding: 80px 0;
    background: url(../../../../public/img/fondo/backi_contacto-min.jpg);
    font-family: 'Montserrat', sans-serif;
    background-position: 30% 100%;
    background-size: cover;
    position: relative;
    border-top: 2px solid white;
}
.contenido:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.contanido_1{
    background-color: rgba(255,255,255,.05);
    border: 1px solid #505050;
    -webkit-border-radius: 4px;
    padding: 20px;
    color: white;
}
.info h5{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.info p{
    line-height: 28px;
    margin-bottom: 24px;
}
.info span i{
    width: 40px;
    text-align: center;
    font-size: 30px;
    color: #FFEB3B;
}
.fa-clock-o{
 margin-right: 6px;
}
.info span {
    vertical-align: middle;
}
.info h6{
    font-size: 16px;
    line-height: 22px;
}
.contanido_1 p:last-child{
    margin: 0;
}
.m-b0{
    margin-bottom: 0!important;
}
.m-b15{
    margin-bottom: 15px;
}

/*Formulario*/
/*.formalariaaaaaaaaaaaa{
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,.05);
    border-radius: 0;
    margin-top: 0;
    height: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}*/
.formalariaaaaaaaaaaaa{
    text-align: center;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,.05);
    border-radius: 0;
    margin-top: 0;
    height: 100%;
    background: #fff;
    padding: 17% 5%;
    border-radius: 4px;
}
.formalariaaaaaaaaaaaa p{
    line-height: 28px;
    margin-bottom: 24px;
    color: #6f6f6f;
    font-size: 16px;
}
.titulo_formulario{
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 28px;
}
.info a{
    color: #fff;
}

.form-group {
    margin-bottom: 40px;
}
.detail{
    margin-bottom: 30px;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group input{
    border-width: 0 0 1px;
    font-size: 16px;
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    line-height: 20px;
    padding: 9px 12px;
    outline: none;
    flex: 1 1 auto;
    width: 1%;
}
.input-group span{
    border-width: 0 0 1px;
    font-size: 18px;
    padding: 9px 0 3px;
    vertical-align: top;
    border-bottom: 1px solid #e1e6eb;
    color: #29405b;
}
.input-group textarea{
     border-width: 0 0 1px;
    font-size: 16px;
    border-color: #e1e6eb;
    box-shadow: none;
    height: 100px;
    line-height: 20px;
    padding: 9px 12px;
    outline: none;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}
.button-md {
    padding: 24px 51px;
    font-size: 16px;
    font-weight: 500;
    background-color:#29405b;
    color: #fff;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
    transition: all ease 500ms;
}
.button-md:hover{
   transition: all ease 500ms;
    background-color: white;
    border: solid #29405b;
    color: black;
}
.btn-envio{
    margin: 0 auto;
    display: block;
    width: 21%;
    height: 130%;
}

.btn2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn2:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(41, 63, 91);
}

.btn-info2 {
    color: #fff;
    font-size: 14px;
    background-color: #293f5b;
    border-color: #293f5b;
}
.btn-info2:hover {
    color: #fff;
    background-color: #005497;
    border-color: #005497;
}



/**/</pre></body></html>