    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    text-rendering: optimizespeed;
	-webkit-font-smoothing: antialiased;
}

a{
    text-decoration: none;
}
/*============================== Arriba ===============================*/
.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:25px;
  color:#83d021;
  cursor:pointer;
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:2;
}

/*============================== Header ===============================*/
header{
    width: 100%;
    height: 90px;
    z-index: 200;
    background: white;
    -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.30);
    border-top: 5px solid #0469de;
    position: relative;
    
}

.contenedor{
    max-width: 950px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.container-header{
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: auto;
}
.container-logo-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

.container-logo-title img{
    width: 300px;
    margin-top: 10px;
}
.menu{
    position: absolute;
    right: 10px;
    top: 10px;
}

.menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu > ul li{
    list-style: none;
    font-size: 1em;
    font-weight: 700;
    color: #585858;
    padding: 20px 8px;
    border: 1px solid transparent;
    border-top: 4px solid transparent;
    cursor: pointer;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    position: relative;
    text-transform: uppercase;
}
.menu > ul li a{
    color: #585858;
}
.menu > ul li a:hover{
    color: #00508e;
}

.menu > ul > li:active{
    border: 1px solid #eeeeee;
    color: #00508e;
}
.menu ul li label,
.menu ul li span{
    color: #868686;
}
.menu ul li label:hover,
.menu ul li span:hover{
    color: #00508e;
}
.menu ul li span{
    font-size: 0.9em;
    position: relative;
    top: 4px;
    font-weight: 500
}
.menu ul li label{
    font-size: 22px;
    position: relative;
    top: -6px;
}
.menu ul li .icon2{
    position: relative;
    top: -2px;
}
/*Submenu*/
.menu ul li ul{
    width: 235px;
    position: absolute;
    top: 74px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #eeeeee;
    background: white;
    border-bottom: 1px solid #3ca8d3;
    padding: 10px;
}
.menu ul li ul li{
    padding: 10px 15px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}
.menu ul li ul li:hover{
    background: #FAFAFA;
    color: #00508e;
}
.menu ul li ul li ul{
    position: absolute;
    left: 222px;
    top: 0;
}
.icon-menu{
    display: none;
}
main{
    width: 100%;
    max-width: 1220px;
    margin: auto;
    position: relative;
    top: 100px;
}
article{
    padding: 20px;
}
article h1{
    font-size: 40px;
    font-weight: 100;
}

article p{
    font-size: 18px;
    margin-top: 20px;
}
.container-bg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.menu > ul li .azul{
    list-style: none;
    font-size: 0.9em;
    font-weight: 7500;
    padding: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    position: relative;
    background-color: #83d021;
    color: white;
    border-radius: 8px;

}

.menu > ul li .btn-activo{
    list-style: none;
    font-size: 0.9em;
    font-weight: 700;
    padding: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    position: relative;
    color: #00508e;
    border-radius: 8px;
    transition: 0.3s all;

}

.menu > ul li .azul:hover{
    color: #83d021;
    transition: 0.3s all;
}

/*============================== SLIDER ==============================*/

#slider {
	width: 100%;
	margin: 0;
	overflow: hidden;
    background: url(../images/slider.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center ;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    overflow: hidden;
}


.cont_info h1 span{
    color: white;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#info-slider{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

#info-slider h1{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: block;
    color: #f7f7f7;
    font-size: 1.5em;
    font-weight: 500;
    text-shadow: 3px 1px 11px rgba(4, 22, 51, 0.88);
    text-align: center;

}
#info-slider a{
    width: 120px;
    color: rgba(247, 247, 247, 0.98);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background-color: rgba(89, 56, 82, 0.78);
    margin: 0 auto;
    border-radius:10px;
    padding: 10px 0px;
    border: solid rgb(255, 255, 255) 1px ;

}
/*============================== SOMOS ==============================*/
#somos{
    padding-top: 5em;
    padding-bottom: 7em;
    background-color: white;
    overflow: hidden;
}






#text-animated{
    max-width: 800px;
    width: 90%;
    display: block;
    margin: 0 auto;

}

#somos p{
    text-align: justify;
    color: #474747;
    font-size: 1em;
    font-weight: 500;
}
#somos p span{
    text-align: justify;
    color: #474747;
    font-size: 1em;
    font-weight: 700;
    font-family: "Times New Roman", Times, serif;
}

.titulo h1 {
    max-width:200px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
    padding: 9px 0px;
    background-color: #00508e;
    border-radius: 16px;
    color: white;
    margin-top: 10px;
    margin-bottom: 60px;
    font-weight: 400;
    overflow: hidden;
}
.titulo-btn{
    display: none;
}
.titulo2 h1{
    max-width:200px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
    padding: 9px 0px;
    background-color: #00508e;
    border-radius: 16px;
    color: #f4f4f4;
    margin-top: 10px;
    margin-bottom: 60px;
    font-weight: 400;
    overflow: hidden;
}

/*============================== Algunos Servicios ==============================*/

#cont_socios{
    max-width: 1100px;
    width: 90%;
    background-color: white;
    padding: 50px;
}

#servicios_items{
    background-color: #f4f4f4;
    padding-top: 5em;
    padding-bottom: 5em;
    overflow: hidden;
}
#servicios_items2{
    background-color: #ffffff;
    padding-top: 5em;
    padding-bottom: 5em;
    overflow: hidden;
}
#servicios-cont{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#servicios-constructora{
    width: 100%;
	margin: 0;
    background-color: #00508e;
	margin: 0;
	overflow: hidden;
    background: url(../images/mision.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;

}

#servicios-constructora h1{
   max-width:400px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
    padding: 9px 0px;
    background-color: #83d021;
    border-radius: 16px;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
    overflow: hidden;
}


#servicios-constructora p{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    color: white;
    font-weight: 500;
    line-height: 25px;
}

#convenios{
    background-color: rgba(89, 56, 82, 0.1);
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 50px 0px;
}
#convenios h1{
    text-align: center;
    color: #0077B4;
    font-size: 26px;
    padding: 30px;
}
/*============convenios====================*/
#owl-demo-2{
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
}

#owl-demo-2 .item{
    margin: 15px;
}
#owl-demo-2 .item img{
  display: block;
  width: 100%;
  height: auto;
}

.sitios li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    text-decoration: none;
    list-style-type: none;
    padding: 10px 20px;
    background-color: #f2f2f2;
    transition: 0.3s all;
}
.sitios a{
    font-size: 1em;
    color: #00508e;
    font-weight: 500;

}
.sitios li:hover{
    transition: 0.3s all;
    background-color: rgba(131, 208, 33, 0.29);
}

/*============================== Banner-llamados ==============================*/
#llamados h1{
    max-width: 850px;
    width: 80%;
    text-align: center;
    font-size: 30px;
    text-shadow: 3px 1px 11px black;
    color: white;
    font-weight: 300;
    display: table-cell;
	vertical-align: middle;
}

#llamados h4{
    text-align: left;
    font-size: 35px;
    text-shadow: 3px 1px 11px black;
    color: white;
    font-weight: 500;
    padding-left: 3%;
    position: relative;
    top:40%;
}

#llamados h3{
    text-align: center;
    font-size: 28px;
    text-shadow: 3px 1px 11px black;
    color: white;
    font-weight: 500;
    letter-spacing: 2px

}
#llamado-nosotros{
    width: 100%;
    background: url(../images/nosotros.jpg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}
#llamado-noticias{
    width: 100%;
    background: url(../images/noticias.jpg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}
#llamado-actividades{
    width: 100%;
    background: url(../images/actividades.jpg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

#llamado-socios{
    width: 100%;
    background: url(../images/socios.jpg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
#llamado-sitios{
    width: 100%;
    background: url(../images/sitios.jpg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
#llamado-contacto{
    width: 100%;
    background: url(../images/contacto.jpg);
    height: 200px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}


/*============================== directorio ==============================*/
.directorio{
    display: flex;
        justify-content: center;
    flex-wrap: wrap;
}
.directorio_items{
    width: 260px;
    background-color: white;
    padding: 30px 25px;
    border-radius: 20px;
    -webkit-box-shadow: 6px 3px 15px 1px rgba(0, 0, 0, 0.26); 
    box-shadow: 6px 3px 15px 1px rgba(0, 0, 0, 0.26);
    margin: 15px;
}

.directorio img{
    width: 150px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
#nosotros .directorio .cargo{
    font-weight: 700;
    color: #00508e;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
}
#nosotros .directorio .nombre{
    font-weight: 500;
    color: black;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    padding-top: 10px;
}
#nosotros .directorio .descripcion{
    font-weight: 500;
    color: #5c5b5b;
    text-align: center;
    font-size: 0.9em;
    margin-top: 10px;

}
/*============================== BLOG ==============================*/

.fecha{
    margin-top: 20px;
}
.blog{
    padding-top: 6em;
    padding-bottom: 6em;
    background-color: #f4f4f4;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;

}

.calendario{
    background-color: white;
    overflow: hidden;
    max-width: 350px;
    height: 310px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    margin: 15px;
}
.cont-post{
    background-color: white;
    overflow: hidden;
    max-width: 310px;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
    background-color: white;
    margin: 15px;
        -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.30);
}
.cont-post2{
    background-color: white;
    overflow: hidden;
    max-width: 550px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    margin: 15px;
}
.cont-post img,
.cont-post2 img,
.calendario img{
    width: 100%;
    margin-bottom: 20px;
}
.cont-post h1,
.cont-post2 h1{
    width: 100%;
    text-align: left;
    color: #1f1f1f;
    font-size: 1.1em;
    font-weight: 700;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.cont-post p,
.cont-post2 p{
    width: 100%;
    text-align: justify;
    color: #676767;
    font-size: 1em;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 30px;
}

.btn-info a{
    font-size: 1em;
    overflow: hidden;
    float: right;
    background-color: #83d021;
    padding: 5px 15px;
    text-decoration: none;
    color: white;
    transition: 0.3s all;
}

.btn-info a:hover{
    background-color: #00508e;
    transition: 0.3s all;
}

.btn_todas a{
    margin: 0 auto;
    display: block;
    width: 150px;
    font-size: 1em;
    overflow: hidden;
    border: 2px solid #00508e;
    padding: 10px 20px;
    text-decoration: none;
    color: #00508e;
    transition: 0.3s all;
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
}

.btn_todas a:hover{
    background-color: #83d021;
    transition: 0.3s all;
    color: white;
    border: 2px solid #83d021;

}

#slider3{
    width: 90%;
    margin: 0 auto;
    display: block;
}
/*============================== post ==============================*/


#post{
    width: 100%;
    background-color: #f4f4f4;
    padding: 20px;
}
.post__contenedor{
    width: 100%;
    margin: 0 auto;

}
.post__cont_not{
    max-width: 850px;
    width: 95%;
    padding: 50px;
    margin: 0 auto;
    background-color: white;
    -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.17);
}
.by-post{
    text-align: left;
    margin-top: 3em;
    color: #0087ca;
    font-size: 1.1em;
}
.by-post span{
    text-align: left;
    color: #454545;
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
}
.new__post{
    padding-top: 2em;
    padding-bottom: 3em;
    margin: 0 auto;
}
.new__post h1{
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
    background-color: #00508e;
    color: white;
    padding: 10px;
    border-radius: 16px;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
}
.new__post P{
    text-align: justify;
    color: #454545;
    font-size: 1em;
    font-weight: 500;
    line-height: 23px;
}
.new__post P span{
    text-align: justify;
    color: #454545;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.volver_btn a{
    width: 120px;
    background-color: #83d021;
    color: white;
    padding: 8px 20px;
    border-radius: 10px;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: 0.5s all;

}

.volver_btn a:hover{
    background-color: #00508e;
    transition: 0.5s all;
}


.new__post img{
    width: 100%;
    margin-bottom: 30px;
}
.int-post {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.int-post img{
        width: 50%;
    display: block;
    margin: 0 auto;
    }
.int-post2 {
    width: 70%;
    display: block;
    margin: 0 auto;
}


/*============================== Acordeon ===============================*/
.acordeon{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    border-radius: 16px;
}
.acordeon hr{
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    border: 0;
}
#container-main{
    margin:40px auto;
    width:95%;
    min-width:320px;
    max-width:960px;
}
 
#container-main h1{
    font-size: 2.2em;
    text-shadow:4px 4px 5px #16a085;
}
#container-main p{
    font-size: 1em;
    color: #272727;
    text-align: justify;

    margin: 0 auto;
}
.accordion-container {
    width: 100%;
    clear:both;
}
.accordion-titulo {
    position: relative;
    display: block;
    padding: 20px 20px;
    font-size: 1.1em;
    font-weight: 700;
    color: #2871AA;
    text-decoration: none;
}
.accordion-titulo span {
    font-size: 0.9em;
    font-weight: 500;
    color: #00508e;
    text-decoration: none;
}

.accordion-titulo span.toggle-icon:before {
    content:"+";
    color: #00508e;
}
 
.accordion-titulo.open span.toggle-icon:before {
    content:"-";
    color: #83d021;

}
 
.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight:bold;
}
.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}
.accordion-content p{
    margin:0;
}
 
.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    width: 50%;
    height: auto;
} 
@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
    }
}

#nosotros{
    background-color: rgba(39, 98, 150, 0.13);
}


/*============================== NOSOTROS ==============================*/

#nosotros-item_1{
width: 100%;
background-color: white;
padding: 80px;
overflow: hidden;
}
#nosotros-item_2{
    width: 100%;
    background-color: #f4f4f4;
    padding: 80px;
    overflow: hidden;
}
#nosotros p{
    text-align: justify;
    color: #474747;
    font-size: 1em;
    font-weight: 400;
}
#nosotros p span{
    text-align: justify;
    color: #474747;
    font-size: 1em;
    font-weight: 700;
}

#nosotros .gob p{
    text-align: center;
    color: #474747;
    font-size: 1em;
    font-weight: 400;
    margin-top: 50px;
}
#nosotros p .gob span{
    text-align: center;
    color: #474747;
    font-size: 1em;
    font-weight: 700;
}
#nosotros h1{
    max-width:250px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
    padding: 9px 0px;
    background-color: #83d021;
    border-radius: 16px;
    color: white;
    margin-top: 10px;
    margin-bottom: 60px;
    font-weight: 400;
    overflow: hidden;
}
#nosotros h2{
    max-width:550px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
    padding: 9px 0px;
    background-color: #83d021;
    border-radius: 16px;
    color: white;
    margin-top: 10px;
    margin-bottom: 60px;
    font-weight: 400;
    overflow: hidden;
}
.n_mision{
	width: 100%;
	margin: 0;
	overflow: hidden;
    background: url(../images/mision.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center ;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00508e;
}
#n-mision_cont{
    max-width: 950px;
    width: 85%;

}
#n-mision_cont h1{
    text-align: center;
    width: 100%;
    text-shadow: 3px 1px 11px #083755;
    color: white;
}
#n-mision_cont p{
    text-align: justify;
    width: 100%;
    text-shadow: 3px 1px 11px #083755;
    color: white;
}


.directorio a{
    width: 100px;
    background-color: #148eed;
    margin:  0 auto;
    display: block;
    text-align: center;
    padding: 3px 10px;
    margin-top: 20px;
    color: white;
    transition: 0.3s all
    
    }
.directorio a:hover{
    background-color: #555555;
}


#autoridad_1,
#autoridad_2,
#autoridad_3,
#autoridad_4,
#autoridad_5,
#autoridad_6,
#autoridad_7,
#autoridad_8{
    max-width: 800px;
    width: 90%;
    background-color: white;
    padding: 50px;
}
#autoridad_1 img,
#autoridad_2 img,
#autoridad_3 img,
#autoridad_4 img,
#autoridad_5 img,
#autoridad_6 img,
#autoridad_7 img,
#autoridad_8 img{
    max-width: 200px;
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
/*============================== Serivicios ==============================*/

#iconos{
    padding: 40px 0px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
#iconos_items{
    width: 25%;
    display: block;
    float: left;
    padding: 20px;
    padding-bottom: 10px;
}
#iconos_items img{
width: 80%;
display: block;
    margin: 0 auto;
}
#iconos_items p{
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    
}

.logos-gob{
    max-width: 400px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.logos-gob img{
    width: 50%;
    padding: 30px;
}



/*============================== Galeria  ==============================*/


.container-img{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 250px;
    grid-gap: 20px;
}
.container-img .box-img figure{
    width: 100%;
    height: 100%;
}
.container-img .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container-img .box-img:nth-child(1){
    grid-column-start: span 2;
}
.container-img .box-img:nth-child(4){
    grid-row-start: span 2;
}
.container-img .box-img:nth-child(8){
    grid-column-start: span 2;
}
.container-img .box-img:nth-child(12){
    grid-row-start: span 2;
}
.container-img .box-img:nth-child(18){
    grid-column-start: span 2;
}
.container-img .box-img:nth-child(26){
    grid-row-start: span 1;
}

.container-img .box-img:nth-child(35){
    grid-row-start: span 1;
    
}
.container-img .box-img:nth-child(36){
    grid-column-start: span 2;
}
.container-img .box-img:nth-child(44){
    grid-row-start: span 2;
}
@media screen and (max-width:800px){
    .container-img{
        width: 95%;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        grid-template-rows: 200px;
    }
    .container-img .box-img:nth-child(1){
        grid-column-start: span 1;
    }
}
@media screen and (max-width:500px){
    .container-img{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
    }
    .container-img .box-img img{
        height: 200px;
    }
.container-img .box-img:nth-child(1){
    grid-column-start: span 1;
}
.container-img .box-img:nth-child(4){
    grid-row-start: span 1;
}
.container-img .box-img:nth-child(8){
    grid-column-start: span 1;
}
.container-img .box-img:nth-child(12){
    grid-row-start: span 1;
}
.container-img .box-img:nth-child(18){
    grid-column-start: span 1;
}
.container-img .box-img:nth-child(26){
    grid-row-start: span 1;
}

.container-img .box-img:nth-child(35){
    grid-row-start: span 1;
    
}
.container-img .box-img:nth-child(36){
    grid-column-start: span 1;
}
.container-img .box-img:nth-child(44){
    grid-row-start: span 1;
}
}

.paginas{
    display: flex;
    justify-content: center;
}
.btn-activo-pag{
    padding: 10px 15px;
    margin: 0px 10px;
    background-color: #00508e;
    color: white;
    font-weight: 700;
}
.btn-paginas{
    padding: 10px 15px;
    margin: 0px 10px;
    background-color: #addbff;
    color: white;
    font-weight: 700;
}

.btn-paginas:hover{
    background-color: #d8d8d8;
}
.btn-paginas a{
    color: #00508e;
}
/*============================== Contacto  ==============================*/

.contacto-form{
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
}
#cont_contacto_form{
    max-width: 800px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
}
.flor{
    width: 150px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}
.flor img{
    width: 100%;
}
#cont_contacto_form h2{
    text-align: center;
    font-size: 18px;
    color: #646464;
    font-weight: 500;
}
.formulario-home2{
    max-width: 550px;
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.contacto-index{
    width: 100%;
    padding: 60px;
    background-color: #2a2a2a;
    border-top: 2px solid #00508e;
    overflow: hidden;
}
#cont_contacto_index{
    max-width: 650px;
    display: block;
    margin: 0 auto;
}

#cont_contacto_index h2{
    text-align: center;
    font-size: 18px;
    color: #bfbfbf;
    font-weight: 500;
}

.formulario-home{
    max-width: 350px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.formu input{
    height:40px;
    width: 100%;
    padding: 10px;
    font-weight: 400;
    font-size: 1em;
    background-color: #f5f5f5;
    outline: none;
    border: 0;
}
.formu textarea{
    height:120px;
    width: 100%;
    padding:10px;
    font-weight: 400;
    font-size: 1em;
     background-color: #f5f5f5;
    outline: none;
    border: 0;
}
.formu button{
    width: 100%;
    height: 40px;
    font-weight: 400;
    font-size: 1.5em;
    color: #fff;
    background-color: #83d021;
    overflow: hidden;
    outline: none;
    border: 0;
    transition: 0.3S all;
}
.formu button:hover{
    background-color: #00508e;
     transition: 0.3S all;
}


/*======================== Footer==============================*/
footer{
    width: 100%;
    padding-top: 2em;
    background-color: #00508e;
}

.otros{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2em;
    font-size:0.9em;
    color: rgba(255, 255, 255, 0.76);
}

.otros img{
    width: 200px;
    padding: 15px;
}
.otros a{
    margin: 0 auto;
    font-weight: 400;
    text-decoration: none;
    font-size:15px;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
}
.otros a:hover{
    color: #051b2c;
}

.copyright{
    width: 100%;
    background-color: #092c48;
    padding: 1em;
    color: white;
    text-align: center;
}
.rrss{
    margin-top: 10px;
}
.rrss i{
   margin: 0px 8px;
}



/*============================== MEDIA ==============================*/

@media screen and (max-width: 1000px){
.icon-menu{
    display: block;
    position: absolute;
    right: 10px;
    top: 70px;
    font-size: 50px;
}
body{
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.body2{
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    }
    .menu{
        width: 300px;
        height: 100vh;
        position: fixed;
        top: 0px;
        right: -300px;
        background: #063152;
        margin-top: 0px;
        overflow-y: scroll;

    }
    
    .menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #cbcbcb;

    }
    
    .menu ul li{
        padding: 10px 20px;
            color: #cbcbcb;

    }
    .menu > ul li a{
        color: #cbcbcb;
   
      
}

    .menu ul li ul{
        top: 0;
        border-bottom: 1px solid transparent;
        background: #2D2F30;
    }
    
    .menu ul li:hover{
        border: 1px solid transparent;
        border-top: 4px solid transparent;
    }
    
    .menu ul li ul{
        width: 100%;
        position: relative;
        border: none;
        padding: 2px;
        color: #cbcbcb;

    }
    
    .menu ul li ul li{
        border-bottom: 1px solid #414141;
    }
    
    .menu ul li ul li:hover{
        background: #00508e; 
    }
    
    .menu ul li ul li ul{
        width: 100%;
        position: relative;
        left: 0px;
        top: 6px;
    }
    
    article{
        text-align: center;
    }
.menu ul li span{
    font-size: 17px;
    position: relative;
    top: 4px;
}
  .menu > ul li .btn-activo {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    position: relative;
    color: #83d021;
    border-radius: 8px;
}  
.menu ul li ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #797979;
    font-weight: 500;
    font-size: 17px;
    position: relative;
}    
   

}
@media screen and (max-width:1050px) {
.contenedor{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#nosotros-item_1{
width: 100%;
background-color: white;
padding: 60px 30px;
overflow: hidden;
}
#nosotros-item_2{
width: 100%;
padding: 60px 30px;
overflow: hidden;
}

.servicios-items{
    width: 50%;
    padding: 10px;
    margin-top: 30px;
}    
#iconos_items{
    width: 50%;
    display: block;
    float: left;
    padding: 20px;
    padding-bottom: 10px;
}
#iconos_items img{
width: 60%;
 }
#clientes_items img{
    width: 48%;
    padding: 15px;
}
}


@media screen and (max-width:970px) {
#inicio{
        display: none;
    }
.not{
    margin: 0px;
    width: 50%;
    height: 450px;
    float: left;}
.not-download{
    margin: 0px;
    width: 50%;
    height: 450px;
    float: left;
}
.Somos_items {
    max-width: 200px;
    width: 90%;
    margin: 0 auto;
    float: inherit;
    overflow: hidden;
    margin-bottom: 2em;
}
    
.Somos_items h2{
    font-size: 33px;
    color: #454545;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;

}

.Somos_items h3{
    font-size: 27px;
    letter-spacing: 2px;
    color: rgba(86, 205, 180, 0.76);
    font-weight: 400;
    line-height: 25px;
    text-align: right;
}
#text-animated{
    width: 80%;
    margin: 0 auto;
    float: inherit;
}

    
.espacio{
    width: 100%;
    height: 95px;
    overflow: hidden;
}


}


@media screen and (max-width:750px){
#slider {
	width: 100%;
	margin: 0;
	overflow: hidden;
    background: url(../images/slider.jpg);
    background-repeat: no-repeat!important;
    background-position: center  !important;
    background-size: cover!important;
    background-attachment: fixed!important;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center!important;
    -ms-flex-align: center !important;
    align-items: center !important;
    overflow: hidden !important;
}
.servicios-items{
    width: 100%;
    padding: 10px;
    float: left;
    margin-top: 30px;
}    
.cont_info-mobile h1{
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 0px;
    text-align: center;
    margin-top: 20px;
}
.cont_info-mobile h1 span{
    color: white;
    font-size: 35px;
    font-weight: 700;
}
#servicios_items{
    background-color: #f4f4f4;
    padding-top: 3em;
    padding-bottom: 3em;
    overflow: hidden;
}
.titulo h1 {
    max-width:200px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
    padding: 9px 0px;
    background-color: #83d021;
    border-radius: 16px;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
    overflow: hidden;
}

.titulo2 h1{
    max-width:200px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.5em;
    text-align: center;
    padding: 9px 0px;
    background-color: #83d021;
    border-radius: 16px;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 400;
    overflow: hidden;
}
.new__post h1{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background-color: #092c48;
    color: white;
    padding: 10px;
    border-radius: 16px;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
}

}



@media screen and (max-width:500px) {
.titulo,
.titulo2{
    max-width:300px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;

    font-weight: 700;
    }

}


