@import url(/web_pagGDS/media/fonts/akrobat-font.css?family=Akrobat);
/* 
    Created on : Jun 18, 2016, 10:48:52 AM
    Author     : Fabian Acero Garcia <acero01@gmail.com>
*/

html, body{
    font-family: 'Akrobat', sans-serif;
    background-color: transparent !important;
}
/* ------------------ Alerta Formulario ------------------ */
.alertaFormulario{
    color: #ffffff;
    background: #dd0b1b;
    display: none;
    font-size: 13px;
    max-width: 300px;
    padding: 4px 8px;
    position: absolute;
    z-index: 1050;
    font-size: 11px;
}

.alertaFormulario .close{
    margin: -3px;
}

.alertaFormulario > .triangle {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin: auto;
    position: absolute;
    top: -5px;
    width: 0;
    border-bottom: 10px solid #dd0b1b;
}

.alertaFormulario li{
    font-family: 'Akrobat', sans-serif;
}

.formFooter{
    height: 100px !important;
}

.infoFormulario{
  background: #f1f1f1;
  border: solid 1px #cccccc;
  color: #737373;
  display: none;
  font-size: 13px;
  max-width: 300px;
  padding: 10px 12px 6px 12px;
  position: absolute;
  z-index: 100;
}

.infoFormulario > .triangle {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #cccccc;
  margin: auto;
  position: absolute;
  top: -10px;
  width: 0;
}

.infoFormulario > .closeBox {
  color: #469fc5;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 17px;
  width: 0;
}

input, button{
    border-radius: 0px !important;
}

.subscribeFooter{
    padding: 0px;
}
/* Fin Alerta Formulario */ 
/*Newsletter*/
.subscribeFooter > div{
    padding: 5px 10px !important;
}
.subscribeFooter a{
    color: #de424a !important;
    font-size: 10px;
    text-decoration: underline;
}
.emailSubscribeFooter{
    height: 40px;
    width: 100%;
}
.emailSubscribeFooter:focus{
    border-color: #de424a !important;
}
.enviarSubscribeFooter{
    background:#de424a !important;
    border-color:#de424a !important;
    border-radius: 6px;
    color:#fff !important;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block !important;
    height: 40px;
}

.mensajeSubscribeFooter{
    color: #909090;
    font-size: 18px;
    line-height: 20px;
}
.mensajeSubscribeFooter span{
    color: #469fc5;
    font-weight: bold;
}
.mensajeSubscribeFooter + div > div:nth-of-type(2){
    margin: -7px 20px;
}
span.iconInput{
    color: #469fc5;
    position: absolute;
    font-size: 15px;
    left: 25px;
    top: 11px;
    pointer-events: none;
    z-index: 10;
}
span.iconInput + input{
    padding-left: 35px !important;
}
/*Fin Newsletter*/
a{
    color: #707070; 
    text-decoration: underline;
}

div.joinus span{
    color:#f09700;
}

div.subscribe span{
    font-weight:bold; 
    font-style:normal;
}

#lightboxModal .modal-content
{
    width: 450px;
    margin: 0 auto;
    border-radius: 0;
}

#lightboxModal .modal-content>button
{

    border: 0;
    cursor: pointer;
    color: #155D76;
    font: 19px bold caption;
    margin: 0 auto;

    position: absolute;
    right: 15px;
    text-align: center;
    top: 11px;
    z-index: 10;
    -webkit-appearance: none;
    font-size: 21px;
    padding: 0px 5px;
    border-radius: 50% !important;
    line-height: 22px;
    font-weight: bold;
    background: #E6E8E7
    ;
}

div.checkbox{
    top: 0px;
}

div.checkbox input{
    height: 14px !important;
    width: 14px !important;
    top: -4px;
}

div.checkbox a{
    margin-left: 0px;
    position: relative;
    top: -5px;
}

div.checkbox.moreInformation a{
    margin-left: 0px;
}

div.checkbox.moreInformation label{
    padding-left: 5px;
}

.error {
    border: solid 1px #F71100 !important;
    min-height: 33px;
}

.succes{
    border: solid 1px #4CAF50 !important;
    min-height: 33px;
}

#errorContainer{
    display: none;
}

div.checkbox{
    font-size: 14px;
    margin: 12px 0px 12px 0px;
    text-align: left;

}
div#wrapperLightBox
{
    moz-border-radius: 0px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

div#wrapperLightBox, div#tituloLightBox{

    display:block;
    margin:0 auto;
    padding:10px 20px;
    text-align:center;
    width: 100%;
}

div#wrapperLightBox a, div#tituloLightBox a
{
    color: #707070; 
    text-decoration: underline;
}

div#tituloLightBox{
    moz-border-radius: 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    font-size: 14px;
    padding-top:32px;
}

div#tituloLightBox p
{
    margin: 0px auto;
    padding-left: 0px !important;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

div#tituloLightBox h2 {
    margin: 0;
    font-weight: bold !important;
    font-size: 25px;
}
div#wrapperLightBox .pr-4{
    padding-right: 5px !important;
}
div#wrapperLightBox .pl-4{
    padding-left: 5px !important;
}
#inscripcionLB div label{
    display: inline-block;
    color: #707070;
    font-size: 11px;
    line-height:14px;
    cursor: text;
}

#inscripcionLB > div > div{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-style:normal;
}

#botSuscribeteLB{
    cursor: pointer;
    font-size:13px;
    color:#fff;
    padding: 7px 12px !important;
    display: inline-block;
    vertical-align: middle;
    border:0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #de424a ;
    margin-top: 0px;
    border-radius: 0px !important;
    text-transform: uppercase;
}

#botSuscribeteLB:hover{
    color: #fff;
    background: #f0889f ;
}

.inputLightbox{
    border: solid 1px #d3d3d3 !important;
    border-radius: 0px !important;
    color: #555 !important;
    display: inline-block !important;
    margin-top: 5px !important;
    padding: 10px !important;
    width: 100% !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

div.tooltipnombre:hover {
    text-decoration:none;
}

div.tooltipnombre span {
    display:none;
    margin:0 0 0 10px;
    padding:5px 5px;
}

div.tooltipnombre:hover span {
    display:inline;
    position:absolute;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#666666;
}

div.tooltipapellido:hover {
    text-decoration:none;
}

div.tooltipapellido span {
    display:none;
    margin:0 0 0 10px;
    padding:5px 5px;
}

div.tooltipapellido:hover span {
    display:inline;
    position:absolute;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#666666;
}
div.tooltipemail:hover {
    text-decoration:none;
}

div.tooltipemail span {
    display:none;
    margin:0 0 0 10px;
    padding:5px 5px;
}

div.tooltipemail:hover span {
    display:inline;
    position:absolute;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#666666;
}

.errorinput {
    border:1px solid #FF0000;
}

.succesinput {
    border:1px solid #00FF00;
}

.divrespuesta.unsuccess{
    color: #FF0E0E;
    padding-top: 8px;
}

.divrespuesta.success{
    color: #0753B8;
    padding-top: 8px;
}


.textoAzul{
    color: #479ec4 !important;
}
.textoNegro{
    color:#000000;
}
.textoGriso{
    color:#575757;
}


.lineHeigh13{
    line-height: 1.3 !important;
}



.fuente16{
    font-size: 14px !important;
}

.underHover{
    text-decoration: none !important;
}
.underHover:hover{
    text-decoration: underline !important;
}
 
.ceroTop{
    top:0px !important;
}

.contenedorEnlaces a:hover{
    text-decoration: underline !important;
}   

.contenedorEnlaces {
    padding-left: 5px;
    text-align: left;
}

.contenedorEnlaces a{
    font-size: 14px !important;
    color: #479ec4 !important;
    text-decoration: none !important;
    top: 0px !important; 
}  
.contenedorEnlaces p{
   font-size:14px;
}

.diFlex {
    display: flex !important;
}

#lightboxModal #g-recaptcha{
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}


.radioButton input[type="checkbox"],
.radioButton input[type="checkbox"]{
    display: none;
}
.radioButton {
    display: inline-block;
    margin-bottom: 5px;
}
.radioButton:last-of-type {
    margin-bottom: 0px;
}
.radioButton label {
    position: relative;
}

.radioButton span{
    font-weight: bold;
    margin: 0px 0px 0px 50px;
    margin-right: 10px;
}

/* Base styles for spans */
.radioButton span::before,
.radioButton span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* checkbox buttons */
.radioButton span.checkbox:hover {
    cursor: pointer;
}
.radioButton span.checkbox::before {
    left: -35px;
    width: 40px;
    height: 25px;
    background-color: rgba(120,120,120,0.6);
    border-radius: 50px;
}
.radioButton span.checkbox::after {
    content: '' ;
    left: -32px;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    background-color: #ffffff;
    transition: left .25s, background-color .25s;
}
input[type="checkbox"]:checked + label span.checkbox::before {
    background-color: #155D76;
}
input[type="checkbox"]:checked + label span.checkbox::after {
    left: -16px;
}
input[type="checkbox"]:checked + label span {
    border-bottom: solid 2px #469fc4;
}

