/* GLOBAL */
body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #ededed;
    font-size: 11px;
}

a, p, span {
    color: #666;
}

a, p {
    text-decoration: none;
    font-size: 12px;
}

span {
    font-size: 11px;
}

a:hover {
    text-decoration: underline;
    color: #666;
}

h1 {
    font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 24px;
}
.text-primary {color:#003da5!important;}

.logo {width:200px;}

.btn--circle {
    width: 29px;
    height: 29px;
    text-align: center;
    border-radius: 15px;
		padding-top: 2px;
}
.mx-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}

.mx-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}

#wrapper {
    background: #FFF;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
}

#wrapper {
    width: 920px !important;
    /*padding: 0 20px 20px;*/
	padding-bottom:20px;
}

.alert {
    background-color: #f9e133ad;
    padding: 10px 12px;
    margin-bottom: 5px;
    border-radius: 0;
}

.alert p {
    margin-bottom: 0;
}

.italic {
    font-style: italic;
}

.panel {
    background-color: #e3e3e3;
    border-radius: 12px;
}

.panel .panel-body {
    padding: 10px 15px;
}

.panel .panel-header {
    padding: 6px 20px;
    background-color: #abcbd1;
    border-radius: 12px 12px 0 0;
}

.panel .panel-login {
	padding: 6px 20px;
	background-color: #84bd00;
	border-radius: 12px 12px 0 0 ;
}


.panel .panel-header h6 {
    margin: 0;
    color: #022049;
    font-size: 14px;
    font-weight: bold;
}

.color-darkblue {
    color: #022049;
}

strong {
    color: #333333;
}

.text-green {
    color: #66ae07 !important;
    font-weight: bold;
}

.text-size-13 {
    font-size: 13px;
}

/* HEADER */
#validate-cert {
    width: 130px;
    background-color: #65addd;
    height: 26px;
    border-radius: 0 0 12px 12px;
    color: #ffffff !important;
    padding-top: 5px;
}

#menu-corp {
    top: 0;
    right: 0;
    background-color: #e3e3e3;
    width: 540px;
    height: 26px;
    border-radius: 0 0 12px 12px;
    padding: 5px 12px;
}

#menu-corp a {
    padding: 0 10px;
    border-left: 1px solid #666;
}

#menu-corp a:first-child {
    border-left: none;
}

/*#header-contact {
    padding-left: 35px;
    background-image: url(https://d17mh033okktwq.cloudfront.net/uploads/eb82c3ba-aae0-4e1b-87ca-818acdd747eb/original/fono.gif);
    background-repeat: no-repeat;
    background-position: top 3px left;
    text-align: right;
}

#header-contact h1 {
    font: 30px 'Trebuchet MS',Arial,Helvetica,sans-serif;
    margin: 0;
}

#header-contact span {
    color: #5ba8db;
    font-size: 12px;
}*/

#menu-primary {
    margin: 0 auto 0;
    height: 45px;
    padding: 0;
    z-index: 0;
}

#menu-primary ul {
    border-radius: 10px 10px 0 0;
    background-color: #85bf34;
}

#menu-primary ul li {
    height: 47px;
    width: 25%;
    display: inline-block;
    border-left: 1px solid #bae090;
    border-bottom: 2px solid #bae090;
    border-right: 1px solid #62952c;
}

#menu-primary ul li:first-child {
    border-left: none;
}

#menu-primary ul li:last-child {
    border-right: none;
}

#menu-primary ul li a {
    display: block;
    color: #FFF;
    font-weight: bold;
    height: inherit;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    padding-top: 13px;
    font-size: 14px;
    font-style: italic;
}

/*MENU MOBILE*/
.topnav {
  overflow: hidden;
  background-color: #84bd00;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
	border-bottom: 1px solid white;
}

.topnav a:hover {
  background-color: #699700;
}



/* FOOTER */
#footer { 
	width: 920px;
}

#menu-footer a{
    padding: 0 10px;
    border-right: 1px solid;
    height: min-content;
    align-self: center!important;
}

/*#footer-contact {
    width: 335px;
}*/

#footer-contact h1 {
    padding-left: 25px;
    background-image: url(https://d17mh033okktwq.cloudfront.net/uploads/20a93d52-eaba-44cb-b6c4-505d01c070f7/original/fono-footer.gif);
    background-repeat: no-repeat;
    background-position: top 4px left;
}

/* HOME */
#section-login {
    background-color: #eeeef0;
}

.btn-comprar a{
    background-image: url(https://d17mh033okktwq.cloudfront.net/uploads/b428c943-3385-446b-8609-fa7283c531b4/original/comparar.gif);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 126px;
    height: 19px;
    display: block;
    margin: auto;
}
.btn-success {
	  color: #fff;
    background-color: #84BD00;
    border-color: #84BD00;
} 
.btn-success:hover {
	color: #fff!important;
	background-color: #62952c;
	border-color: #62952c;
	text-decoration:none;
} 
.btn-small {font-size: 0.7rem;}

.list {
    margin: 12px;
    padding: 0;
}

.list li {
    padding: 2px 0 2px 10px;
}

.list li a {
    color: #333;
}

.banner {
    background-color: #f7f7f7;
    width: 100%;
    height: 300px;
}

.text-size-14 {
    font: 14px/150% arial,sans-serif;
}

#login-box {
    border: 1px solid #85bf34;
    width: 140px;
    height: 224px;
    border-radius: 10px;
    background-color: #85be00;
    margin-top: 18px;
    margin-left: 14px;
    position: absolute;
    padding: 2px;
}

ol.list-check {
    list-style-image: url('https://d17mh033okktwq.cloudfront.net/uploads/7f182485-e837-422e-a9b8-6ac8f434006d/original/check.gif');
}

ol.list-check li p{
    font: 14px/150% arial,sans-serif;
    margin-bottom: 12px;
}

ol.list-check li p strong {
    color: #666;
}

.btn-download {
    background-color: #859ca2;
    color: #fff;
    padding: 10px;
    border-radius: 16px;
    background-image: url();
}

/* RAZONES*/
.col-razones { 
    background: #dbe9ec url(https://d17mh033okktwq.cloudfront.net/uploads/1ba18a91-5421-4f2e-b29a-7e6611d7fe9d/original/razones.jpg) no-repeat 100% 100%;
   height: 545px;
    width: 270px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
}
.razontit {
    background: url(https://d17mh033okktwq.cloudfront.net/uploads/5f72c746-8ccc-45a4-8bdc-2067c6d27073/original/razonses.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 100px;
    text-indent: -9999px;
    margin: 0;
}
.col-razones ul {   
		padding: 0;
		margin: 0;
    list-style: none;
}
.col-razones .seg {
    background: url(https://d17mh033okktwq.cloudfront.net/uploads/8652d051-3f83-42a0-834a-e655a09cd9a6/original/ok_bnnr.gif) no-repeat scroll 13px 4px transparent;
    font-size: 11px;
    line-height: 170%;
    margin-bottom: 16px;
    padding-left: 35px;
    padding-right: 10px;
}
.col-razones .link a {
    background: url(https://d17mh033okktwq.cloudfront.net/uploads/a103fa96-9ae0-4aeb-b2e2-af3cba9fec98/original/btnsolicita.gif) no-repeat 0 0;
    display: block;
    height: 40px;
    text-align: center;
    width: 195px;
    overflow: hidden;
    padding: 40px 0 0;
    margin: 0 auto;
}

/* Tabla planes */
.pensiones {
    background: #b6d1d6;
    color: #fff;
    font: bold 13px Trebuchet Ms,sans-serif;
    height: 50px;
    text-align: center;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    text-align: center!important;
    border-right: #FFF solid 1px;
	margin-bottom: -9px;
	padding-top:10px;
}

/* huincha */
.bs-example{
    	margin: 20px;
}
.la-xl {font-size:2.6rem;}

/*hacks*/
.alert a {color:#856404;}
.alert a:hover {text-decoration:underline;}
.alert-warning { font-size:1.5rem; border-left: 8px solid #856404; margin-top: -12px;
    margin-bottom: 18px;}

.mt-md-2 {margin-top:0px!important;}


/*contacto*/
.form-field {
    position: relative;
    color: #809ED2;
    display: flex;
    flex-direction: column;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.form-field input, .form-field textarea {
    color: #53565A;
    font-size: 18px;
    line-height: 14px;
    display: block;
    width: 100%;
    background: none;
    border-width: 0;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
	margin-top:20px;
}
.form-field input, .form-field select {
    height: 3.2rem;
    padding: 0;
}
button, input {
    overflow: visible;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-field label {
    position: absolute;
    top: 1rem;
    left: 0;
    margin: 0;
    z-index: 0;
    font-size: 14px;
    pointer-events: none;
    padding-left: 0;
    font-weight: normal;
    color: #53565A;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-field .bar {
    position: relative;
    display: block;
    height: 0.1rem;
    background: #D9D9D6;
}
.form-field.has-error .bar:before, .form-field.has-error.is-empty .bar:before {
    width: 100%;
    left: 0;
    background: #E30613;
}
.form-field .bar:before {
    content: '';
    position: absolute;
    z-index: 0;
    height: 0.1rem;
    width: 0;
    left: 50%;
    bottom: 0;
    background: #D9D9D6;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
}
.form-field small {
    display: inline-block;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0.5rem 0.5rem;
    background-color: #E30613;
    color: #fff;
    text-align: right;
    margin: 0 0 0 auto;
		font-size:14px;
}
.form-field.is-valid input:focus, .form-field.is-valid textarea:focus, .form-field.is-valid select {
    color: #003DA5;
}
.form-field :focus {
    outline: none;
}
.form-field:not(.is-empty) input ~ label, .form-field:not(.is-empty) textarea ~ label, .form-field:not(.is-empty) select ~ label, .form-field.has-placeholder input ~ label, .form-field.has-placeholder textarea ~ label, .form-field.has-placeholder select ~ label {
    font-size: 1.2rem;
    top: -1.5rem;
    left: 0;
    color: #53565A;
}

.form-field :focus {
    outline: none;
}
.form-field select {
    color: #53565A;
    font-size: 1.6rem;
    line-height: 14px;
    display: block;
    position: relative;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-appearance: none;
}

.form-contactanos [type="radio"]:checked + label, .form-contactanos [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 35px;
	font-size:14px;
}
.form-field:not(.is-empty) input ~ label, .form-field:not(.is-empty) textarea ~ label, .form-field:not(.is-empty) select ~ label, .form-field.has-placeholder input ~ label, .form-field.has-placeholder textarea ~ label, .form-field.has-placeholder select ~ label {
    font-size: 1.2rem;
    top: -1.5rem;
    left: 0;
    color: #53565A;
}
.form-field :focus {
    outline: none;
}
.form-contactanos [type="radio"]:checked, .form-contactanos [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.form-contactanos [type="radio"]:checked + label:before, .form-contactanos [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #809ED2;
    background-color: #f2f2f2;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.4rem;
}
.form-contactanos .form-contactanos_solicitud [type="radio"]:checked + label:after, .form-contactanos .form-contactanos_solicitud [type="radio"]:not(:checked) + label:after, .form-contactanos .form-contactanos_solicitud [type="radio"]:checked + label:before, .form-contactanos .form-contactanos_solicitud [type="radio"]:not(:checked) + label:before {
    background-image: url(https://d17mh033okktwq.cloudfront.net/uploads/e5e54cbf-e1f1-4002-b85f-d8a164d2412c/original/contactanos-solicitud.svg);
}
.form-contactanos .form-contactanos_consulta [type="radio"]:checked + label:after, .form-contactanos .form-contactanos_consulta [type="radio"]:not(:checked) + label:after, .form-contactanos .form-contactanos_consulta [type="radio"]:checked + label:before, .form-contactanos .form-contactanos_consulta [type="radio"]:not(:checked) + label:before {
    background-image: url(https://d17mh033okktwq.cloudfront.net/uploads/5cec4524-dbc5-4ee6-af90-622d39ef3f79/original/contactanos-consulta.svg);
}
.form-contactanos .form-contactanos_reclamo [type="radio"]:checked + label:after, .form-contactanos .form-contactanos_reclamo [type="radio"]:not(:checked) + label:after, .form-contactanos .form-contactanos_reclamo [type="radio"]:checked + label:before, .form-contactanos .form-contactanos_reclamo [type="radio"]:not(:checked) + label:before {
    background-image: url(https://d17mh033okktwq.cloudfront.net/uploads/a387c852-9e18-490d-bc64-36a00f0855eb/original/contactanos-reclamos.svg);
}
.form-contactanos .form-contactanos_sugerencia [type="radio"]:checked + label:after, .form-contactanos .form-contactanos_sugerencia [type="radio"]:not(:checked) + label:after, .form-contactanos .form-contactanos_sugerencia [type="radio"]:checked + label:before, .form-contactanos .form-contactanos_sugerencia [type="radio"]:not(:checked) + label:before {
    background-image: url(https://d17mh033okktwq.cloudfront.net/uploads/3607e65a-a104-4df2-a5ec-df205087b775/original/contactanos-sugerencia.svg);
}

.form-contactanos [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-contactanos [type="radio"]:checked + label:after, .form-contactanos [type="radio"]:not(:checked) + label:after {
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #84bd00;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 0.4rem;
}
.btn-success:disabled {
    background: #C4C4C4;
    border-color: #C4C4C4;
    color: #FFFFFF;
}

@media only screen and (max-width: 2560px) { 
	 #wrapper {
    width: 920px; } 
}

@media only screen and (max-width: 1440px) { 
	 #wrapper {
    width: 920px; } 
}

@media only screen and (max-width: 1024px) {
 #wrapper {
    width: 920px; } 
}

/* hack intermedios */
@media only screen and (min-device-width : 769px) and (max-device-width : 1000px) {  
}

@media only screen and (max-width: 768px) {
	.logo {width:100%!important;}
	#wrapper {width: 100%!important; } 
#footer {width:100%!important;}
}

@media only screen and (max-width: 458px) { 
	#menu-corp { height:36px; padding: 2px 6px; width:100}
	#menu-corp > a {font-size:10px;}
	.panel .panel-header h6 {font-size: 12px;}
	.col-razones {width: 100%;}
}

/* iPhone 12 pro max*/	
@media only screen and (min-device-width : 426px) and (max-device-width : 458px)  { 
	#header-contact h1 {font-size: 20px;}
	#menu-primary ul li {width:100%!important; float: left; clear: left; background-color:#84bd00;}
	#menu-primary ul li:first-child {border-right:none;}
	.mt-md-2 {margin-top: 0.5rem!important;}
}
@media only screen and (max-width: 425px) { 
	#header-contact h1 {font-size: 20px;}
	#menu-primary ul li {width:100%!important; float: left; clear: left; background-color:#84bd00;}
	#menu-primary ul li:first-child {border-right:none;}
	.mt-md-2 {margin-top: 0.5rem!important;}
	.ms-5 {margin-left:1rem!important;}
	.ms-1 {margin-left:2rem!important;}
}

/* iphone6+*/
@media only screen and (max-width: 414px) { }
/* Nexus+*/
@media only screen and (min-device-width : 375px) and (max-device-width : 384px) { }
@media only screen and (max-width: 375px) { }
/*Galaxy*/
@media only screen and (min-device-width : 360px) and (max-device-width : 374px) { }
@media only screen and (max-width: 320px) { }
