@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');


*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Belleza', sans-serif;
}
/*
#contenidos-paginas{
    padding: 0px 0px 20px 0px;
}*/

.imgmapa img{

    width: 100%;
    height: 350px;
}

.heading{
    width:90%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    text-align:center;
    margin:20px auto;
}

.heading h1{
    font-size: 50px;
    color:#000;
    margin-bottom:25px;
    position:relative;
}

.heading h1::after{
    content:"";
    position:absolute;
    width:100%;
    height:4px;
    display:block;
    margin:0 auto;
    background-color: #4caf50;
}

.heading p{
    font-size: 18px;
    color:#000;
    margin-bottom: 35px;
}

.container{
    width:90%;
    margin:0 auto;
    padding: 10px 20px;
}


.about{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.about-image{
    flex:1;
    margin-right: 40px;
    overflow:hidden;
}

.about-image img{
    max-width: 100%;
    height:auto;
    display:block;
    transition:0.5s ease;
}

.about-image:hover img{
    transform:scale(1.2);
}

.about-content{
    flex:1;
}

.about-content h2{
    font-size: 23px;
    margin-bottom:15px;
    color:#000;
}

.about-content p{
    font-size: 18px;
    line-height: 1.5;
    padding: 10px;
    color:#000;
    text-align: justify;
}

.about-content a{
        /* display: flex;
            justify-content: center;*/
            text-decoration: none;
            color: #000;
            border-radius: 30px;
            border: 2px solid #000;
            padding: 0  20px 0 20px;
            position: absolute;
            margin-left: 165px;
         
            /*top: 10px;
            left: 42%;
            text-align: center;*/
            transition: .5s;

}
.about-content a:hover{
      background-color: #333;
      color: #fff;
}
.contenidos-paginas{
    padding: 100px 12px;
}

.content{
    position: relative;
    left: .5%;
}
.content p{
    text-align: justify;
}


.content2{
    position: relative;
    left: .5%;
}
.content2 p{
    text-align: justify;
}

.about-content .read-more{
    display: inline-block;
    padding: 10px 20px;
    color:#fff;
    font-size:19px;
    text-decoration:none;
    border-radius: 25px;
    margin-top:15px;
    transition: 0.3s ease;
}

.about-content .read-more:hover{
    background-color: #3e8e41;
}
/*fin de stilos nosotros*/
/*mision-vision-valores*/

.mvv-contianer{
    max-width: 100%;
    margin: 80px auto 50px;
    padding: 0px 0px 0px 0px;
    justify-content:center;
    
}

.mvv-contianer .mvv-block{
    margin-bottom: 40px;
    display: flex;
    justify-content:center;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
    flex-wrap: wrap;
}

.mvv-contianer .mvv-block2{
    margin-bottom: 40px;
    display: flex;
    justify-content:center;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
    flex-wrap: wrap;
}

.mvv-contianer .mvv-block .image{
    position: relative;
    left: -8%;
    width: 200px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
    line-height: 0;
}

.mvv-contianer .mvv-block2 .image2{
    position: relative;
    left: -8%;
    width: 200px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
    line-height: 0;
}

.mvv-contianer .mvv-block .image img{
    width: 100%;
    transition: .3s;
    transform: scale(1);
}

.mvv-contianer .mvv-block2 .image2 img{
    width: 100%;
    transition: .3s;
    transform: scale(1);
}
.mvv-contianer .mvv-block .image:hover img{
    transform: scale(1.05);
}

.mvv-contianer .mvv-block2 .image2:hover img{
    transform: scale(1.05);
}

.mvv-contianer .mvv-block .content{
    flex: 0 0 auto;
    width:calc(100% - 400px);
    box-sizing: border-box;
    align-self: center;
}

.mvv-contianer .mvv-block2 .content2{
    flex: 0 0 auto;
    width:calc(100% - 400px);
    box-sizing: border-box;
    align-self: center;
}
.mvv-contianer .mvv-block .content h5{
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    text-decoration: underline;

}

.mvv-contianer .mvv-block2 .content2 h5{
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    text-decoration: underline;

}
/*fin-valores*/



/*
.ban{
          
        padding: 200px;
        background-image:url('../img/nosotros/baner.png'); 
}*/
.logg{
    top: 100px;
}



/*responsive*/

@media screen and (min-width: 1024px){
    .mvv-contianer .mvv-block:nth-child(odd) .image{
        order: 1;
    }
    .mvv-contianer .mvv-block:nth-child(even) .image{
        order: 2;
    }
    .mvv-contianer .mvv-block:nth-child(odd) .content{
        order: 2;
        padding-left: 5px;
    }
    .mvv-contianer .mvv-block:nth-child(even) .content{
        order: 1;
        padding-right: 5px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 10px;
    }

    .about {
        padding: 10px;
        flex-direction: column;
    }

    .about-content p {
        text-align: left;
    }

    .video-container {
        height: 150px; /* Reducir la altura del contenedor de video */
    }

    .mvv-contianer .mvv-block,
    .mvv-contianer .mvv-block2 {
        width: 100%; /* Hacer que los bloques ocupen todo el ancho en pantallas pequeñas */
        margin-bottom: 20px;
    }

    .mvv-contianer .mvv-block .image,
    .mvv-contianer .mvv-block2 .image2 {
        width: 100%; /* Ajustar el ancho de la imagen */
    }

    .mvv-contianer .mvv-block .content,
    .mvv-contianer .mvv-block2 .content2 {
        width: 100%; /* Ajustar el ancho del contenido */
        padding: 10px; /* Agregar un pequeño relleno al contenido */
    }
}