body{
    margin: 0px;
    /* font-family: "Helvetica"; */
    font-family: 'Open Sans', sans-serif;
}

.header{


}
.headerText{
    text-align: right;
    color: white;
    /* font-size: 14px; */
    line-height: 40px;
}

.topBar{
    height: auto;
    background-color: #66C2C3;
    color: white;
}

.logoBar{
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 5px;
}

.telTop{
    padding-top: 67px;
    padding-bottom: 0px;
    color: grey;
}

.menu{
    margin-bottom: 20px;
}

.sectTitle ul{
 margin-left: 0px;
}

.mainBlock li{
   list-style: none;
   margin-left: 10px;
   text-align: justify;
   margin-bottom: 20px;
   border-bottom: 1px solid #FFF;
   font-size: 12px;
   line-height: 1.55;
   text-align: left;
}

#consultas{
      display: none;
width: 80%;
height: 60%;
padding: 20px;
background-color: white;
overflow-y: auto;
margin: 10% auto;
}
#viajero{
           display: none;
width: 80%;
height: 60%;
padding: 20px;
background-color: white;
overflow-y: auto;
margin: 10% auto;
}


#conf{
           display: none;
width: 80%;
height: 60%;
padding: 20px;
background-color: white;
overflow-y: auto;
margin: 10% auto;
}
#clinicas{
          display: none;
width: 80%;
height: 60%;
padding: 20px;
background-color: white;
overflow-y: auto;
margin: 10% auto;
}

.servBlock{
    margin-bottom: 30px;
}

.top-bar-section li{
    /* width: 15%; */
}

.masBt{
    float: right;
    background-color: #D8D8D8;
    color: #616161;
    font-size: 11px;
    /* padding-right: 10px; */
    padding-left: 10px;
    /* clear: left; */
    margin-top: 19px;
    cursor: pointer;
}
.masBt:hover{
    background-color: #5FA2A2;
    color: white;
}


.masLBt{
    float: left;
    background-color: #D8D8D8;
    color: #616161;
    font-size: 11px;
    /* padding-right: 10px; */
    padding-left: 10px;
    /* clear: left; */
    margin-top: 19px;
    cursor: pointer;
    margin-left: 20px;
}
.masLBt:hover{
    background-color: #5FA2A2;
    color: white;
}

.miniC{
    width: 18px;
    background-color: #7AD1D1;
    float: right;
    /* height: auto; */
    /* overflow-y: auto; */
    margin-right: 0px;
    margin-left: 10px;
}

ul.square {list-style-type: square;}

.logoDiv{

}

.active a{
    color: #59C5C6 !important;
}

.slide{
    /* margin-bottom: 20px; */
    margin-top: 20px;
}

.barra1{
    background-color: #58585A;
}

.barra2{
    background-color: #424243;
}
.barraText{
    /* font-size: 11px; */
    color: white;
    /* text-align: left; */
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}


.textBlock{
    margin-top: 20px;
    
}

.icoTop{
    float: right;
    margin-right: 21px;
    margin-left: 10px;
    color: white;
}

.textTop{
    margin-right: 20px;
    float: right;
    font-family: Arial;
}

.mainBody{
    padding: 10px;
    margin-bottom: 20px;
    min-height: 400px;
}

.secTitle{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    /* background-color: #59C5C6; */
    color: #3E3E3E;
    /* padding: 6px; */
    border-radius: 3px;
    padding-left: 10px;
}

.secText{
    /* font-size: 10px !important; */
    text-align: justify;
    padding: 10px;
}


.footer{
    width: 100%;
    /* position: absolute; */
  
    bottom: 0px;
  
    /* left: 0; */
  
    border-top: 1px solid rgb(190, 190, 190);
}

#privacidadBt{
    cursor: pointer;
}
#privacidadBt:hover{
    color: grey;
}

#terminosBt{
    cursor: pointer;
}
#terminosBt:hover{
    color: grey;
}

#politicas{
    display: none;
width: 80%;
height: 400px;
padding: 20px;
background-color: white;
overflow-y: auto;
margin: 10% auto;
}

#terminos{
    display: none;
width: 80%;
height: 400px;
padding: 20px;
background-color: white;
overflow-y: auto;
margin: 10% auto;
}


.quienesTitle{
    text-align: center;
    
    background-color: rgb(102, 194, 195);
    color: white;
    padding: 15px;
    font-weight: bold;
    font-size: 17px;
}

.centeredText{
    text-align: center;
    margin: 20px;
}

.serviceBlock{
    margin-top: 29px !important;
}

.contactBlock{
    margin-bottom: 30px;
}

#dataForm{
    margin-top: 30px;
}

.imageDeco{
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    margin: 10px;
    min-height: 183px;
}