h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Muli", sans-serif;*/
    color: #0b1c39;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}


    .ir-arriba{
        display: inline-none;
        padding: 5px;
        /*background-color: crimson;*/
        background: rgba(61, 60, 60, 0.85);

        font-size: 30px;
        color:floralwhite;
        cursor: pointer;
        position: fixed;
        bottom: 80px;
        right: 0;
      }


.tituloblog {
    color: #506172;
    font-size: 16px;
    /*line-height: 30px;*/
    margin-bottom: 15px;
    font-weight: bold;
}

.tex_bl {
    /*font-family: "Muli", sans-serif;*/
    color: #506172;

    /*line-height: 30px;*/
    margin-bottom: 15px;
    font-weight: normal;

    padding: 5px;
    text-align: justify;
}




/********************/





.linea {
    border-top: 8px solid rgb(238, 215, 153);
    height: 20px;
    max-width: 100%;
    padding: 0;
    margin: 50px auto 0 auto;


}



/**************************************/

/* YPL */
#hmYpl {
    /* margin: auto; */
    /* margin-left: 2em; */
    /* margin-top: 8em; */
    width: 100%;
    display: flex;
}

.video_barra_yt {
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#ytvideo {
    /* display: block;
    width: 100%;
    height: 500px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 1px 5px 5px #66696a;*/

    display: block;
    width: 100%;
    min-height: 450px;
    height: 700px;
    background-color: var(--color-verde);   /* **COLOR BAC VIDEO****/
    /* padding: 40px; */
    border: 20px solid var(--color-verde);
    border-radius: 30px;
    margin-bottom: 10px;
    overflow: hidden;

    /* box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); */

}

.barravid{
    background-color: var(--color-verde);
    margin-top: -13px;
    height: 60px;
    /* border-bottom-left-radius: 80px 80px; */
    /* border-bottom-right-radius: 80px 80px; */
    /* box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); */
    width: 100%;
    clip-path: polygon(5% 0%,94% 0%, 85% 80%, 15% 80%);
}


#ytvideo iframe {
    width: 100%;
    height: 650px;
    /*border-radius: 30px;*/
}


.hmVids {
    position: relative;
    margin-top: 10px;
    border: 10px solid var(--color-morado);
    background-color: var(--color-morado);
    border-radius: 20px;
}

/* Custom owl-stage for youtube slider videos */
#ytpl .owl-stage-vertical {
    display: flex;
    flex-flow: wrap column;
    position: relative;
    touch-action: manipulation;
    /* overflow-y: scroll; */
    /* transform: none !important; */ /* evita que el contenido se deslize hacía la derecha */
    max-width: 200px; /* evita que el container no muestre la miniatura */
    min-width: 200px;
}

/******puntos*/
.hmVids .owl-dots{
    position: absolute;
    z-index: 100;
    bottom: 150px;
    left: 0;
    right: 0;
    text-align:right;
    margin-right: 30px;
    display: none;
}

.hmVids .owl-dots .owl-dot{
   /* background-color: blue;
    text-align:right;    
    position:absolute;*/
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /*border:1px solid #fff;*/
    margin: 0px 3px;
    outline: none;
}

.hmVids .owl-dots .owl-dot.active{
    background-color: #fff;
}

.hmVids .owl-dots button.owl-dot{
    background-color: #000;
}

/**********/


.hmVids #hmYtplAnt,
.hmVids #hmYtplSig {
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #e6e6e6;
    color: #821f21;
    border-radius: 50%;
    font-size: 23px;
    text-align: center;
    padding-top: 0;
    top: 40%;
    z-index: 3;
    cursor: pointer;
}

.hmVids #hmYtplAnt:hover,
.hmVids #hmYtplSig:hover {
    background-color: #821f21;
    color: #fff;
}

.hmVids #hmYtplAnt {
    left: 10px;
}

.hmVids #hmYtplSig {
    right: 10px;
}



#ytpl {
    margin: 0;
    padding: 0;
    list-style: none;

   
   
}

#ytpl li{
    position: relative;
}



/*

.caption_play{
    position:absolute;
    right: 10%;
    bottom: 5%;
     background: rgba(255, 255, 255, 1);
     border-radius:10%;
}

.caption_play .tit_btn{
   
    font-size: 15px;
    padding: 2px;
    color:red;
}*/




#ytpl li.item {
    text-align: center;
    padding: 5px;
    margin: 10px;
    border-radius: 10px;

    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
}

/*
#ytpl li.item:hover {
    transform: scale(1.2);
    transform-origin: center;
    background-color: var(--primary-color);
}*/



#ytpl li.item img {
    border-radius: 10px;
}




/* #ytpl .currentvideo { */
    /*background: #78358b;*/
    /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border: 12px solid blue;*/
/* } */

.hmSec05 {
    padding-bottom: 10px;
}

.hmLnks {
    text-align: center;
}



/*********************************** */


.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

span {
    font-size: 70px;
    position: relative;
    top: 5px;
}

.owl-nav button:focus {
    outline: none;
}


/***************** */
.slider_ini {
    margin: auto;

    /*min-height: 280px;*/
    max-width: 500px;
    background: transparent;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    /* border: 20px solid var(--color-gris); */
    /* box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25); */
}





.hmCntSld {
    position: relative;
    border-radius: 30px;
    overflow: hidden;


    /*border: 1px solid #0f0;*/
}

/*.hmCntSld .hmSldSigAnt{
	position: absolute;
	width: 100%;
	margin-top: 16%;
	z-index: 3;
}*/
.hmCntSld #hmSldNotas {
    position: relative;
    z-index: 2;
    min-height: 10em;
}

.hmCntSld .hmSldAnt,
.hmCntSld .hmSldSig,

.hmCntSld .hmSldBanAnt,
.hmCntSld .hmSldBanSig {
    /*float:left;*/
   
   /* position: absolute;
    margin-top: 16%;
    z-index: 3;

    font-size: 28px;
    color: #821f21;
    width: 44px;
    height: 141px;
    padding-top: 50px;
    cursor: pointer;*/

    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #e6e6e6;
    color: #821f21;
    border-radius: 50%;
    font-size: 50px;
    text-align: center;
    padding-top: 0;
    top: 40%;
    z-index: 3;
   cursor: pointer;

}



/***/









#hmSldBans02 {
    border-radius: 0;
}

.hmCntSld .hmSldBan02Ant,
.hmCntSld .hmSldBan02Sig {
    position: absolute;
    z-index: 3;
    font-size: 28px;
    color: #821f21;
    width: 28px;
    height: 141px;
    padding-top: 48px;
    cursor: pointer;
}

.hmCntSld .hmSldAnt {
    background: url('../img/btnAnt.svg') no-repeat left;
    left: 0;
    /* padding-left: 15px; */
}

.hmCntSld .hmSldSig {
    background: url('../img/btnSig.svg') no-repeat left;
    right: 0;
    /* padding-left: 15px; */
    margin-right: 10px;
}

.hmCntSld .hmSldBanAnt,
.hmCntSld .hmSldBan02Ant {
    background: url('../img/btnBanAnt.svg') no-repeat left;
    left: 0;
    padding-left: 5px;
}

.hmCntSld .hmSldBanSig,
.hmCntSld .hmSldBan02Sig {
    background: url('../img/btnBanSig.svg') no-repeat left;
    right: 0;
    padding-left: 10px;
}

.hmRS {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-bottom: 130px;
}

.hmRS ul {
    display: table-cell;
    vertical-align: bottom;
}

.hmRS ul li {
    margin-bottom: 6px;
}

.hmRS a {
    display: block;
    width: 28px;
    height: 28px;
    background-color: #e6e6e6;
    color: #821f21;
    padding-top: 2px;
    /*font-size: 2em;*/
    margin: auto;
    border-radius: 50%;
}

.hmRS a:hover {
    background-color: #821816;
    color: #fff;
}

.hmSldNota {
    padding: 0 8px 0 8px;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
}

.hmSldNota .notImg {
    border-radius: 35px;
    overflow: hidden;
    /* box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5); */
    border: 20px solid var(--color-gris);
}

.hmSldNota .notBanImg {
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

.hmSldNota .notInf {
    font-family: "Alkatra", sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    color: #666;
    /* margin-top: 29px; */
    text-align: left;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    margin-top: -0.3em;
    width: 100%;
    justify-content: center;
}

.hmSldNota .notInf a {
    display: flex;
    align-items: center;
    gap: 0.5em;
    /* background-color: #821f21; */
    /* font-family: "Oswald", sans-serif; */
    font-size: 0.8em;
    font-weight: normal;
    color: var(--dark);
    padding: 0 15px 5px 15px;
    border-radius: 0 30px 0 30px;
    text-decoration: none;
}

.hmSldNota .notInf a:hover {
    background-color: var(--color-morado);
    color: #fff;
    text-decoration: none;
}

.slider_ini_footer {
    width: 12em;
    height: 120px;
    /* margin: 20px; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    clip-path: polygon(0% 0%,100% 0%, 85% 50%, 15% 50%);
    background-color: var(--color-gris);
}



/*******slide con hero*********/

.swiper-hero {
    width: 100%;
    max-width: 900px;
     min-height: 500px;
    /*1600px;*/
}




.swiper-hero .swiper-slide {
    width: 550px;
}

.swiper-hero img {
    /* height: 255px; */
    width: 100%;
    object-fit: cover;
}



.swiper-hero {
    width: 100%;
    max-width: 500px;
    /*1600px;*/
}

.divvideoyt {
    /* max-width: 40em; */
    margin: auto;
    display: flex;
    flex-flow: wrap row;
    gap: 2em;
    justify-content: center;
}

/* Greca azul estilos */
.greca_azul {
    background: url(../../ima/GRECA_AZUL.jpg);
    background-repeat: repeat-x;
    height: 2em;
}


/*********media query******/
@media (min-width: 1024px) {
    /* .swiper-hero img {
        height: 344px;
    } */
}

@media (min-width: 600px) {
    .swiper-hero {
        width: 100%;
        max-width: 800px;
        /*1600px;*/
    }

    .divvideoyt {
        /* width: 800px; */
        margin: auto
    }

    .slider_ini {
        max-width: 800px;
    }

    .hmVids .owl-dots{
        display: block;
    }
}

@media (min-width: 900px) {
    .swiper-hero {
        width: 100%;
        max-width: 800px;
        /*1600px;*/
    }

    .divvideoyt {
        /* width: 800px; */
        margin: auto;
        padding: 1em;
    }

    .slider_ini {
        max-width: 950px;
    }

    .hmVids .owl-dots{
        display: block;
    }
}






.swiper-hero .swiper-button-prev,
.swiper-hero .swiper-button-next {
    --swiper-navigation-size: 20px;
    background-color: white;
    height: 70px;
    width: 50px;
    margin-top: -35px;

    opacity: 0;
    transition: opacity 0.3s;
}

.swiper-hero .swiper-button-prev {
    border-radius: 0 65px 65px 0;
    left: -10px;
}

.swiper-hero .swiper-button-next {
    border-radius: 65px 0 0 65px;
    right: -10px;
}

.swiper-hero:hover .swiper-button-prev,
.swiper-hero:hover .swiper-button-next {
    opacity: 1;
}

.swiper-hero .swiper-pagination {
    --swiper-pagination-color: white;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.25;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 2px;
}

.swiper-hero .swiper-pagination-bullet {
    box-shadow: inset 0 0 0 1px #fff;
}

.swiper-hero .swiper-pagination-bullet-active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

/***flecha**/

.divflecha {
    display: flex;
    flex-wrap: wrap;

    flex-direction: initial;
    justify-content: space-between;

    width: 500px;
    margin: auto;

    margin-bottom: 50px;

}

/*********del blog*************/


.contenedorvoto-data {
    /*margin-top: 100px;*/
    display: flex;
    margin-left: 28px;
    flex-wrap: wrap;
    gap: 15px;

    flex-direction: initial;


}



.cardvoto {
    display: flex;
    flex-direction: column;

    border-radius: 5px;
    font-weight: bold;
    background-size: cover;
    /*  background-position: center center;*/
    /*border: 1px solid #9fa4a3;*/

    box-shadow: 0 1px 10px #5f6061;
    background-color: #ffff;
    /*overflow: hidden;*/

    padding: 10px;
    position: relative;



}

.cardvoto img{
    object-fit: contain;
    

}


.cardvoto:hover {
    background-color: #f7f6f5;
    /* transform: scale(1.02);
    cursor: pointer;*/
}


.cardvoto .textos {


    color: #506172;
    font-size: 16px;
    line-height: 22px;

    position: relative;


    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    width: 100%;
    /*height: 150px;*/
    padding: 5px;
    align-content: flex-start;


}


.titblog {
    margin-bottom: 10px;
    color: var(--color-azul);
}

.cardvoto .textos div {
    /*width: 100px;*/
    margin-top: 5px;
    /* text-align:left;*/
    /* margin-right: 30px;*/

    margin: 10px;



}

.cardvoto .textos img {

    margin: 2px;

}

@media screen and (min-width: 1441px) {
    #hmYpl {
        width: 70%;
    }
}
@media screen and (min-width: 1440px) {
    #ytpl .owl-stage-vertical {
        overflow-y: scroll;
    }
    #hmYlp {
        margin: auto;
    }
}
/* for better design into components */
@media screen and (max-width: 1440px) {
    .divvideoyt {
        flex-flow: wrap column;
    }
    #ytpl .owl-stage-vertical {
        flex-flow: nowrap row;
        max-width: max-content;
        width: max-content !important; /* evita que el contenido en dispositivos móviles se muestre muy pequeño */
    }
}
@media screen and (max-width: 900px) {

    #hmYpl {
        width: 100%;
    }


    .slider_ini {
        max-width: 700px;
    }
}

@media screen and (min-width: 900px) {

    .divflecha {
        width: 800px;
        margin-bottom: 5px;
    }


}

@media screen and (max-width: 700px) {
    .hmVids {
        width: 100%;
    }
    .cardvoto {
        width: 100%;

    }
    .video_barra_yt {
        align-items: start;
    }
}

@media screen and (min-width: 600px) {
    .cardvoto {
        width: 100%;

    }
}


.btnnota {
    font-family: "Muli", sans-serif;
    font-weight: normal;
    font-style: normal;

    color: var(--color-coral);
    /* #8b92dd;*/
    display: block;
    border: 1px solid var(--color-coral);
    border-radius: 30px;



    text-align: center;

    padding: 4px 33px;
    text-decoration: none;




}

.btnnota:hover {
    color: #fff;
    background: var(--color-azul);
    border: 1px solid transparent;
}


.divbtn {
    position: absolute;
    bottom: 2px;
    width: 90%;
    display: flex;
    /* align-items: center;*/
    justify-content: right;
    margin-right: 50px;
    margin-bottom: 10px;
}


.lineadelgda {
    border-bottom: 1px solid var(--color-azul);
    border-top: 0 none;
    margin: 10px 0;
    padding: 0
}


/**************************/