@charset "UTF-8";


/*--FONTS--*/
/*Lato*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700,800,900&display=swap');
/*FIN Lato*/

/*--------------- Comunes ---------------*/
html { -webkit-text-size-adjust: none;}
body {font-family:'Montserrat', sans-serif;font-weight:400; font-style:normal;}
* {font-family:'Montserrat', sans-serif;font-weight:400; font-style:normal; box-sizing: border-box}
a {text-decoration:none; outline:none;}
a:hover {text-decoration:none;}
strong {font-weight:normal;}
.separa {width:100%; clear:both; height:0px; display:block; margin:0; padding:0;}
.aleft {float:left;}
.aright {float:right;}
.hidden {opacity:0;}
.visible {opacity:1;}
.fullwidth { width:100%; height:auto;}
.overflow-hidden {overflow:hidden; float:left; position:relative;}
.bg-white {background-color:#FFF !important;}
.desktop{display: block;}
.mobile{display: none;}

button, select {background: none; border: none;}
img{display: block;}

.main .auxi{position: relative; max-width: 1200px; margin: 0 auto;height: 100%;}

/* --------------- Estilos Login --------------- */

body.login {height: 100vh;}
body.login .main{ padding: 30px 0;height: 100vh;}
body.login .wrap{ height: 100%; 
	display: flex; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -moz-box; 
	display: -ms-flexbox; 
	-webkit-box-orient: inline-axis;
	-webkit-box-orient: horizontal;
	-moz-box-orient: inline-axis;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	-moz-box-align: center ;
	-webkit-box-align: center; 
	-webkit-align-items: center;
	align-items: center; 
}
body.login .main h1.tit{font-family:'Montserrat', sans-serif;font-weight:700; text-align: center; font-size: 28px; margin-bottom: 40px; color: #00335b;}
body.login .cont-login {background-color: #ffffff; max-width: 365px; width: 100%; padding: 30px 40px;}
body.login .logo img{ margin: 0 auto; width: 200px;}
body.login .logo {padding-bottom: 30px;}
body.login .cont-login input {width: 100%; padding: 12px; border: 1px solid #d0d2d3; color:#58595b; font-size: 14px; font-style: italic; outline: none;}
body.login .cont-login input:focus{border:1px solid #00335b; transition: .6s all ease;}
body.login .cont-login label {padding-bottom: 10px; font-weight: 700; color: #0079c8; display: block; font-size: 15px;}
body.login .cont-login .form-group{padding-bottom: 20px;}
body.login .cont-login .cont-btn{padding: 10px 0 20px ;}
body.login .cont-login .btn{display: block; width: 100%; background-color: #DD3F93; color: #ffffff; font-size: 16px; font-weight: 500; padding: 12px 20px; text-align: center; cursor: pointer;}
body.login .cont-login .btn:hover{background-color: #00335b; transition: .3s all ease;}
body.login .cont-login .recovery {padding-top: 10px; text-align: center;}
body.login .cont-login .recovery a{display: block;	padding: 12px 0; font-weight: 400; font-style: italic; font-size:13px; color:#58595b;}
body.login .cont-login .recovery a:hover{text-decoration: underline;}

/* --------------- Estilos Portada cartola --------------- */

.cart .auxi{max-width: 1254px;}
.cart .header{ border-bottom: 1px solid #e5e5e5;}
.cart .header .auxi{
	display: flex; display: -webkit-box; display:-webkit-flex; display: -moz-box; display: -ms-flexbox;
	-ms-flex-align: center;-moz-box-align: center ;-webkit-box-align: center; -webkit-align-items: center;align-items: center; 
	justify-content: space-between;-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;
}
.cart .header .cont-logos {position: relative;
	display: flex; 
	display: -webkit-box; 
	display:-webkit-flex; 
	display: -moz-box; 
	display: -ms-flexbox;
	-ms-flex-align: center; -moz-box-align: center ; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.cart .header .cont-logos .logo-cr{padding-right: 30px;}
.cart .header .cont-logos .logo-cr img{width: 170px;}
.cart .header .cont-logos .logo-fin img{width: 170px;}
.cart .header .cont-links {flex: 0 1 64%;-webkit-flex:flex: 0 1 64%;}
.cart .header .cont-links ul{
	display: flex; display: -webkit-box; display:-webkit-flex; display: -moz-box; display: -ms-flexbox; 
	-ms-flex-align: stretch; -moz-box-align: stretch; -webkit-box-align: stretch; -webkit-align-items: stretch;
}
.cart .header .cont-links ul li{ text-align: center;border-right:1px solid     background-color: #f9f9f9;; 
	flex: 1 0 33.3333333333%;-webkit-flex:flex: 1 0 33.3333333333%;

}
.cart .header .cont-links ul li:last-child{border-right: none;}
.cart .header .cont-links ul li a{color: #1a1a1a; line-height: 1.5; display: block; padding: 40px 60px; width: 100%; height: 100%;
	display: flex; display: -webkit-box; display:-webkit-flex; display: -moz-box; display: -ms-flexbox; 
	-webkit-box-pack: center;-moz-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;
	-ms-flex-align: center; -moz-box-align: center ; -webkit-box-align: center; -webkit-align-items: center; align-items: center;
}
.cart .header .cont-links ul li:hover a{color: #ffffff; transition: .3s all ease; background-color: #1e79bf}
.cart .content .nav-lat{padding: 50px; background-color: #f7f6f5; height: 100vh;}
.cart .content .nav-lat ul li a{color: #1e79bf; padding: 20px 0; display: block;font-size: 15px;}
.cart .content .nav-lat ul li a:hover{text-decoration: underline; transition: .3s all ease; color: #00335b;}
.cart .bold{font-weight: 700; text-transform: uppercase;}
.cart .txt-left{text-align: left; max-width: 150px;}

/* estilos  tabla*/
.cart table {clear:both; margin:20px 0; padding:0; border-collapse:collapse; empty-cells:show; border: none; min-width: 1000px;}
.cart thead{border-bottom: 4px solid #1e79bf;}
.cart tr, .cart th {padding:0;}
.cart tr:first-child {border-top:none;}
.cart tr:last-child {border-bottom:none;}
.cart th {color: #00335b; font-size: 14px; font-weight: 700; text-align: center; padding: 15px 10px !important; vertical-align:middle;}
.cart td {padding:5px; text-align:center; vertical-align:middle;font-size:12px; border-right: none; border-left: none; border-bottom:1px solid #f1f2f2}
.cart tbody tr:hover{transition: .3s all ease; background-color: #f1f2f2;}
.cart tr:last-child td{ border-bottom: none;}
.cart .table-responsive {margin:30px 0; width: 100%;}

/* width */
.cart .table-responsive::-webkit-scrollbar {width: 8px; height: 8px;}
/* Track */
.cart .table-responsive::-webkit-scrollbar-track { background: #f1f1f1;} 
/* Handle */
.cart .table-responsive::-webkit-scrollbar-thumb { background: #888; }
/* Handle on hover */
.cart .table-responsive::-webkit-scrollbar-thumb:hover { background: #555;}


/* --------------- Estilos menú móvil --------------- */

.menu_responsive {padding: 10px; background-color: #ffffff; position: fixed; overflow: hidden; width: 100%; z-index: 100; border-bottom: 1px solid #ebebeb;}
.menu_responsive .logo img{width: 100px;}
.menu_responsive .logo{display: inline-block; vertical-align: middle;s}
.menu_responsive .logo-fin{padding-left: 10px;}
.menu_responsive .logo-fin img{width: 110px;}

.menu_responsive .menu-btn:checked~.menu { max-height: 90vh; overflow-y: scroll;}
.menu_responsive .menu-btn {display: none;}
.menu_responsive .menu-btn:checked~.menu-icon .navicon { background: transparent;}
.menu_responsive .menu-btn:checked~.menu-icon .navicon:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 0;}
.menu_responsive .menu-btn:checked~.menu-icon .navicon:after {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg); top: 0;}
.menu_responsive .menu-btn:checked~.menu-icon .navicon { background: transparent;}

.menu_responsive .menu-icon{float: right; top: 16px; position: relative;}
.menu_responsive .menu-icon .navicon:before {top: 7px;}
.menu_responsive .menu-icon .navicon:after, .menu_responsive .menu-icon .navicon:before {background: #333333; content: ""; display: block; height: 100%; position: absolute; width: 100%; transition: all 0.2s ease-out;}
.menu_responsive .menu-icon .navicon:after { top: -7px;}
.menu_responsive .menu-icon .navicon {background: #333333; display: block; height: 4px; width: 27px; position: relative; transition: background 0.2s ease-out;}
.menu_responsive .menu {clear: none; float: right;}

.menu_responsive .menu { clear: both; max-height: 0; width: 100%; transition: max-height 0.3s ease-in-out; margin: 0; padding: 0; list-style: none; overflow: hidden; background-color: #ffffff;}
.menu_responsive .menu .main-nav {padding-bottom: 15px; padding-top: 20px; border-bottom: 1px solid #f2f2f2;}
.menu_responsive .menu .main-nav li a{display: block; color: #1a1a1a; font-size: 15px; font-weight: 500;    padding: 13px 20px;}
.menu_responsive .menu .lat-m{padding-top: 20px; padding-bottom: 20px;}
.menu_responsive .menu .lat-m li a{display: block;padding: 10px 20px; color: #1e79bf; font-size: 14px;}


/* --------------- Estilos landing --------------- */
body.login .cont-box{background-color: #ffffff;transition: .3s all ease;  width: 100%; text-align: center; padding: 30px 40px; -webkit-box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.3);
box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.3);
margin-left: 20px;
display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center;justify-content: center;
-webkit-box-lines: single; -moz-box-lines: single; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;

}
body.login .cont-box:first-child{margin-left: 0;}
body.login .cont-box:hover{background-color: #f1f1f1;}
body.login .cont-box .icon img{width:auto; margin: 0 auto;}
body.login.land:before{content:''; left:0; right:0; top:0; bottom:0; position:absolute; background: rgba(255, 255, 255, .85);}
body.login.land .auxi{height: auto; max-width: 1150px;}
body.login.land .main{padding:80px 0;}
body.login .cont-box h2{font-family:'Montserrat', sans-serif;font-weight:700; text-align: center; font-size: 28px; margin-bottom: 20px; color: #00335b; margin-top: 30px;}
body.login .cont-box p{font-family:'Montserrat', sans-serif;font-weight:300;line-height: 1.3; font-size: 13px; color: #58595b;}
body.login .box-content{	display: -webkit-box;
	display: flex; display: -webkit-box; display:-webkit-flex; display: -moz-box; display: -ms-flexbox; 
	-ms-flex-align: stretch; -moz-box-align: stretch; -webkit-box-align: stretch; -webkit-align-items: stretch;
}
body.login.land .img-mob{position: relative;}
body.login.land .img-mob .logo.desktop{max-width: 1150px; margin: 30px auto;}
body.login.land .img-mob .logo.desktop img{margin-left: 80px;}

/* --------------- Estilos responsive --------------- */


/*XL--- Pantallas grandes*/
@media(min-width: 1400px){
	.desktop{display: block;}
	.mobile{display: none;}
}

@media(min-width:1200px) and (max-width:1360px){
		.cart .table-responsive::-webkit-scrollbar {display: block;}
		.cart .content .nav-lat{width: 22%; padding: 35px;}
		.cart .content .nav-lat ul li a{font-size: 14px;}
		.cart .content-table{width: 78%; margin: 0 auto;}
		.cart .table-responsive{max-width: 95%;}
	}

/*MD--- Pantallas medianas*/
@media(min-width:992px) and (max-width:1199px){ 
	.auxi{padding: 30px;}
	.desktop{display: block;}
	.mobile{display: none;}
	.cart .table-responsive::-webkit-scrollbar {display: block;}
	.cart .header .cont-links ul li a{font-size: 15px;}
	.cart .content .nav-lat{width: 22%; padding: 35px;}
	.cart .content .nav-lat ul li a{font-size: 14px;}
	.cart .table-responsive{max-width: 95%;}
}

/*SM--- Tablet*/
@media(min-width:768px) and (max-width:991px){
	
	.login{background-position: -473px;}
	.auxi{padding: 20px;}
	.desktop{display: none !important;}
	.mobile{display: block;}
	.img-bg{display: none;}
	.cart .table-responsive::-webkit-scrollbar {display: block;}
	.cart .nav-lat{display: none;}
	.cart .table-responsive::-webkit-scrollbar {display: block;}	
	.cart .table-responsive{max-width: 100%;}
	.cart .content-table{width: 100%;}
	.cart .content{ padding-top: 27px; padding-left: 10px; padding-right: 10px;}
	.cart .row{overflow: hidden;}
	body.login .wrap{-webkit-box-pack: center;-moz-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;}
	body.login.land:before{content: none;}
	body.login .cont-box h2{font-size: 20px}
}


/*XS--- Movil*/
@media (max-width: 767px){
	.auxi{padding: 15px;}
	.desktop{display: none !important;}
	.mobile{display: block;}

	body.login .main{height: 100%;}
	body.login .main { padding: 0; }
	body.login .wrap{-webkit-box-pack: center;-moz-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;}
	body.login {height: 100%; background-image: none !important; background-color: #00335b; position: relative;}
	body.login .img-bg.mobile{position: relative;}
	body.login .img-bg.mobile:before{content: ''; position: absolute; left:0; right: 0; bottom: 0; top:0; background: rgb(0,51,91);
	background: -moz-linear-gradient(0deg, rgba(0,51,91,1) 0%, rgba(0,51,91,0.4) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,51,91,1) 0%, rgba(0,51,91,0.4) 100%);
	background: linear-gradient(0deg, rgba(0,51,91,1) 0%, rgba(0,51,91,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00335b",endColorstr="#00335b",GradientType=1);}
	body.login .img-bg.mobile img{display: block; width: 100%;}
	body.login .logo.mobile{position: absolute;	top: 57%;  left: calc(50% - 90px);}
	body.login .img-mob{position: relative;}
	body.login .logo.mobile img{width: 180px;}
	body.login .cont-login{padding: 30px 25px;}
	body.login .cont-login input{font-size: 12px;}
	body.login .main h1.tit{font-size: 25px;}
	body.login .cont-login label{font-size: 13px;}
	body.login .login .wrap{ 
		-ms-flex-align: center;
		-moz-box-align: center ;
		-webkit-box-align: center; 
		-webkit-align-items: center;
		align-items: center; 
		-webkit-box-pack: center
		-moz-box-pack: center
		-ms-flex-pack: center
		-webkit-justify-content: center
		justify-content: center}
	
	.cart .nav-lat{display: none;}
	.cart .table-responsive::-webkit-scrollbar {display: block;}	
	.cart .table-responsive{max-width: 100%;}
	.cart .content-table{width: 100%;}
	.cart .content{ padding-top: 27px; padding-left: 10px; padding-right: 10px;}
	.cart .row{overflow: hidden;}
	body.login.land:before{content: none;}
	body.login.land .main{padding: 0;}
	body.login .cont-box{max-width: 300px; margin: 0 auto 20px;}
	body.login .cont-box h2{font-size: 20px; margin: 15px 0;}
	body.login .cont-box p{display: none;}
	body.login .cont-box .icon img{width: 80px}
	body.login .cont-box:first-child{margin-left: auto;}
	body.login .box-content{
		-webkit-box-orient: block-axis;
		-webkit-box-orient: vertical;
		-moz-box-orient: block-axis;
		-moz-box-orient: vertical;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}



.form-01{
    width: 100%;
    background-color: #f9f9f9;
       height: auto;
    padding: 2px 0;
}


@media (max-width: 767px){
    
    .form-01{
    padding: 30px 0px;
    }
}

@media (max-width: 767px){
    
   .fecha-01{
  
    margin-top: 100px;
       
}
}

@media (max-width: 767px){
    
   .fecha-in{
  
  
    border: solid 1px #0079c8;
    border-radius: 4px;
    height: 30px;
    margin-left: 0;
    color: #0079CB;
    width: 55%;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 100%;
    
}
}




@media (max-width: 767px){
    
 .fecha-fin{
  
    border: solid 1px #0079c8;
    border-radius: 4px;
    height: 30px;
    margin-left: 0;
    color: #0079CB;
    width: 55%;
    margin-top: 10px;
     margin-bottom: 30px;
     margin-right: 100%;
    
       
}
}

@media (max-width: 767px){
    
   .rut{
  
        border: solid 1px #0079c8;
    border-radius: 4px;
    height: 30px;
    margin-left: 0;
    color: #0079CB;
    width: 55%;
    margin-top: 10px;
     margin-bottom: 30px;
     margin-right: 100%;
     
}
}


@media (max-width: 767px){
    
   .btn-01{
  
       width: 40%;
        margin-top: 20px;
    margin-left: 25%;
}
}


.fecha-01{
  
    width: auto;
    margin-left: 10%;
        color: grey;
    font-weight: 500;
    font-size: 15px;
}



.fecha-in{
        margin-right: 60px;
    border: solid 1px #0079c8;
    border-radius: 4px;
    height: 30px;
    margin-left: 19px;
    color: #0079CB;
}

.fecha-fin{
        margin-right: 30px;
    border: solid 1px #0079c8;
    border-radius: 4px;
    height: 20px;
    margin-left: 30px;
    color: #0079CB;
}

.rut{
        margin-right: 60px;
    border: solid 1px #0079c8;
    border-radius: 4px;
    height: 30px;
    margin-left: 19px;
    color: #0079CB;
    
}

.btn-01{
    background-color: #0079c8;
    padding: 10px 49px;
    border: none;
    border-radius: 7px;
    color: white;
    font-size: 12px;
    transition: 0.5s;
    cursor: pointer;
    
}

.btn-01:hover{
   background-color:#005288;
    
}


.btn-02{
	background-color: #07A507;
	padding: 10px 49px;
	border: none;
	border-radius: 7px;
	color: white;
	font-size: 12px;
	transition: 0.5s;
	cursor: pointer;
	margin-left:15px;
}

	.btn-02:hover{
		background-color: #069106;
	}



 

@media (max-width: 767px){
    
.contenedor-fech-in{
    widht:100%
}
   
}


@media (max-width: 767px){
    
.contenedor-fech-fin{
    widht:100%
}
   
}


@media (max-width: 767px){
    
.contenedor-rut{
    widht:100%
}
   
}


.container-btnlist
{
    widht:100%;
    margin-left:30px;
    
    }
.tabla-sucursales table td, .sucursal-checkbox {
	display: flex;
	gap: 10px;
	align-items: center;
}
.tabla-sucursales table td, .sucursal-checkbox {
	display: flex;
	gap: 10px;
	align-items: center;
}

.titulo-sucursal-preferencia {
	font-size: 18px;
}
















