﻿.cuerposeccion a {
    color: #00A388 !important;
    text-decoration: underline !important;
}
.cuerposeccion a:hover {
    color: #3a89c1 !important;
}



 .subry {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 0 1em;
}

     .subry .hover {
        font-size: 1.2em;
        text-align: center;
        padding: 0;
        transition: all 0.2s ease-in-out;
        position: relative;
    }

     .subry .hover:before, #subry .subry .hover:after {
            content: "";
            position: absolute;
            bottom: -10px;
            width: 0px;
            height: 3px;
            margin: 5px 0 0;
            transition: all 0.2s ease-in-out;
            transition-duration: 0.75s;
            opacity: 0;
            background-color: #3a89c1;
        }

        .subry .hover.hover-1:before, #subry .subry .hover.hover-1:after {
            left: 0;
        }

      .subry .hover.hover-2:before, #subry .subry .hover.hover-2:after {
            right: 0;
        }

         .subry .hover.hover-3:before {
            left: 50%;
        }

       .subry .hover.hover-3:after {
            right: 50%;
        }

        .subry .hover.hover-4:before {
            left: 0;
        }

        .subry .hover.hover-4:after {
            right: 0;
        }

    .subry:hover {
        cursor: pointer;
    }

         .subry:hover .hover:before, #subry .subry:hover .hover:after {
            width: 100%;
            opacity: 1;
        }

       .subry:hover .hover.hover-3:before, #subry .subry:hover .hover.hover-3:after, #subry .subry:hover .hover.hover-4:before, #subry .subry:hover .hover.hover-4:after {
            width: 50%;
        }










.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.5); /* (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: #00A388 !important;
}
.volver {
    color: #00A388 !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: #3a89c1 !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 {
    font-size: 1.4em !important;
    margin-bottom: 0 !important;
}


.paginacion {
    font-size: 1.1em !important;
  
}
    .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.4em;
}

    .listado_noticias .noticia:first-child {
        border-top: none;
    }

.noti {
    border-bottom: 1px solid #DADBDE;
}


.parallaxpeq {
    background-image: url("../../images/paralax.png");
    height: 100px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.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: #dadbde;
    float: left;
    width: 100%;
}





/*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;
}