
.destacado_socio {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.destacado_socio a {
    background-color: #aa2c37;
    border-radius: 5px;
    color: #fff;
    padding: 4px 8px;
}
.destacado_socio a:hover {
    background-color: #000;
    padding: 4px 8px;
}
.nombre {   padding-bottom: 15px;}
.cabecero_interior {
    background-color: #ff9326;

    border: 1px solid #cccccc;
    color: #fff;
    margin-bottom: 30px;
    padding: 10px !important;
}

.banner_cabecero_interior{  
    background-image: url(../img/cabecero_interior4.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;  

    padding-bottom: 0px;
    height: 160px;
}



.titular_pagina {
    color: #aa2c37;
    font-size: 80px;
    font-weight: bold;
    padding-top: 60px;
    font-family: 'ralewaybold';
    line-height:100%;
    margin-bottom: 0px;
}
.pagination {
    display: block;
    float: right !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
}
.pagination li {
    color: #666666;
}
.pagination li a {
    color: #aa2c37;
}
.pagination li a:hover {
    background-color:  #aa2c37;
    color: #ffffff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color:  #aa2c37;
    border-color:  #aa2c37;

}
.contenido_interior h3 {
    color:#aa2c37;
    font-family: 'ralewaybold';
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 25px;
}

.contenido_interior h4 {
    color: #aa2c37;
    font-family: 'ralewaysemibold';
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.contenido_interior h5 {
    color: #aa2c37;
    font-family: 'ralewaysemibold';
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.contenido_interior img {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.contenido_interior a {
    color: #aa2c37;
}
.contenido_interior a:hover {
    color: #000000;
}
.contenido_interior .negro {
    color: #000000;
    font-weight: bold;
}

/*------ socios --------*/

#formu_socio{ padding:  10px 20px 10px 20px;}
.politica2 a{font-size: 12px; color:#666666;}
.titulo_formu{ font-size: 30px; color:#aa2c37; margin-bottom: 20px;}
.fondo_rojo2{ background-color: #aa2c37; padding-top: 8px; padding-bottom: 8px; color:#fff;}
.fondo_rojo2 a{color:#fff;}
.fondo_rojo2 a:hover{color:#000;}
.salir_socio{text-align: right; font-size: 18px;}



.fecha_en_linea{ width: 100%; display: inline-flex; }

.margen_boton{ margin-left: 5px; }

.sin_borde{ border: 0px; }



/*------ sementales--------*/
.selecciona {
    margin-top:50px;
    background-color: #aa2c37;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 700;
    margin-bottom: 20px;

}
.selecciona label {

    color: #fff;
    font-size: 1.5em;

}
.bloque_semental{ text-align: center;  margin-bottom: 30px;}

.lista_sementales {
    margin-top: 70px;
}


.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.sobre_circulo {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: 
        inset 0 0 0 16px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1);

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
    background-image: url(../img/foto_semental.jpg);
    background-position: center;
    background-size: cover;
}



.ch-info {
    position: absolute;
    background: rgba(170,44,55, 0.8);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    -webkit-backface-visibility: hidden;

}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgba(255,255,255,0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 100px;
    font-family: 'ralewaybold';
}

.ch-info p a:hover {
    color: #fff;
    
}

.ch-item:hover {
    box-shadow: 
        inset 0 0 0 1px rgba(255,255,255,0.1),
        0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ch-item:hover .ch-info p {
    opacity: 1;
}

.bloque_semental h3{ font-family: 'ralewaybold'; color:#000; font-size: 26px; text-align: center; line-height: 100%; margin-top: 0px;}
.bloque_semental  .capa{font-size: 20px;  font-family: 'ralewaybold'; margin: 0px;}
.bloque_semental  .local{font-size: 14px; color: #aa2c37;  font-family: 'ralewaybold'; margin: 0px;}
.bloque_semental  .local .fa{color:#000; padding-right: 8px; }


.zona_atras{padding-top: 30px;}


.imagen_ficha_g img{ width: 100%;}
.imagen_ficha_p{padding: 2px;}
.zona_datos_ficha h3{text-transform: uppercase;  font-family: 'ralewaybold'; color:#000;  border-bottom: 1px solid #000; margin-bottom: 30px;}
.dato{color:#000; line-height: 100%; font-size: 16px; }
.nombre_dato {text-transform: uppercase; color:#666; font-size: 12px; color:#aa2c37;   font-family: 'ralewaysemibold';}
.subtitular{ text-transform: uppercase;    font-family: 'ralewaybold';    color: #000; font-size: 24px; margin-top: 40px;}
.zona_imagenes_ficha{ margin-top: 25px;}



.tablas_cookies{ padding-top: 15px; padding-bottom: 15px; text-align: left; }
.tablas_cookies th{ color:#fff; background-color: #aa2c37; font-size: 0.9em; text-align: center!important;}
#cookies h4{ margin-top: 20px; padding-top: 8px; color:#000;}





@media only screen and (max-width: 959px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .titular_pagina {    font-size: 55px; color:#fff; padding-top: 90px; }
}
@media only screen and (max-width: 479px) {
    .titular_pagina {    font-size: 38px; color:#aa2c37; padding-top: 90px; }
    .destacado {    font-size: 20px;}
}


.destacado_aviso {
    font-weight: bold;
    color: #AA2C37;
}
/*----- noticias -------*/


.titular_enunciado{ 
    text-align: center;
   
    color:#000;   
    font-family: 'ralewaybold';
    font-size: 28px;   
    padding-bottom: 25px;
    padding-top: 35px;
   
    background-image: url(../img/fondo_titulo_medio.fw.png);
    background-repeat: no-repeat;
    background-position: center bottom;  
    margin-bottom: 30px; 
}

.zona_fecha_ind{ text-align: center;   font-family: 'lobster_tworegular'; font-size: 44px; color:#aa2c37; text-transform: uppercase; line-height: 100%;}
.mes{font-size: 25px; color:#333; line-height: 100%; }
.titular_not_ind{ margin-top: 5px;}
.titular_not_ind a{ font-family: 'ralewayregular'; color:#000;  font-weight: bold;}
.titular_not_ind a:hover{ color:#aa2c37; }
.caja_ind{ padding:  30px 10px 0px 10px;  background-color: #f7f7f7; margin-bottom: 10px;}
.desarrollo_not_ind{ padding-bottom: 20px;}

.fecha_not_g{ background-color: #f7f7f7; text-align: center;   font-family: 'lobster_tworegular'; font-size: 44px; text-transform: uppercase; line-height: 100%;}
.mes_g{font-size: 40px; color:#aa2c37; line-height: 100%; }
.relleno_fecha{ padding: 40px;}
.dia_g{color:#000; font-size: 50px; }
.tit_not_g{ color:#000;  font-family: 'ralewaybold';}




/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
     .fecha_not_g{ font-size: 40px; } 
.mes_g{ font-size: 40px; } 
.relleno_fecha{ padding: 15px;}
.dia_g{color:#000; font-size: 50px; }
    
    
    
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {




}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
   

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
   .fecha_not_g{ font-size: 20px; } 
.mes_g{ font-size: 20px; } 
.relleno_fecha{ padding: 40px;}
.dia_g{color:#000; font-size: 30px; }
}
