/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/10/2019, 04:40:11 PM
    Author     : Abraham
*/

@charset "iso-8859-1";

@font-face {
    font-family: Roboto;
    src: url('../estilos/Fuentes/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: HelveticaCondensed;
    src: url('../estilos/Fuentes/Helvetica/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media print{
 
    #cta-botones{display: none;}
    
}

html,body {
    margin: 0;
    padding: 0;
    font-family: HelveticaCondensed;
}

html, body {
    height:100%;
}

.ir-arriba {
    display:none;
    padding:13px 20px;
    background: #7D7FB;
    color:#fff;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    left:20px;
    border-radius: 54px;
}

.float-buttons {
    display: block;
    position: fixed;
    clear: both;
    width: 120px;
    height: 220px;
    right: 0px;
    bottom: 50%;
    margin-bottom: -110px;
    z-index: 10;
}

.hvr-buzz-out {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    color: #3B3B3B;
}

.hvr-buzz-out:visited {
    color: #3B3B3B;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.iconFloat {
    height: 60px;
    width: 60px;
    margin: 0 auto 0 auto;
    -webkit-box-shadow: 0 6px 7px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 7px 0 rgba(0,0,0,0.1);
    box-shadow: 0 6px 7px 0 rgba(0,0,0,0.1);
    border-radius: 54px;
    background-color: #ffa800;
}

.iconCall {
    background-image: url('../imagenes/Plataforma02/Icon-Call.png');
    background-size: contain;
    background-repeat: no-repeat;    
}


.iconFace {
    background-image: url('../imagenes/Plataforma02/Icon-Face.png');
    background-size: contain;
    background-repeat: no-repeat;    
}

.iconTwitter {
    background-image: url('../imagenes/Plataforma02/icono-x.png');
    background-size: contain;
    background-repeat: no-repeat;    
}

.subtitleIcon{
    text-align: center;
    font-size: 13px;
    font-weight: bolder; 
    margin-top: 10px;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

#wrap {
    min-height:100%;
    width: 100%;
    margin: 0 auto;
}

#header {
    width: 100%;    
}

.headerText{
    width: 100%;
    height: 110px;    
    position: relative;
}

.layoutLogo{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1035px;
    height: 110px;
    margin: 0 0 0 -517.5px;    
    background-image: url('../ImagenHeaderServlet?claveHeader=Title-Predial-Large');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.hamburger:hover {
    /*opacity: .7;*/
}
.hamburger {
    display: none;
    font: inherit;
    overflow: visible;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .60s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    /*background-color: #99ba24;*/
    z-index: 15;
    transition: all.4s;
    opacity: 1;
    position: absolute;
    margin-top: 110px;
    right: 0;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: rgb(92,92,92);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: rgb(92,92,92);
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.js-hamburger{
    
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 5px;
    transition-timing-function: ease;
    transition-duration: .60s;
    transition-property: transform;
    border-radius: 5px;
    background-color: #000;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger--slider .hamburger-inner:before {
    top: 11px;
    transition-timing-function: ease;
    transition-duration: .60s;
    transition-property: transform,opacity;
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger--slider .hamburger-inner:after {
    top: 21px;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger.is-active {
    /*margin-left: 255px;*/
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,11px,0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0,-21px,0) rotate(-90deg);
}

.headerDown1{
    width: 100%;
    height: 45px;
    background-color: #9F2241; /*#e1e4e7;*/
    font-size: 17px;
}

.headerDown2{
    width: 100%;
    height: 10px;
    background-color: #9F2241;/*#eef0f1;*/
    font-size: 17px;
}

.headerSingleDown {
    width: 100%;
    height: 7px;
    background-color: rgb(246, 246, 246);
    display: none;
    transition: all.4s;
    font-size: 17px;
}

.layoutLinks {
    max-width: 1035px;
    height: inherit;
    margin: 0 auto;
}

.menuHeader1{
    margin: 0 auto;
    padding: 0;
    float: right;
}

.textoFecha{
    float: left;
    line-height: 45px;
    font-size: 15px;
    color: #ffffff;
}

.menuHeader1>li{
    display: block;
    float: left;
    text-align: center;
    margin: 0 10px;
    font-weight: bolder;
    
}

.menuHeader1>li>a{
    display: block;
    line-height: 45px;
    text-decoration: none;
    color: #ffffff; /*#3c4143;*/
}

.menuHeader1>li>a:visited{
    color: #ffffff; /*#3c4143;*/
}

.menuHeader1>li>a:hover{
    color: #ffffff;/*#63cbd0;*/
    
    
}

.botonInicio{
    margin-right: 30px;
}

.FAQ{
    color: #ffffff !important; /*rgb(255,80,88)*/
}

.FAQ:hover{
    color: #ffffff !important; /*rgb(255,0,0)*/
}

.FAQLink{
    
}

#content {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 480px;
}

#content.seleccionado {
    padding-bottom: 80px;
}

#mainFrame{
    transition: all.4s;
}

#footer {
    margin: 0 auto;
    height:480px;
    margin-top:-480px;
    width: 100%;
}

#footer.seleccionado {
    height:80px;
    margin-top:-80px;
}

/*INICIO MENU SITIOS DE INTERES */

    #navSitiosInteres {
        /*padding: 20px 0 20px 0;*/
        width: 100%;
        margin: 0px auto 0px auto;
        background-color: #9F2241; /*rgb(44, 44, 44);*/
    }

    #menuInteres {
        padding: 0px 90px 20px 90px;
        width: 850px;
        height: 60px;
        list-style: none;
        background-color: #9F2241;/*rgb(44, 44, 44)*/
        font-size: 13px;
        font-weight: bold;
        margin: 0 auto;
        overflow: hidden;
    }

    #menuInteres li {
        float: left;
        border-left: 1px solid rgba(255,255,255,1);
    }

    .ultimoLi {
        border-right: 1px solid rgba(255,255,255,1);
    }

    #menuInteres a {
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        width: 120px;
        height: 48px;
    }

    #menuInteres a:hover {
            background: rgba(0,0,0,0.2);
    }

    #toggle-menu-interes {
        display: none;
        position: static;
        height: 42px;
        overflow: hidden;
        width: 100%;
        background: #95969a;
        border-radius: 12px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
    }

    #toggle-menu-middle {
        display: table-cell;
        vertical-align: middle;
        position: static;
        top: 50%;
        width: 100%;
        text-align: center;
    }

    #toggle-menu-inner {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        /*top: -50%;*/
        
    }

    #toggle-menu-interes img {
        margin-right: 10px;
        vertical-align: middle;
    }
    
    .hvr-float-shadow{
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    
    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

/*FIN MENU SITIOS DE INTERES */

/* INICIO CUADROS FOOTER */

    #columnasFooter {
        height: 350px;
        width: 82%;
        background-color: #9F2241; /*white*/
        float: left;
        text-align: right;
    }
    
    #columnasFooter.seleccionado{
        display: none;
    }
    
    .columna {
        display: inline-block;
        vertical-align: text-top;
        text-align: left;
        margin: 0px 30px 0px 0px;
        width: 250px;
    }
    
    .iconColumna {
        text-align: center;
        margin-top: 25px;
        
    }
    
    .tituloColumna {
        font-weight: bold;
        font-size: 15px;
        color: #ffffff; /*#333333*/
        margin: 0px 0px;
    }
    
    #linksColumna1 {
        margin-top: 10px;
    }
    
    a.basic {
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
    }
    
    a.basic:hover {
        text-decoration: underline;
    }
    
    
    a.basic-Hightlight {
        font-size: 20px;
        color: #63cbd0;
        text-decoration: none;
         vertical-align: middle;
    }
    
    a.basic-Hightlight:hover {
        text-decoration: underline;
         vertical-align: middle;
       
    }
    
    
    
    
        a.basic-Hightlight-2 {
        font-size: 25px;
        color: #63cbd0;
        text-decoration: none;
         vertical-align: middle;
    }
    
    a.basic-Hightlight-2:hover {
        text-decoration: underline;
         vertical-align: middle;
       
    }
    
    
    
    .parrafoColumna {
        font-size: 12px;
        margin: 10px 0px 10px 0px;
        color: #ffffff; /*#363636;*/
    }
    
    .red {
        color: #ffffff;/*#be0028;*/
    }
    
    .violeta {
        font-size: 12px;
        color: #794770;
    }
    
/* FIN CUADROS FOOTER */

/* INICIO LOGO FOOTER */

    #logoFooter {
        height: 350px;
        width: 18%;
        background-color: #9F2241;
        float: right;
        line-height: 350px;
        text-align: center;
    }
    
    #logoFooter.seleccionado {
        display: none;
    }
    
/* FIN LOGO FOOTER */

/* INICIO FOOTER FOOTER */

    #footerFooter {
        display: table;
        height: 50px;
        width: 100%;
        background-color: #9F2241; /*rgb(44, 44, 44);*/
        float: right;
    }
    
    #footerFooter.seleccionado {
        display: none;
    }
    
    #textoFooter {
        display: table-cell;
	vertical-align: middle;
        text-align: center;
        color: white;
        font-size: 10px;
    }
    
/* FIN FOOTER FOOTER */

/*  INICIO FOOTER MOVIL */

    #footer-movil {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        display: none;
    }

    #footer-movil-body {
        width: 100%;
        background-color: rgb(44, 44, 44);
        text-align: center;
        color: white;
        padding: 10px 0px 10px 0px;
        box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    }

    .titulo-footer{
        font-size: 21px;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
    }

    .subtitulo-footer{
        font-size: 13px;
        color: rgba(255,255,255,0.9);
        margin: 0px 0px 8px 0px;
    }

    #menu-footer-B{
        display: block;
    }

    #menu-footer-B ul{
            font-size: 13px;
            padding-top: 10px;
            padding-left: 0;
            margin-top: 0;
            margin-bottom: 0;
            list-style: none;
            box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    }

    #menu-footer-B li{
        display: block;
    }

    #menu-footer-B img{
        vertical-align: middle;
    }

    .labelB {
        /*NO TIENE ESTILO INICIAL*/
    }

    #piefooter {
        width: 100%;
        background-color: rgb(44, 44, 44);
        text-align: center;
    }

    #piefooter a{
        text-decoration: none;
        color: #f30032;
        font-size: 12px;
        display: inline-block;
    }

    .parrafo-1-footer{
        font-size: 10px;
        font-style: italic;
        color: rgba(255,255,255,1);
        margin: 0px 0px 5px 0px;
    }

    .parrafo-2-footer{
        box-shadow: 0px -2px 0px 0px rgba(255, 255, 255, 0.2);
        width: 100%;
        font-size: 10px;
        color: rgba(255,255,255,1);
        margin: 0px auto 0px auto;
        padding: 6px 0px 6px 0px;
    }

    .parrafo-3-footer{
        font-size: 10px;
        color: rgba(255,255,255,1);
        margin: 0;
        padding-bottom: 10px;
    }
    
    .opcionDesplegableFooter {
        cursor: pointer;
        background-color: #9F2241; /*#aaaad0;*/
        text-align: center;
        color: white;
        padding: 9px 0px 9px 0px;
        box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
        margin-bottom: 2px;
        font-size: 20px;
    }

    .listadoDesplegable {
        display: none;
        list-style: none;
        font-size: 13px;
        margin: 0 auto;
        overflow: hidden;
        width: 98%;
        padding: 0;
        background: none;
        font-weight: normal;
    }

    .listadoDesplegable li {
        float: left;
        display: inline-table;
        width: 100%;
        border: 0;
        height: 40px;
        margin: 4px auto;
    }

    .listadoDesplegable a {
        display: table-cell;
        text-align: center;
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 0px;
        border-radius: 10px;
        border: 1px solid rgb(78, 87, 96);
        vertical-align: middle;
        color: #3a3B3c;
    }
    
    .listadoDesplegable a:hover {
        background: none;
    }

/* FIN FOOTER MOVIL*/ 

/* INICIO BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */

.bloqueo-pantalla {
    display: none;
    z-index: 1002; 
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);

}

.bloqueo-mensaje1 {
    top: 50%;
    right: 220px;
    width: 140px; 
    height: 40px;
    z-index: 1003; 
    display: none; 
    margin: -110px -119px 0px -0px;

    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);

    position: fixed;
    text-align: left;
    padding: 19px;

    border-radius: 4px;

    border: 1px solid #aaa;
    background: #fff;
    font-size: 17.6px;
} 

.bloqueo-mensaje2 {
    top: 50%;
    right: 50%;
    width: 250px; 
    height: 70px;
    z-index: 1003; 
    display: none; 
    margin: -35px -144px 0px -0px;

    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);

    position: fixed;
    text-align: left;
    padding: 19px;

    border-radius: 4px;

    border: 1px solid #aaa;
    background: #fff;
    font-size: 17.6px;
} 
            
/* FIN BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */

@media only screen and (max-width: 1359px){
    
    .float-buttons {
        display: -webkit-inline-box;
        position: fixed;
        clear: both;
        width: 220px;
        height: 80px;
        left: 50%;
        bottom: -5px;
        margin-bottom: 0;
        margin-left: -110px;
        z-index: 10;
        
    }

    .iconFloat {
        float: left;
        height: 60px;
        width: 60px;
        margin-right: 20px;
    }    
    
    .subtitleIcon{
        display: none;
    }
    
}

@media only screen and (max-width: 1035px){
    
    .layoutLogo{
        width: 100%;
        top: 0;
        left: 0;
        margin: 0 auto;
        background-image: url('../ImagenHeaderServlet?claveHeader=Title-Predial-short');
        background-position-x: center;
    }
    
    .textoFecha{
        margin-left: 10px;
    }
    
    #content {
        padding-bottom: 275px;
    }
    
    #footer {
        height: 275px;
        margin-top: -275px;
    }

   #navSitiosInteres {
        width: 100%;
        margin: 0px auto 2px auto;
        background-color: white;
    }
    
    #toggle-menu-interes {
        display: table;
    }
    
    #menuInteres {
        display: none;
        width: 98%;
        padding: 0;
        background: none;
        height: 340px;
        font-weight: normal;        
    }
    
    #menuInteres li {
        display: inline-table;
        width: 100%;
        border: 0;
        height: 40px;
        margin: 4px auto;
    }
    
    #menuInteres a {
        width: 100%;
        height: 100%;
        padding: 0px;
        border-radius: 10px;
        border: 1px solid rgb(78, 87, 96);
        vertical-align: middle;
        color: black;
    }
    
    #menuInteres a:hover {
        background: none;
    }
    
    #footer-movil {
        display: block;
    }
    
    #columnasFooter,#logoFooter,#footerFooter {
        display: none;
    }
    
    #footer {
        height: 275px;        
    }
}

@media only screen and (max-width: 850px){
    
    .hamburger {
        display: inline-block;
    }
    
    .layoutLinks {
        width: 100%;        
    }
    
    .iconoMenu {
        display: inherit;
    }
    
    .menuHeader1{
        width: 100%;
        display: none;
        font-size: 15px;
    }
    
    .menuHeader1>li{
        float: none;   
        background-color: rgb(246, 246, 246);
        margin: 0;
        box-shadow: 0px -1px 0px 0px #ffffff inset;
        font-size: 15px;
    }
    
    .menuHeader1 a{
       color: #3a3B3c !important;
    }
    
    .menuHeader1>li:hover {
        text-decoration: none;
        background-color: rgba(246, 246, 246, 0.9);
        box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.2) inset;
        font-size: 15px;
    }
    
    .botonInicio{
        margin-right: 0px;
    }
    
    .FAQ{
        color: #3a3B3c !important;
    }

    .FAQ:hover{
        color: #63cbd0 !important;
    }        
    
    .headerDown2{
        height: inherit;
    }
    
    .headerSingleDown {
        display: block;        
    }
    
    .headerSingleDown.open{
        height: 135px;
    }
    
    .textoFecha{
        font-size: 13px;
    }
    
}

@media only screen and (max-width: 500px){
    .float-buttons {        
        width: 170px;        
        margin-left: -85px;
    }

    .iconFloat {
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }       
}