﻿

.col-xs-0, .col-sm-0, .col-lg-0{

    display:none !important;
}




.brillantito a:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}


.h2verde {
    -webkit-text-fill-color: unset;
    -webkit-background-clip: unset;
    background-clip: unset;
    background-image: none;
}
.itemlista {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #fff;
}
.itemlista:hover {
}
.zoom {  
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
.iconoVolver::before {
    font-family: 'ElegantIcons';
    content: " \4a   ";
    font-size: 1.5em;
    color: #2619a0 !important;
}
.volver {
    color: #2619a0 !important;
    font-family: "Merriweather";
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

    .volver:hover {
        color: #9b95db !important;
    }
/* Formularios */

.leftFicha {
    float: left;
    width: 98%;
    border-bottom: 1px solid #ccc;
    padding: 1px 0 2px 0;
    margin: 0 1%;
}


.textFicha {
    width: 21%;
    font-size: 1.2em;
    padding: 8px 10px;
    text-align: right;
}

.textFicha {
    text-transform: uppercase;
}
.formulario div, .formulario input {
    float: left;
}

.formulario {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
    margin: 8px 0;
}
.parrafosup {
    background-color: rgba(68,171,138, 0.81);
    float: left;
    width: 98%;
    padding: 5px;
    margin: 0 0.3% 5px 0.3%;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.campotextosinborde {
    border: none;
    width: 90%;
    margin-left: 10px;
    border: 2px solid #CCC;
    padding: 3px;
}

.botonGen {
    background: #2997d6;
    border: none;
    color: #fff;
    float: right;
    font-size: 0.9em;
    font-family: 'gothambold1';
    padding: 11px;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
}
 
/* Formularios */


.actual {
    color: #333;
    font-weight: 400;
    border-radius: 25px;
    background: #FFE62D;
}



.material-icons {
   
    margin-bottom: 0 !important;
}


.paginacion {
    font-size: 1.1em !important;
    margin-top:7px;
}
    .paginacion li {
        display: inline;
        text-align:center;
    }

    .paginacion a {
       
        float: left;
        padding: 6px 4px;
       
        margin-left: 3px;
    }
    .paginacion a code{
         
    }
.listado_noticias .noticia {
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #fff;
}
.listado_noticias a{
    font-size: 1.2em;
}
.p14{
    font-size: 1.2em !important;
}
.listado_noticias span{
    font-size: 1.2em;
}

    .listado_noticias .noticia:first-child {
        border-top: none;
    }


 
.parallaxpeq {
    background-image: url("../../images/fondoflex.jpg");
    height: 150px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}


.centro{
    float:left;
}

.titlen {
    padding: 20px;
}
.titlen h1.act {
    background: #FFF url(../../images/icoAct.png) no-repeat;
     color: #003666;
    margin: 0;
    padding: 14px 0 14px 70px;
    text-shadow: 1px 1px 1px rgba(255,255,255,.60);
}


/*Mapesite*/
.bloqueSit {
    background: #fff;
    float: left;
    width: 100%;
 
    border-bottom: solid 1px #dfdfdf;
    border-top: solid 1px #dfdfdf;
}





/*imagen*/
.sombra{
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.11);
    box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.11);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}