:root{
--color-green: #6BC146;
--color-black: #202624;
--color-white:#FFFFFF;
--color-gray: #8D8D8D;

--color-black-tp: #202624cc;
}

@font-face {
    font-family: "ancizarsans";
    src: url(/fonts/Ancizar\ sans/);
    font-weight: bold;
    font-weight: lighter;
}

@font-face{
    font-family: "ancizarserif";
src: url(/fonts/Ancizar\ serif/);
font-weight: bold;
font-weight: lighter;
font-style: ;
font-style: italic;
}

h1{
    font-family: "ancizarserif";
    color: #FFFFFF;
}

h3, h4, h5 {
    color: #6BC146;
}

header{
    display: flex;
    margin: 0;
}
header div{
    display: inline-block;
}

.forma-1{

   width: 67%;
    height: 20vh;
    background-color: #202624;
    padding: 2.2rem 5rem;
}

.color-w a{
    color: var(--color-white);
}

.color-w a:hover{
    font-weight: bold;
    color: #FFFFFF;
}

.forma-2{

   width: 33%;
    height: 20vh;
background-color: #6BC146;
align-content: center;
padding: 2.2rem 0;
}

.forma-2 p {
     color: #FFFFFF;
    width: 14rem;
    display: block;
    margin: auto;
    font-weight: 400;
    font-size: 1.05rem;
}

.forma-int {
    width: 12%;
    height: 20vh;
 background:linear-gradient(134deg, #202624 50%, #6BC146 50%)
}

/*Seccion title*/

.bg-img-1{
    /* height: 120vh; */
    width: 100%;
    background-image: url(/Grupo\ 40.jpg);
    background-size: ;
    background-repeat: repeat;
    background-repeat: repeat-y;
    padding: 0;
    
}

.contenido-main{
    padding: 8ex 5rem;
    color: #FFFFFF;
    display: flex;
justify-content: space-between;
}

.contenido-main img{
    display: inline-block;
    width: 15rem;
}

.title-main{
    display: block;
    margin: auto;
    padding: 7ex;
    width: 50%;
    display: flex;
    align-content: space-between;
}

.title-main h1{
    text-align: center;
}

.title-main h1 i{
    font-weight: 600;
    font-size: 2rem;

}

.arrow-navegacion {
    text-align: center;
    margin-top: 10ex;
}

.arrow-navegacion img{
    width: 3rem;
}


/*Main note*/
.nota-principal{

    color: #FFFFFF;
 
width: 95%;
height: auto;
margin: auto;
display: flex;
}

.nota-principal > div{
width: 50%;
padding: 8ex 3.5rem;
}

.description h3{
color: #6BC146;
font-weight: bold;
text-align: right;
}

.description p {
    text-align: right;
    color: #FFFFFF;
    line-height: 1.1rem;
    font-size: 1rem;
}

.description button{
    margin-top: 2ex;
    width: 6rem;
    height: 5ex;
    background-color: #6BC146;
    border-radius: 12px;
    border: none;
    color: white;
    display: block;
    margin-left: auto;
}




.multi-bg-color-gray-tr{
    height: inherit;
    width: 100%;
    background-color: #202624cc;
    margin-top: -3ex;
    padding: 8ex;
}
.bg-color-gray-tr {
    background-color: #202624cc;
    height: 80;
}

.video{
    padding: 2ex  1.5rem;
    align-self: center;
    position: relative;
}

.video img{
    object-fit: cover;
    width: 100%;

}

.button-video{
    width: 5rem;
    position: absolute;
    display: block;
    margin: auto;
    top: 43%;
    left:43%;
  
}

.button-video img{
    object-fit: cover;
}

.video-button:hover > .button-video{
   transform: scale(1.2);
transition: transform 0.2s;
}

.video-button:hover img{
    opacity: 0.8;
}

/*Noticias grid*/
.noticias{
        padding: 8ex 6rem;
}

.grid-9 {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(3, 1fr);
}

.grid-9 a{
    text-decoration: none;
}

.grid-9 h2,
.grid-9 h3{
    color: #6BC146;
    font-weight: bolder;
}

.bg-wtr{
    background-color: #FFFFFF1a;
    border: 4px solid #6BC146;
    padding: 4ex 2.5rem;
    align-content: end;
    text-align: end;
    min-height: 45ex;
}

.bg-wtr > *{
    margin-bottom: 1.5ex;
    display: block;
}
.bg-wtr span{
    color: #FFFFFF;
}
.iconos{
    height: 4ex;
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}

.iconos img{
    
display: inline-block;
    object-fit: cover ;
    margin-left: 1rem;
  
}
/*Footer*/
footer {
    background-color: var(--color-black);
    height: 12ex;
    padding:  4ex 0;
    
}

.contenedor-footer {
    display: flex;
    justify-content: space-between;
    
}

.contenedor-footer span{
    color: #FFFFFF;
    
}

/***** Modal styles *****/

.general-modal{
    padding: 4ex 2rem;
    height: auto;
}



.modal-close {
    border: none;
    width: 3rem;
    margin-left: auto;
}

.modal-close img{
    object-fit: cover;
    width: 100%;
}
.modal-title {
    border-bottom: none;
}


.resumen{
     display: flex;
}

.resumen >*{
    margin-right: 1rem;
}

.marca-resumen{
   
    background-color: #6BC146;
    width: 0.5rem;
    height: 8ex;
}

.video-w{
    width: 100%;
}
.video-main{
     display: block;
    margin: auto;
}


/**MOdal text**/
.modaltext-title,
.contenido-modaltext{
display: revert;
    padding: 0 8rem;
    border: none;
    font-size: 1.2rem;
}

.modaltext-title div{
    margin-bottom: 3ex;
}

.iconos-modal{
    height: 4ex;
    display: flex;
    margin-bottom: 0;
}

.iconos-modal img{
    
display: inline-block;
    object-fit: cover ;
    margin-right: 1rem;
  
}

.fecha{
    justify-content: space-between;
    display: flex;
    max-width: 14rem;
}

.punto-separador{
    border-radius: 50%;
    background-color: #6BC146;
margin-top: 1.2ex;
width: 0.5rem;
height: 1ex;

}

.title-noticia {
    color: #6BC146;
font-size: 3rem;
    font-family: "sans-serif";
    font-weight: bolder;
  margin-bottom: 1ex;
    line-height: 3ex;
}


.contenido-modaltext *{
    margin-bottom: 3ex;
}
