<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.busqueda-header {
	width: 260px !important;
	background: #f2f2f2 !important;
	-webkit-border-radius: 16px !important;
    border-radius: 16px !important;

    display: flex; 
    justify-content: flex-end; 
    align-items: center;

    padding-left: 5px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
}

.busqueda-header a {
    color: #222;
    font-size: 16px;
    padding: 0px;
	margin-top: 5px !important;
	cursor: pointer !important;
}

.buscar-header{
    width: 100%;

    border: none;
    outline: none;

    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;

    padding: 8px 10px 8px 10px !important;
    box-sizing: border-box;
              
    background: #f2f2f2;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.buscar-header::placeholder {
  text-align: center;
  color: dimgray;
}






.footer1 h3 {
	color: #ffffff;
	font-family: Roboto-Regular, sans-serif;
	font-size: 14px;
	cursor: pointer;
}

.footer1 h4 {
	color: #ffffff;
	padding: 5px;
	font-family: Roboto-Regular, sans-serif;
	cursor: pointer;
}

.footer1 a {
    color: #ffffff;
    font-family: Roboto-Regular, sans-serif;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}

.footer1 a:hover {
    color: #f1f1f1;
    text-decoration: none;
}

.footer1 img {
	cursor: pointer;
}

.cont-footer1 {
    width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;
}

.cont-footer1 a {
    font-weight: normal;
}






.footer4 {
	margin-top: 20px;
	color: #ffffff;
	font-size: 13px;
}

.busqueda {
	margin-top: 50px;
	width: 70%;
	background: #ffffff;
	-webkit-border-radius: 16px;
    border-radius: 16px;

    display: flex; justify-content: flex-end; align-items: center;

    padding-left: 5px;
    padding-right: 10px;
    box-sizing: border-box;
}

.busqueda i {
	margin-top: 5px;
	cursor: pointer;
}




.div-companies {
    width: 120px; 
    height: 120px;
    background:  #C07128;  

    margin: auto;
    border: solid 2px #146994;
    border-radius: 120px;

    display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.div-companies span {
    color: #ffffff;
    font-size: 50px;
}

.div-companies i {
    color: #ffffff;
    font-size: 35px;
}





.div-branch {
    background: url('../images/Narvarte-CaracterÃ­sticas.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    height: 100%;
    width: 100% ;
    text-align: center;
}






.div-platform {
    width: 120px; 
    height: 120px;
    background:  #fff;
    margin: auto;

    display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.div-platform span {
    color: #C07128;
    font-size: 50px;
}






.div-corp {
    width: 120px; 
    height: 120px;
    background:  #C07128;  

    margin: auto; 
    border-radius: 120px;

    display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.div-corp i {
    color: #ffffff;
    font-size: 35px;
}






.buscar{
    width: 100%;

    border: none;
    outline: none;

    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;

    padding: 8px 10px 8px 10px !important;
    box-sizing: border-box;
              
    background: #ffffff;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.buscar::placeholder {
  text-align: right;
  color: dimgray;
}

.info {
	font-size: 15px;
	text-align: left;
	box-sizing: border-box;
    color: #fff;
}

.planes {
    width: 100%; max-width: 600px; float: right; margin-top: 0px; display: flex; flex-wrap: wrap; justify-content: space-around; padding: 20px; box-sizing: border-box;
}

.col-items {
    border-top: solid 1px #dddddd; 
    display: flex; justify-content: space-between; align-items: center;

    padding: 10px;
    box-sizing: border-box;
}

.planes2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: top;
}

.col-planes2 {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-in2 {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;

    -webkit-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
       -moz-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
            box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
}

.col-items2 {
    border-top: solid 1px #dddddd; 
    display: flex; justify-content: space-between; align-items: center;
}

.col-items2 p {
    padding: 10px;
    color: gray;
}

.col-items2 i {
    color: gray;
    cursor: pointer;
}







.box-services-out {
    width: 210px; margin: 10px; margin-top: 55px;
}


.box-services {
    width: 100%; height: 180px; border: solid 1px #fff; border-radius: 30px;
    display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.box-services:hover {
    border: solid 1px #64BCEA; border-radius: 40px;

    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.box-services span {
    color: #fff;
    font-size: 50px;
}





.div-partners {
    width:140px; float:left; box-sizing: border-box;
}

.div-partners:hover {
    background: #EBE2F6;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #6633cc;   
}

.div-circle {
    -moz-border-radius: 50px;
    border-radius: 50px;

    margin: auto; width: 50px; height: 50px; 
    margin-top: 5px;
}



.div-social i {
    color: #fff;
    padding: 10px;
    font-size: 20px;
}

.div-social i:hover {
    color: #f1f1f1;
}</pre></body></html>