html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
html,body{-webkit-text-size-adjust:100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
html{width:100%;height:100%;}
body{width:100%;height:100%;min-height: 100%;}
a{text-decoration: none;}
strong{font-weight: 700;}

html{
    scroll-behavior: smooth;
}


header{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    transition: all ease-in-out 0.4s;
}
#cabIndex{
    height: 150px !important;
    z-index: 20;
}
#cabScroll{
    background-color: rgba(255, 255, 255, 0.938);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.199);
}
#cabNoScroll{
    background-color: transparent;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0);
}
header > .container{
    max-width: 1300px;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cabIndex > .container{
    max-width: 1500px;
}
header > .container > .logoHeader{
    width: auto;
    height: 90px;
}
#cabIndex > .container > .logoHeader{
    width: auto;
    height: 140px;
    position: relative;
    z-index: 15;
}
header > .container > .logoHeader > a > img{
    width: 100%;
    height: 100%;
}
#cabIndex > .container > .logoHeader > a > img{
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.103));
}
header > .container > .menuHeader{
    display: flex;
    align-items: center;
}
header > .container > .menuHeader > ul > li{
    display: inline-block;
    list-style: none;
    margin-left: 40px;
}
#cabNoScroll > .container > .menuHeader > ul > li > a, #cabIndex > .container > .menuHeader > ul > li > a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: white;
}
#cabIndex > .container > .menuHeader > ul > li > a{
    font-size: 1.2rem;
}
#cabScroll > .container > .menuHeader > ul > li > a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 500;
    color: black;
}

.portada{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.portada > video{
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    z-index: 4;
	display: block;
}
#index{
    height: 100%;
    background-image: url("../img/portadaIndex.jpg");
}
#coop{
    height: 80%;
    background-image: url("../img/portadaCoop.jpg");
}
#noticias{
    height: 70%;
    background-image: url("../img/portadaNoticias.jpg");
}
#noticias2{
    height: 40%;
    background-image: url("../img/portadaNoticias.jpg");
}
#tiempo{
    height: 50%;
    background-image: url("../img/portadaTiempo.jpg");
}
#tiempo2{
    height: 30%;
    background-image: url("../img/portadaTiempo.jpg");
}
#servicio{
    height: 70%;
    background-image: url("../img/portadaServicio.jpg");
}
#servicio2{
    height: 30%;
    background-image: url("../img/portadaServicio.jpg");
}
.TextoPortada{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    z-index: 20;
}
.TextoPortada > h1{
    font-size: 6rem;
    color: white;
    margin-bottom: 10px;
}
.TextoPortada > h4{
    font-size: 1.5rem;
    color: white;
    font-family: 'Montserrat', sans-serif;
}
.botonAbajo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.botonAbajo > a{
    width: 50px;
    height: 100%;
}
.botonAbajo > a > img{
    width: 50px;
    height: 50px;
}



footer{
    width: 100%;
    margin: 50px 0;
}
footer > .container{
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}
.menuFooter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuFooter > ul > li {
    display: inline-block;
    list-style: none;
    margin-left: 40px;
}
.menuFooter > ul > li > a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: 500;
}
.logoFooter{
    width: 300px;
    height: auto;
}
.logoFooter > img{
    width: 100%;
    height: 100%;
}
.textoFooter{
    font-family: 'Montserrat', sans-serif;
}


main{
    width: 100%;
    position: relative;
}
main > .container{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.indexNoticias{
    width: 100%;
    margin: 100px 0;
    position: relative;
}
.fondoNoticias{
    width: 100%;
    height: 300px;
    background: url("../img/patron.jpg") repeat center center;
    position: absolute;
    z-index: -10;
    top: 50px;
    left: 0;
}
.indexNoticias > .inTitulo{
    max-width: 600px;
    width: 80%;
    margin: 0 auto 100px auto;
    padding: 20px 0;
    background-color: white;
    text-align: center;
}
.indexNoticias > .inTitulo > h1{
    font-size: 2rem;
    font-weight: 500;
    color: black;
    margin-bottom: 10px;
}
.indexNoticias > .inTitulo > a{
    color: rgb(0, 147, 53);
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    transition: all ease-in-out 0.3s;
}
.indexNoticias > .inTitulo > a:hover{
    color: rgb(26, 26, 26);
}
.inContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
    flex-wrap: wrap;
}
.contectNoticias{
    width: 270px;
    transition: all ease-in-out 0.3s;
    background-color: white;
    padding-bottom: 20px;
}
.notiSigui{
    position: absolute;
    top: 15%;
    right: 0;
}
.notiAnter{
    position: absolute;
    top: 15%;
    left: 0;
}
.notiSigui > h1, .notiAnter > h1{
    font-size: 2rem;
    margin: 30px auto;
    text-align: center;
}
.notiAnter > h3, .notiSigui > h3{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color:  black;
    margin: 20px 0 40px 0;
    text-align: center;
}
.contectNoticiasS{
    transition: all ease-in-out 0.3s;
    background-color: white;
    padding-bottom: 20px;
    display: block;
}
.contectNoticiasS > .imgNoticia{
    height: 180px;
}
.contectNoticias:hover{
    transform: translateY(-15px);
}
.bAnter{
    width: 60px;
    height: 60px;
    transform: rotate(180deg);
    margin: 0 auto;
    padding: 20px 0;
    background-color: white;
    transition: all ease-in-out 1s;
    border: 2px solid rgb(26,26,26);
    box-shadow: 0 0 5px rgba(26, 26, 26, 0);
}

.bSigui{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: white;
    transition: all ease-in-out 1s;
    border: 2px solid rgb(26,26,26);
    box-shadow: 0 0 5px rgba(26, 26, 26, 0);
}
.bSigui:hover, .bAnter:hover{
    box-shadow: 0 0 5px rgba(26, 26, 26, 0.705);
    border-color: white;
}

.bSigui > img, .bAnter > img{
	width: 100%;
	height: auto;
}



.imgNoticia{
    width: 270px;
    height: auto;
}
.imgNoticia > img{
    width: 100%;
    height: 100%;
}
.contectNoticias > p, .contectNoticiasS > p{
    font-family: 'Montserrat', sans-serif;
    color: grey;
    margin: 10px 0;
}
.contectNoticias > h3, .contectNoticiasS > h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    color:  black;
    margin: 20px 0 40px 0;
    text-align: left;
}
.bSaberMas{
    text-align: right;
}
.bSaberMas > p{
    font-family: 'Montserrat', sans-serif;
    font-size: 500;
    text-decoration: underline;
    color: rgb(0, 147, 53);
}


.indexCooper{
    width: 100%;
    margin: 100px 0;
    position: relative;
    transition: all ease-in-out 0.5s;
}
.indexCooper > .icTexto{
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
    background-color: white;
    text-align: center;
}
.indexCooper > .icTexto > h1{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.indexCooper > .icTexto > h1 > span{
    font-size: 1.3rem;
    color: grey;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: block;
}
.indexCooper > .icTexto > p{
    max-width: 700px;
    width: 90%;
    text-align: justify;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    columns: 2;
    column-gap: 30px;
}
.indexCooper > .icTexto > a{
    font-family: 'Montserrat', sans-serif;
    color: rgb(0, 147, 53);
    text-decoration: underline;
    transition: all ease-in-out 0.3s;
}
.indexCooper > .icTexto > a:hover{
    color: rgb(26, 26, 26);
}
.fondoCoop{
    width: 100%;
    background-color: rgb(239, 240, 245);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -10;
    transition: all ease-in-out 0.6s;
}
#fondoM{
    height: 200px;
}
#fondoO{
    height: 0;
}


.secPrMeteo{
    width: 100%;
    background-color: white;
    text-align: center;
}
.secPrMeteo > iframe{
    width: 600px;
    height: 420px;
    margin: 0 auto;
}

.indexTiempo{
    width: 100%;
    margin: 100px 0;
}
.itTexto{
    max-width: 700px;
    width: 95%;
    margin: 0 auto;
    background-color: rgb(239, 240, 245);
    padding: 20px 0;
}
.itTexto > h1{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.itTexto > h1 > span{
    font-size: 1.3rem;
    color: grey;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: block;
}

.contectTiempo{
    width: 280px;
    border-radius: 10px;
    background: linear-gradient(rgb(240,240,240), white);
    padding: 10px;
    transition: all ease-in-out 0.3s;
}
.contectTiempo:hover{
    transform: translateY(-10px);
}

.contectTiempo > .dc01{
    width: 100%;
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
}
.imgTiempo {
    width: 107px;
    height: auto;
    animation-name: movimiento;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes movimiento {  
     0% {   transform: translateX(0); }
     50% { transform: translateX(10px); }
    100% { transform: translateX(0); }
}




.imgTiempo > img{
    width: 100%;
    height: 100%;
}
.textoTiempo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.textoTiempo > h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: grey;
}
.textoTiempo > p{
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    font-weight: 700;
}
.contectTiempo > h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
}
.contectTiempo > hr{
    border: 1px solid rgb(77,77,77);
}
.contectTiempo > p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.itContainer{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    position: relative;
    top: -20px;
    flex-wrap: wrap;
    transition: all ease-in-out 0.3s;
}

/********Aviso Legal*********/
.contenidos p {
margin-top:2% !important;
}
/****************************/



.indexGaleria{
    width: 100%;
    margin: 100px 0;
    /*
    background-image: url("../img/fondoGaleria.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    */
    background-color: rgb(239, 240, 245);
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap-reverse;
    column-gap: 30px;
    row-gap: 30px;
}
.igTexto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
}
.igTexto > h1{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.igTexto > p{
    font-family: 'Montserrat', sans-serif;
    color: rgb(0, 147, 53);
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
}
.secGaleria{
    width: 500px;
    height: 350px;
    position: relative;
}
.igFotos{
    width: 500px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.marcoGaleria{
    width: 2000px;
    height: 100%;
    position: relative;
}
.muestraFoto{
    width: 500px;
    height: 100%;
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
}
.muestraFoto > img{
    width: 100%;
    height: 100%;
}
#pAA{
    left: -1000px;
}
#pA{
    left: -500px;
}
#p0{
    left: 0;
}
#pS{
    left: 500px;
}
#pSS{
    left: 1000px;
}



#bIzq{
    width: 30px;
    height: 60px;
    border: 1px solid black;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out 0.6s;
}
#bDer{
    width: 30px;
    height: 60px;
    border: 1px solid black;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    right: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-in-out 0.6s;
}
#bIzq > img, #bDer > img{
    width: 20px;
    height: auto;
}
.bOculto{
    opacity: 0;
}
.bMostrar{
    opacity: 1;
}

/*
.indexGaleria::before{
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -20;
    background: url("../img/patron.jpg") repeat center center;
}
*/


.contactoForm{
    max-width: 800px;
    width: 100%;
    margin: 100px auto 20px auto;
    padding-bottom: 1px;
    background-color: white;
}
.contactoForm > h1{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.contactoForm > h1 > span{
    font-size: 1.3rem;
    color: grey;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: block;
}
form{
    max-width: 500px;
    width: 90%;
    margin: 20px auto;
}
form p{
    font-family: 'Montserrat', sans-serif;
}
.cForm{
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    outline: none;
    border: 0;
    border-bottom: 2px solid rgb(0, 147, 53);
    background-color: white;
    padding: 7px;
    transition: all ease-in-out 0.4s;
    margin: 10px 0;
}
.cForm:focus, textarea:focus{
    border-color: black;
}
textarea{
    resize: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 200px;
    border: 0;
    padding: 7px;
    font-size: 1rem;
    border-bottom: 2px solid rgb(0, 147, 53);
    background-color: white;
    margin: 10px 0 30px 0;
    transition: all ease-in-out 0.4s;
}
.bEnviar{
    width: 200px;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    border: 2px solid rgb(0, 147, 53);
    background-color: white;
    color: rgb(0, 147, 53);
    display: block;
    margin: 50px auto;
    transition: all ease-in-out 0.4s;
}
.bEnviar:hover{
    background-color: rgb(0, 147, 53);
    color: white;
}


.contactoEnlaces{
    width: 100%;
    margin: 50px 0 200px 0;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    position: relative;
    flex-wrap: wrap;
}
.contactoEnlaces::before{
    content: '';
    width: 100%;
    height: 600px;
    background: url("../img/patron.jpg") repeat center center;
    position: absolute;
    top: -250px;
    left: 0;
    z-index: -10;
}
.contectInfo{
    width: 235px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    background-color: white;
}
.imgInfo {
    width: 100px;
    height: auto;
}
.imgInfo > img{
    width: 100%;
    height: 100%;
}
.contectInfo > p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    text-align: center;
}
.contectInfo > p > a{
    color: rgb(0, 147, 53);
    transition: all ease-in-out 0.5s;
}
.contectInfo > p > a:hover{
    color: rgb(26,26,26);
}

.containerMapa{
    width: 100%;
    height: 800px;
}
.mapa{
    width: 100%;
    height: 100%;
}



.coopInfo{
    width: 100%;
    margin: 100px auto;
    background-color: white;
    padding-bottom: 10px;
}
.ciTexto{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}
.ciTexto > h1{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.ciTexto > h1 > span{
    font-size: 1.3rem;
    color: grey;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: block;
}
.ciTexto > p{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    line-height: 1.5;
}




.coopServicios{
    width: 100%;
    margin: 100px 0;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    position: relative;
    flex-wrap: wrap;
}
.coopServicios::before{
    content: '';
    width: 100%;
    height: 300px;
    background: url("../img/patron.jpg") repeat center center;
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -10;
}
.contectServicio{
    width: 220px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    background-color: white;
}
.imgServicio {
    width: 120px;
    height: auto;
}
.imgServicio > img{
    width: 100%;
    height: 100%;
}
.contectServicio > h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    color: rgb(0, 147, 53);
}

.coopEnlaceCon{
    margin: 100px 0;
    text-align: center;
}
.coopEnlaceCon > a{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-decoration: underline;
    color: rgb(0, 147, 53);
    transition: all ease-in-out 0.5s;
}
.coopEnlaceCon > a:hover{
    color: rgb(26, 26, 26);
}


.coopGaleria{
    width: 100%;
    margin: 100px 0 50px 0;
    background-color: rgb(239, 240, 245);
    display: flex;
    column-gap: 80px;
    row-gap: 40px;
    justify-content: center;
    flex-wrap: wrap-reverse;
}
.cVideo{
    width: 500px;
    height: auto;
    background-color: blueviolet;
    position: relative;
}
.cVideo > img{
    width: 100%;
    height: 100%;
}
.opc{
    width: 60px;
    height: 60px;
    background-color: rgb(0, 147, 53);
    border-radius: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.opc > img{
    width: 20px;
    height: 20px;
}
.cvTexto {
    width: 300px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.cvTexto > h1{
    font-size: 2rem;
    font-weight: 500;
    text-align: right;
    margin-bottom: 30px;
}
.cvTexto > h1 > span{
    font-size: 1.3rem;
    color: grey;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: block;
}
.cvTexto > p{
    font-family: 'Montserrat', sans-serif;
}

.separador{
    width: 1px;
    margin: 150px auto;
    background-color: rgb(0, 147, 53);
    transition: all ease-in-out 1s;
}
#separadorO{
    height: 0;
}
#separadorM{
    height: 150px;
}

.coopFotos{
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}
.coopFotos::after{
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: -50px;
    z-index: -10;
    background: url("../img/patron.jpg") repeat center center;
}
.cfContainer{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.cfContainer > img{
    width: 300px;
    height: 200px;
    transition: all ease-in-out 0.4s;
}
.cfContainer > img:hover{
    transform: scale(1.1);
}
.btIzq{
    width: 30px;
    height: 60px;
    background-color: transparent;
    border: 1px solid black;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btDer{
    width: 30px;
    height: 60px;
    background-color: transparent;
    border: 1px solid black;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.btIzq > img{
    width: 20px;
    height: auto;
}
.btDer > img{
    width: 20px;
    height: auto;
    transform: rotate(180deg);
}




.noticiasDestacadas{
    width: 100%;
    margin: 100px 0 200px 0;
    display: flex;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
    position: relative;
    flex-wrap: wrap;
}
.noticiasDestacadas::after{
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 80%;
    z-index: -10;
    background: url("../img/patron.jpg") repeat center center;
}
.noticiasDestacadas > div{
    background-color: white;
    padding-bottom: 20px;
}

.noticiasContainer{
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
}
.noticiasContainer > h1{
    font-size: 2rem;
    font-weight: 500;
    color: black;
    margin-bottom: 10px;
}
.noticiasContainer > .divcn{
    display: flex;
    width: 100%;
    margin: 50px 0;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 80px;
    row-gap: 80px;
}
.cnNot{
    max-width: 450px;
    width: 90%;
    box-shadow: 0 0 10px rgba(77, 77, 77, 0.20);
    padding-bottom: 20px;
    transition: all ease-in-out 0.4s;
    background-color: white;
}
.cnNot:hover{
    box-shadow: 0 0 10px rgba(77, 77, 77, 0.76);
}



.innImg{
    width: 100%;
}
.innImg > img {
    width: 100%;
    height: 100%;
}
.cnFecha{
    font-family: 'Montserrat', sans-serif;
    color: grey;
    text-align: left;
    margin: 30px 0 30px 20px;
}
.cnNot > h3{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 30px 0 30px 20px;
    font-size: 1.4rem;
    color: black;
}
.cnNot > p:last-of-type{
    font-family: 'Montserrat', sans-serif;
    color: rgb(49, 49, 49);
    text-align: justify;
    margin: 30px 20px 30px 20px;
    font-size: 1rem;
}
.bSaberMas{
    margin-right: 20px;
}



.containerCN{
    width: 100%;
    margin: 100px 0 200px 0;
    text-align: center;
}
.cnImg {
    max-width: 600px;
    width: 80%;
    max-height: 400px;
    height: auto;
    margin: 20px auto;
}
.cnImg > img{
    width: 100%;
    height: 100%;
}
.cnH1{
    max-width: 700px;
    width: 70%;
    font-size: 2rem;
    margin: 20px auto;
}
.cncFecha{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: rgb(49, 49, 49);
    max-width: 700px;
    width: 70%;
    margin: 20px auto;
    text-align: right;
}
.containerCN > p{
    margin: 50px auto;
    max-width: 800px;
    width: 85%;
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}



.icon{
    width: 50px;
    height: 50px;
    background-color: rgb(26, 26, 26);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 40;
}
.menuDesplegable{
    width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, 0.938);
    box-shadow: -5px 0px 5px rgb(0 0 0 / 20%);
    z-index: 30;
    transition: all ease-in-out 0.5s;
}
#mOculto{
    right: -100%;
}
#mMostrar{
    right: 0;
}
.menuDesplegable > ul{
    margin-top: 100px;
}
.menuDesplegable > ul > li{
    padding: 15px 0;
    text-align: center;
    font-size: 1.1rem;
    transition: all ease-in-out 0.5s;
}
.menuDesplegable > ul > li:hover{
    background-color: rgb(255, 255, 255);
}
.menuDesplegable > ul > li:hover > a{
    color: rgb(0, 147, 53);
}
.menuDesplegable > ul > li > a{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: rgb(26, 26, 26);
}



.secParteMeteo{
    width: 100%;
    margin: 100px auto;
    text-align: center;
    position: relative;
}
.secParteMeteo::after{
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 80%;
    z-index: -10;
    background: url("../img/patron.jpg") repeat center center;
}
.secParteMeteo > h1{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.secParteMeteo > a{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-decoration: underline;
    color: rgb(0, 147, 53);
    transition: all ease-in-out 0.5s;
}
.secParteMeteo > iframe{
    max-width: 711px;
    height: 320px;
    width: 90%;
    display: block;
    margin: 40px auto;
}

.secEnlacesTiempo{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*column-gap: 20px;*/
    margin-bottom: 100px;
}
.contectETiempo{
    width: 200px;
    padding: 40px;
    background-color: white;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    transition: all ease-in-out 0.5s;
}
.contectETiempo:hover{
    background-color: rgb(248, 248, 248);
}
.imgCET{
    width: 100%;
}
.imgCET > img{
    width: 100%;
    height: auto;
}
.contectETiempo > h3{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(26,26,26);
    transition: all ease-in-out 0.5s;
}


.secPredT{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 150px;
    position: relative;
}
.secPredT::after{
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 40%;
    z-index: -10;
    background: url("../img/fondo-algodon-cultivo2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 20px 10px white inset;
}
.contPredT{
    width: 220px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.705);
    box-shadow: 0 2px 5px rgba(26, 26, 26, 0.301);
    transition: all ease-in-out 0.4s;
}
.contPredT:hover{
    transform: translateY(-15px);
}
.imgCPT{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.imgCPT > img{
    width: 100%;
    height: 100%;
}
.contPredT > h3{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(26,26,26);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.container > h1{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}
.contPredT > p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color: rgb(0, 147, 53);
    font-weight: 500;
}



.cabPred{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 100px;
}
.imgCPred {
    width: 300px;
    height: auto;
}
.imgCPred > img{
    width: 100%;
    height: 100%;
}
.cabInfo{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
}
.cabInfo > h1{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}
.cabInfo > p{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: rgb(0, 147, 53);
    font-weight: 500;
}
.cabInfo > h3{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(26,26,26);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sep3{
    width: 300px;
    height: 2px;
    background-color: rgb(0, 147, 53);
    margin: 40px auto;
}
.contPred{
    width: 90%;
    margin: 0 auto 100px auto;
}
.contPred > p{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 15px;
}

.secParteMeteo2 {
    width: 100%;
    margin: 100px auto 200px auto;
    text-align: center;
    position: relative;
}
.secParteMeteo2 > h1{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.secParteMeteo2::after {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 60%;
    z-index: -10;
    background: url(../img/patron.jpg) repeat center center;
}
.secParteMeteo2 > iframe {
    max-width: 711px;
    height: 320px;
    width: 90%;
    display: block;
    margin: 40px auto;
}


.serviciosInfo{
    width: 100%;
    margin: 100px 0;
}
.serviciosInfo > h1{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.serviciosInfo > h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.serviciosInfo > p{
    max-width: 800px;
    width: 85%;
    margin: 10px auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}
.serviciosLista {
    max-width: 800px;
    width: 85%;
    margin: 10px auto 30px;
    padding-left: 40px;
    box-sizing: border-box;
    list-style: disc;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}

.serviciosLista > li {
    list-style: disc;
    margin-bottom: 6px;
    text-align: left;
}

@media (max-width: 650px) {
    .serviciosLista > li {
        width: 100%;
    }
}

.sfContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    margin: 100px 0;
    flex-wrap: wrap;
    position: relative;
}
.sfContainer::after{
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 70%;
    z-index: -10;
    background: url(../img/patron.jpg) repeat center center;
}
.sfContect{
    width: 300px;
    text-align: center;
    background-color: white;
}
.sfContect:hover{
    animation-name: movimiento;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.imgSF{
    width: 100%;
    height: 170px;
    margin-bottom: 30px;
}
.imgSF > img{
    width: 100%;
    height: 100%;
}
.sfContect > h3{
    width: 200px;
    font-size: 1.5rem;
    color: rgb(26, 26, 26);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 30px auto;
    position: relative;
    z-index: 3;
}
.sfContect:first-of-type > h3::after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    background-image: url("../img/algodon.png");
    background-size: cover;
    filter: blur(1px);
    z-index: 1;
}
.sfContect:nth-of-type(2) > h3::after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    background-image: url("../img/trigo.png");
    background-size: cover;
    filter: blur(1px);
    z-index: 1;
}
.sfContect:last-of-type > h3::after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
    background-image: url("../img/almendra.png");
    background-size: cover;
    filter: blur(1px);
    z-index: 1;
}

.sfContect > h3 > span{
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: rgb(26, 26, 26);
    font-weight: 700;
}


.serviciosMas{
    width: 100%;
    margin: 200px 0;
}
.serviciosMas > h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: rgb(0, 147, 53);
    text-align: center;
    margin-bottom: 40px;
}
.smContainer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 40px;
}
.smContect{
    max-width: 400px;
    width: 70%;
	height: 120px;
    padding: 20px;
    background: linear-gradient(to bottom right, rgb(248, 248, 248), rgb(239, 240, 245));
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(26, 26, 26, 0);
    transition: all ease-in-out 0.5s;
}
#aseTec{
    background-image: url("../img/administracion.jpg");
}
#sevAdm{
    background-image: url("../img/tecnico.jpg");
}
#telMov{
    background-image: url("../img/telefono.jpg");
}
#seg{
    background-image: url("../img/seguro.jpg");
}
#venSum{
    background-image: url("../img/ventasuministros.jpg");
}
#cult{
    background-image: url("../img/cultivo.jpg");
}
.smContect:hover{
    box-shadow: 0 2px 5px rgb(26 26 26 / 30%);
}
.smContect > h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    color: black;
}
.smContect > p{
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    color: black;
}



figcaption{
	margin-top: 1em;
    margin-bottom: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
