﻿*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}
html{
    font-family: Arial, sans-serif;
    font-size: 14px;
}
body,input,select {
    color: #888;
}
a{  
    color: #89BB33;
    cursor: pointer;
    font-weight: bold;
}
hr{
    margin: 2rem auto;
    border: solid 2px rgba(0,0,0,.1);
    border-radius: 20%;
    width: 50%;
}
fieldset{
    border: solid 1px rgba(0,0,0,.1);
}
fieldset{
    padding: 1rem;
}
.header{
    background-color: #F5F5F5;
    position: relative;
}
.logo{
    width: 130px;
}
.title-section{
    margin-bottom: 2rem;
}
.one-card .field{
    margin-top: 0;
    margin-bottom: 1rem;
}
.row,.field{
    margin-top: 1.5rem;
    margin-bottom: .1rem;   
    position: relative;
}
.row,.overflow-auto{
    overflow: auto;
}
.row input[type=checkbox]{
    margin-right: .5rem;
}
.field-container{
    font-size: 0;
}
.field{
    border: none;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: .5rem;
    position: relative;
    font-size: 1rem;
    width: 100%;
}
.extender{
    position: static;
    top: 105%;
}
.field-validator{
    font-weight: bold;
    color:#F44336;
    position: absolute;
    top: 105%;
    font-size: .8rem;
}
.field label,.detail{
    font-size: .9rem;
}
.field input, .field select{
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: .2rem;
    width: 100%;
}
.field input::after, .field select::after {
    content: '';
    border-bottom: solid 1px #007A5E;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.field .button, .field a{
    position: absolute;
    right: 0;
    bottom: .1rem;
}
.field a{
    color: #888;
    right: .5rem;
}
.field .fa{
    font-size: 1.5rem;
}
.field-option{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 105%;
    text-decoration: none;
}
.one-card .field input, .one-card .field select{
    font-size: 14px;
}
 .title{
    font-size: 1.8rem;
}
 .news{
     border: 1px solid rgba(0,0,0,.1);
     border-radius: .3rem;
     padding: 1rem;
     position: relative;
 }
 .link{
     margin-top: .5rem;
     text-decoration: underline;
     color: #89BB33;
     display: block;
 }
 .one:before,.two:before{
    content: '1';
    color: #FFF;
    background-color: #F68B1F;
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    width: 18px;
    padding: 3px;
    margin-right: .5rem;
    font-size: .9rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}
.two:before{
    content: '2';
}
.el-validator{
    margin-bottom: 1rem;
}
.button{
    display: inline-block;
    background-color: #F68B1F;
    border: none;
    border-radius: .3rem;
    cursor: pointer;
    padding: .8rem 1rem;
    width: 100%;
}
.button:hover{
    background-color: #00805D;
}
.button.bg-lightgray:hover{
    background-color: #EEE;
}
.disabled:hover{
    background-color: #EEE;
}
.button:active{
    box-shadow: none;
}
a.button{
    text-decoration: none;
}
.big-input{
    border: solid 1px;
    border-radius: .3rem;
    padding: .6rem .3rem;
    margin: .2rem 1rem 0 0;
    font-size: 1.5rem;
}
.big-button{
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    border-radius: .3rem;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 2rem 0;
    position: relative;
    margin-bottom: 1rem;
    text-decoration: none;
}
.big-button aside{
    margin-bottom: 1rem;
}
.big-button span:first-child{
    text-align: center;
    display: block;
    width: 3.5rem;
    color: #FFF;
    background-color: #888;
    font-size: 1.5rem;
    padding: .8rem 1rem;
    border-radius: .3rem;
    margin: auto;
    cursor: pointer;
}
.big-button .text-big-button{
    position: absolute;
    bottom: .5rem;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.footer{
    background-color: #333;
    padding: 2.5rem 0 .3rem;
    position: relative;
    min-height: 25vh;
    z-index: 0;
}
.footer ul{
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
}
.footer li{
    cursor: pointer;
    list-style: none;
    width: 25%;
    margin-bottom: .5rem;
}
.footer li a, footer a{
    color: #BBB;
    text-decoration: none;
}
.footer li:hover a{
    color: #EEE;
    font-weight: bold;
}
.control-panel{
    padding-top: 1rem;
}
.control-panel .fa{
    cursor: pointer;
    font-size: 1.5rem;
    margin-right: .5rem;
    padding-top: 1rem;
}
.control-panel a{
    color: #888;
    text-decoration: none;
    margin-left: 1rem;
}
.card{
    box-shadow: 1px 03px 5px rgba(0,0,0,.2);
    overflow: auto;
}

.card-header{
    border-radius: .3rem .3rem 0 0;
    padding: 1rem;
    text-align: center;
}
.card-content{
    padding: 2rem 1rem;
    overflow: auto;
    text-align: center;
    margin: auto;
}
.login-section{
    background-color: #F5F5F5;
    border-radius: .3rem;
    width: 420px;
    padding: 1rem;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.login-section .field label{
    display: inline-block;
    font-size: 1rem;
    margin-bottom: .3rem;
}
.login-section .field .fa{
    font-size: 1.8rem;
}
.login-section .segmentos{
    padding: 2rem 1rem 1rem;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
}
.btn-close{
    cursor: pointer;
    position: absolute;
    top: .8rem;
    right: .8rem;
    font-size: 1.5rem;
}
.login-section .segmentos .segmento{
    margin-bottom: .5rem;
    list-style: none;
    width: 100%;
}
.login-section .segmentos .segmento aside{
    display: inline-block;
    vertical-align: middle;
    width: 13%;
}
.login-section .segmentos .segmento div{
    display: inline-block;
    vertical-align: middle;
    width: 82%;
}
.login-section .segmentos .segmento:nth-child(3):hover a{
    color: #FFF;
    background-color: #BBB;
}
.login-section .segmentos .segmento:nth-child(2):hover a{
    color: #FFF;
    background-color: #007A5E;
    box-shadow: 1px 3px 5px rgba(0,0,0,.1);
}

.login-section .segmentos .segmento:first-child:hover a{
    color: #FFF;
    background-color: #F68B1F;
}

.login-section .segmentos .segmento a{
    font-weight: normal;
    font-size: .9rem;
    display: block;
    color: #888;
    padding: 1rem;
    border: solid 1px;
    border-radius: .3rem;
    color: #888;
}
.login-section .segmentos .segmento:first-child{
    border-color: #F68B1F;
}
.login-section .segmentos .segmento:first-child a {
    color: #F68B1F;
    text-decoration: none;
}
.login-section .segmentos .segmento:nth-child(2){
    border-color: #007A5E;
}
.login-section .segmentos .segmento:nth-child(2) a {
    color: #007A5E;
    text-decoration: none;
}
.login-section .segmentos .segmento aside{
    font-size: 1.5rem;
}
.login-section input{
    background-color: #F5F5F5;
}
.card-content aside{
    font-size: 3.5rem;
    margin-right: 4.5rem;
}
.card-content .field{
    float: none;
    text-align: left;
    width: 17rem;
}
.card-content .f-left{
    float: left;
}
.option{
    cursor: pointer;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: .3rem;
    box-shadow: 1px 3px 5px rgba(0,0,0,.1);
    list-style: none;
    font-size: .9rem;
    text-align: center;
    text-decoration: none;
    padding: .5rem;
    width: 100%;
}
    .option a, .segmento a {
        color: #007A5E;
        text-decoration: none;
        font-weight: normal;
    }
.option h3{
    font-size: 1rem;
    margin-bottom: .3rem;
}
.autoservicio{
    max-width: 430px;
    margin: auto;
}
.autoservicio .option{
    margin-bottom: 1rem;
}
.autoservicio .option:hover,.button:hover{
    box-shadow: 1px 3px 5px rgba(0,0,0,.3);
}
.option aside{
    font-size: 3.5rem;
}
.option aside.segmento,
.option div{
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}
.option aside.segmento{
    font-size: 2.5rem;
    margin-right: 1rem;
    width: 3rem;
}
.slideshow, .news, .information-section{
    display: none;
}
.message{
    background-color: rgba(255, 179, 0, 0.3);
    border-radius: .3rem;
    color: #888;
    font-size: .9rem;
    padding: 1rem;
}
/*grid*/
.f-right{
    float: right;
}
.f-left{
    float: left;
}
.overflow-auto{
    overflow: auto;
}
.block{
    display: block;
}
.i-b{
    display: inline-block;
}
.v-middle{
    vertical-align: middle;
}
.v-top{
    vertical-align: top;
}
.v-bottom{
    vertical-align: bottom;
}
.v-text-bottom{
    vertical-align: text-bottom;
}
.flex{
    display: flex;
}
.wrap {
    flex-wrap: wrap;
}
.no-wrap{
    flex-wrap: nowrap;
}
.space-between{
    justify-content: space-between;
}

.space-around{
    justify-content: space-around;
}
.list-none{
    list-style: none;
}
.container{
    max-width: 1200px;
    margin: auto;
    padding: .5rem;
    z-index: 1;
}
.content{
    background-color: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0, .3);
    margin-bottom: 1rem;
    padding: 1rem;
    /*position: relative;*/
    z-index: 1;
}
.one-row{
    max-width: 480px;
    margin: 0 auto 2rem;
    padding: 1rem;
    position: relative;
}
.popup-section{
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 3px 5px 10px rgba(0,0,0,.3);
    padding: 2rem 2.5rem 1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    display: none;
    max-height: 80vh;
    overflow: auto; 

    max-width: 1024px;
    min-height: 90vh; 

}
.popup-section .title-section:first-child{
    margin-top: 1rem;
} 
.popup-section::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color: rgba(0,0,0,.8);*/
    z-index:-1;
}
.selectable label{
    display: block;
    box-shadow: 0px 5px 10px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1);
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.selectable header{
    margin-bottom: 1rem;
}
.selectable input[type='radio']{
    display: none;
}
.selectable input[type='radio']:checked + label{
    border: solid 2px #007A5E;
    box-shadow: 3px 5px 10px rgba(0,0,0,.1);
}
.checkable{
    margin: 2rem 0;
}
.checkable input[type='radio'],
.checkable input[type='checkbox']{
    display: none;
}
.checkable input[type='radio'] + label,
.checkable input[type='checkbox'] + label{
    border: solid 1px rgba(0,0,0,.1);
    border-radius: .3rem;
    display: block;
    margin-bottom: .5rem;
    padding: 1rem;
    cursor: pointer;
    position: relative;
}

.checkable input[type='radio'] + label:hover,
.checkable input[type='checkbox'] + label:hover{
    box-shadow: 3px 5px 10px rgba(0,0,0,.1);
    transition: .3s;
}

.checkable input[type='radio']:checked + label,
.checkable input[type='checkbox']:checked + label{
    border: solid 2px #007A5E;
    box-shadow: 3px 5px 10px rgba(0,0,0,.1);
}

.checkable input[type='radio']:checked + label:after,
.checkable input[type='checkbox']:checked + label:after{
    font-family: FontAwesome;
    content:'\f00c';
    position: absolute;
    right: 1rem;
}


/*NAV FOOT*/
.switch{
    display: none;
}

.switch:checked+nav{
    width: 80%;
    padding: 2rem;
    left: 0;
    max-width: 300px;
}
.switch+nav{
    background-color: #333;
    box-shadow: 2px 0 3px rgba(0,0,0,.5);
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    padding: 1rem 0;
    overflow: hidden;
    width: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    z-index: 200;
}   
.switch + nav div {
    position: absolute;
    bottom: 1rem;
    right: 0;
    width: 100%;
    z-index:100;
}
.switch+nav li{
    width: 100%;
}
.switch+nav li{
    border: solid 1px #AAA;
    display: block;
    padding: .3rem .5rem;
    border-radius: .3rem;
    width: 100%;
}
.fa-navicon{
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}
.footer ul{
    display: block;
}

.b-orange{
    border: 1px solid #F68B1F;
}
.b-green{
    border: 1px solid #007A5E;
}
.bg-red,.bg-green,.bg-lightgreen,.bg-orange,
.bg-yellow{
    color: #FFF;
}
.bg-red{
    background-color: #F44336;
}
.bg-green{
    background-color: #007A5E;
}
.bg-lightgreen{
    background-color: #89BB33;
}
.bg-orange{
    background-color: #FF7300;
}
.bg-yellow{
    background-color: #FFB300;
}
.bg-lightgray{
    background-color: #EEE;
}
a.bg-lightgray{
    color: #BBB;
}
.capitalize{
    text-transform: capitalize;
}
.t-yellow{
    color: #FFB300;
}
.t-orange{
    color: #F68B1F;
}
.t-green{
    color: #007A5E;
}
.t-lightgreen{
    color: #89BB33;
}
.t-red{
    color:#F44336; 
}

.t-center{
    text-align: center;
}
.t-left{
    text-align: left;
}
.t-justify{
    text-align: justify;
}
.t-right{
    text-align: right;
}
.b{
    font-weight: bold;
}
.f08{
    font-size: .8rem;
}
.f09{
    font-size: .9rem;
}
.f1-4{
    font-size: 1.4rem;
}
.f1-6{
    font-size: 1.6rem;
}
.f3-5{
    font-size: 3.5rem;
}

/*Margins*/
.mt05{
    margin-top: .5rem;
}
.mt-1{
    margin-top: 1rem;
}
.mb-1{
    margin-bottom: 1rem;
}
.mb-2{
    margin-bottom: 2rem;
}
.mt--05{
    margin-top:-.5rem;
}
.mt--1-5{
    margin-top:-1.5rem;
}
.mb-3{
    margin-bottom: 3rem;
}
.mb-5{
    margin-bottom: 5rem;
}
.ml-0-5{
    margin-left: .5rem;
}
.ml-1-5{
    margin-left: 1.5rem;
}
mr-1{
    margin-right: 1rem;
}

.offset-1{
    margin-right: 8.33%;
}
.offset-2{
    margin-right: 16.66%;
}
.offset-05{
    margin-right: 4.165%;
}
.p-top-05{
    padding-top: .5rem;
}
.p-left-05{
    padding-left: .5rem;
}
.sm-wrap{
        flex-wrap: wrap;
    }
@media(max-width: 479px){
    .xs-5-5{
        width:45.83%;
    }
    .xs-12{
        width:100%;
    }
}
@media(min-width:480px){
    .sm-1{
	width: 8.33%;
    }
    .sm-2{
        width: 16.667%;
    }
    .sm-3{
        width: 25%;
    }
    .sm-4{
        width: 33.33%
    }
    .sm-5{
        width: 41.667%;
    }
    .sm-5-5{
        width: 45.83%;
    }
    .sm-6{
        width: 50%;
    }
    .sm-7{
        width: 58.33%;
    }
    .sm-8{
        width: 66.66%;
    }
    .sm-9{
        width: 75%;
    }
    .sm-10{
        width: 83.33%;
    }
    .sm-11{
        width: 91.667%;
    }
    .sm-12{
        width: 100%;
    }
    .sm-wrap{
        flex-wrap: wrap;
    }
}

@media(min-width:768px){
    .md-1{
	width: 8.33%;
    }
    .md-2{
        width: 16.667%;
    }
    .md-3{
        width: 25%;
    }
    .md-4{
        width: 33.33%
    }
    .md-5{
        width: 41.667%;
    }
    .md-5-5{
        width: 45.83%;
    }
    .md-6{
        width: 50%;
    }
    .md-7{
        width: 58.33%;
    }
    .md-8{
        width: 66.66%;
    }
    .md-8-5{
        width: 70.83%;
    }
    .md-9{
        width: 75%;
    }
    .md-10{
        width: 83.33%;
    }
    .md-11{
        width: 91.667%;
    }
    .md-12{
        width: 100%;
    }
    .md-none{
        display: none;
    }
    .md-visible{
        display: block;
    }
}
@media(min-width:900px) and (max-width:1215px) {
    .principal,.autoservicio{
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin: auto;
    }
    .principal{
        margin-right: 1rem;
    }
    .autoservicio .option{
        width: 46%;
        margin-right: 1rem;
    }
    hr{
        display: none;
    }
}
@media(min-width:1215px){

    .lg-1{
	width: 8.33%;
    }
    .lg-2{
        width: 16.667%;
    }
    .lg-3{
        width: 25%;
    }
    .lg-4{
        width: 33.33%
    }
    .lg-5{
        width: 41.667%;
    }
    .lg-5-5{
        width: 45.83%;
    }
    .lg-6{
        width: 50%;
    }
    .lg-6-5{
        width: 54.16%;
    }
    .lg-7{
        width: 58.33%;
    }
    .lg-8{
        width: 66.66%;
    }
    .lg-9{
        width: 75%;
    }
    .lg-9-5{
        width: 79.167%;
    }
    .lg-10{
        width: 83.33%;
    }
    .lg-11{
        width: 91.667%;
    }
    .lg-12{
        width: 100%;
    }
    .lg-visible{
        display: block;
    }
    .sm-wrap{
        flex-wrap: nowrap;
    }
    .autoservicio{
        max-width: 100%;
    }
    .autoservicio .option{
        width: 16%;
    }
    .container{
        padding: 1rem 2.5rem;
    }
    .content{
        margin-top: -2.5rem;
        min-height: 76vh;
        position: relative;
    }
    .login-section{
        margin: 0;
        margin-left: 1rem;
    }
    .header{
        padding-bottom: 2rem;
    }
    .switch+nav:checked,.switch+nav{
        box-shadow: none;
        position: relative;
        height: auto;
        left: 0;
        width: 100%;
    }
    .switch+nav a{
        cursor: pointer;
        display: inline-block;
        margin-right: 1rem;
        padding: .3rem 0;
        position: relative;
    }
    .switch+nav li{
    border: none;
    display: block;
    margin-bottom: 0;
    padding: .3rem .5rem;
    border-radius: .3rem;
    width: 25%;
}
    .switch + nav div{
        position: relative;
        width: auto;
    }
    nav .fa-times{
        display: none;
    }
    .switch:checked+nav{
        width: 75%;
    }
    .nav-btn{
        display: none;
    }
    .footer{
        margin-top: -3.7rem;
        padding-top: 3rem;
    }
    .footer ul{
        display: flex;
    }
}

/*PROGRESSBAR*/
.progressbar {
      counter-reset: step;
      overflow: auto;
      text-align: center;
  }
  .progressbar li {
      list-style-type: none;
      width: 33%;
      float: left;
      font-size: .9rem;
      position: relative;
      color: #888;
  }
  .progressbar li:before {
      width: 2rem;
      height: 2rem;
      content: counter(step);
      counter-increment: step;
      line-height: 2rem;
      border: 2px solid;
      display: block;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
  }
  .progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #888;
      top: 15px;
      left: -50%;
      z-index: -1;
  }
  .progressbar li:first-child:after {
      content: none;
  }
  .progressbar li.active-green {
      color: #007A5E;
  }
  .progressbar li.active-green:before {
      border-color: #007A5E;
  }
  .progressbar li.active-green + li:after {
      background-color: #007A5E;
  }
  .ui-datepicker{
    background-color: #F1F1F1;
    box-shadow: 0 4px 8px rgba(0,0,0,.5);
}
  .ui-datepicker-header a{
      color: #888;
  }
.ui-datepicker-title{
    font-weight: bold;
    text-align: center;
    margin-top: .5rem;
}
.ui-datepicker-month{
    margin-right: .5rem;
}
.ui-datepicker th,
.ui-datepicker td,
.ui-datepicker td a{
    text-align: center;
    padding: .3rem;
}
.ui-datepicker td:hover{
    background-color: #00805D;
}
.ui-datepicker td:hover a{
    color: #FFF;
}

.ui-datepicker-unselectable {
    color: #CCC;
}
td.ui-datepicker-unselectable:hover {
    background-color: transparent;
}
.ui-datepicker-calendar{
    margin-top: .3rem;
}
.ui-datepicker-prev::before,
.ui-datepicker-next::before{
    
    border-radius: 50%;
    
    font-family: FontAwesome;
    font-size: 1.2rem;
    display: inline-block;
    position: absolute;
    top: .5rem;
    padding: .2rem .3rem;
    width: 1.6rem;
    height: 1.5rem;
}

.ui-datepicker-prev::before
{
    left: .3rem;
    content: '\f053';
}
.ui-datepicker-next::before{
    right: .3rem;
    content: '\f054';
}
.ui-datepicker-prev .ui-icon-circle-triangle-w,
.ui-datepicker-next .ui-icon-circle-triangle-e{
    display: none;
}
.ui-datepicker .ui-state-default{
    color: #888;
}
.only-month .ui-datepicker-calendar{
    display: none;
}
.only-month .ui-datepicker-header:before{
    content:'Selecciona el año y el mes';
    font-size: .9rem;
    font-weight: bold;
}
.only-month .ui-datepicker-header{
    padding: 2rem 3rem 0; 
}
.only-month .ui-datepicker-prev,
.only-month .ui-datepicker-next{
    display: none;
}
.only-month .ui-datepicker-month,
.only-month .ui-datepicker-year{
    border: none;
    border-radius: .3rem;
    width: 100%;
    padding: .5rem;
    margin-bottom: .5rem;
}
.only-month .ui-datepicker-close{
    border: solid 1px transparent;
    border-radius: .3rem;
    padding: .5rem .8rem;
    width: 70%;
    margin-bottom: 1rem;
    background-color: #F68B1F;
    color: #FFF;
}
.only-month .ui-datepicker-close:hover{
    box-shadow: 1px 3px 5px rgba(0,0,0,.3);
}
.only-month .ui-datepicker-close:active{
    box-shadow: 1px 3px 3px rgba(0,0,0,.3);
}
.only-month .ui-datepicker-current {
    display: none;
}
.only-month .ui-datepicker-buttonpane{
    text-align:center;
}

/*Terminos condiciones*/

.linkterminos{text-decoration:underline;cursor:pointer}

#Contenido_Terminos{font-size:1.1em;color:gray}
#Contenido_Terminos h1,#Contenido_Terminos h2,#Contenido_Terminos p {margin:1em}
#Contenido_Terminos h1{font-size:1.2em;text-align:center}
#Contenido_Terminos h2{font-size:1.1em}

div.terminos{
	text-align:justify;
	height:350px;
	overflow-y:scroll;
    width:930px;
}
ol.terminos{
  counter-reset: contadorItem;
}
ol.terminos > li{
	list-style-type: decimal;
    margin: 2em 1em;
    display:block;
    counter-increment: contadorItem;
}
ol.terminos > li:before{
	margin-right: .2em;
	content: counter(contadorItem) ". ";
    font-weight: bold;
}
ol.terminos > ol.terminosSubLista {
  list-style-type: decimal;
  counter-reset: contadorItem2;
}
ol.terminosSubLista2 {
  list-style-type: lower-alpha;
  margin: 2em;
}
li.terminosSubLista2 {
  list-style-type: lower-alpha;
  margin: 1em;
}
ol.terminos > ol.terminosSubLista li{
  display:block;
  margin-left: 2em;
  margin-right: 1em;
  margin-top: 2em;
  counter-increment: contadorItem2;
}

ol.terminos > ol.terminosSubLista li:before{
  content:  counter(contadorItem) "." counter(contadorItem2);
  margin-right: .5em;
  font-weight: bold;
} 

ul.terminos li{
	list-style-type: circle;
	margin-left: 3.0em;
}
p.terminos{
    margin: 1em;
}
h1.terminos{
    margin: 1em auto 2em;
    text-align:center;
}

h2.terminos{
    margin: 2.0em;
}

h3.terminos{
    margin: 2.0em;
}
.invisible{
    display: none;
}
.secundaria{
    margin-right: 2rem;
    width: 250px;
}
.secundaria li{
    list-style: none;
}
.secundaria li a{
    border: solid 1px #007A5E;
    border-radius: .3rem;
    box-shadow: 1px 3px 5px rgba(0,0,0,.1);
    color: #007A5E;
    cursor: pointer;
    display: block;
    padding: .5rem .5rem;
    width: 100%;
    margin-bottom: .3rem;
    text-decoration: none;
}
.secundaria li:hover a {
    color: #FFF;
    background-color: #007A5E;
    box-shadow: 1px 3px 5px rgba(0,0,0,.3);
}
.home-section h2,
.home-section h3,
.home-section h4{
    margin-bottom: 1rem;
    font-weight: bold;
}
.home-section h2{
    color: #007A5E;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.home-section h3{
    font-size: 1.4rem;
}
.secundaria + .contenido p,
.secundaria + .contenido ul{
    margin: 1rem 0;
}
.home-section{
    padding-top: 2rem;
}
.home-section .secundaria,
.home-section .contenido{
    display: inline-block;
    vertical-align: top;
}
.home-section .contenido{
    width: 70%;
}
.resumenVal img{
    float: left;
}
.resumenVal p{
    display: inline-block;
    width: 70%;
    margin-left: 1rem;
    font-size: .9rem;
}
#iframeCtnct{
    border: none;
    height: 600px;
}
.grid td, grid th{
    padding: .3rem;
}
.grid th{
    color: #007A5E;
    padding: .5rem 1rem;
}
#navnews
{
    position: absolute;
    right: .7rem;
    top: 50%;
    transform: translateY(-50%);
}
#navnews a {
	margin: 0 2px;
	padding: 2px 6px;
	border: 0;
	background: #CCCCCC;
	text-decoration: none;
	color: white;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:10px;
}
#navnews a:hover {
	background:#BBBBBB;
}
#navnews a.activeSlide { background: #AAAAAA; }
#navnews a:focus { outline: none; }
#nav {
	z-index: 50;
	position: absolute;
	bottom: 10px;
	right: 10px
}
#nav a {
	margin: 0 2px;
	padding: 2px 6px;
	border: 0;
	background: #00805D;
	text-decoration: none;
	color: white;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:10px; }
#nav a:hover {
	background:#008F69;
}
#nav a.activeSlide { background: #7FC343; }
#nav a:focus { outline: none; }
.slideshow {
    height: 236px;
}
.slideshow img{
    width: 100% !important;
    height: auto !important;
}
.g-recaptcha div{
    margin: auto;
}
.noticias .cyclenews{
    width: 100% !important;
}
.noticias .cyclenews li{
    list-style: none;
    width: 80% !important;
}
@media(min-width:1024px) {
    .btn-inicio span:first-child {
        margin-right: 0;
    }

    .btn-inicio {
        position: absolute;
        right: -1rem;
        left: 1455.7;
        left: 1313px;
        top: 30px;
        width: 23px;
        margin-bottom: 0px;
        height: 32px;
        color:gray;
        display:none;
    }


        .btn-inicio span:not(:first-child) {
            display: none;
        }
}

.btn-inicio:after {
    content: "";
    background-color: #00805D;
    position: absolute;
    display: block;
    height: 2px;
    width: 0;
    left: 50%;
    bottom: .5rem;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

.btn-inicio:hover {
    color: #00805D;
}

    .btn-inicio:hover:after {
        left: 0;
        width: 100%;
    }
.noticias li {
    background-color: #FFF !important;
}