.slidercontainer {
    max-width: 1200px;
    margin: 0 auto;
}

.propo{
    width: 100%;
   

}
.propo .cuatro{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  

}
.propo .cuatro .imgpropo{
    width: 260px;
    height: 340px;
    /* background-color: yellow; */
    margin: 5px;

}

.propo .cuatro .imgpropo .imgone{
    width: 100%;
    height: 290px;
    background-color: white;

}

.propo .cuatro .imgpropo .imgone img{
    width: 100%;
    height: 290px;
    

}
.propo .cuatro .imgpropo .texone{
    width: 100%;
    height: 80px;
    background-color: #009FE3;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.propo .cuatro .imgpropo .texone p{
   color: white;
   font-family: opensans1;
   font-size: 18px;
   text-transform: uppercase;

}

.propo .titone{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 25px;
    font-family: opensans1;
    color: #2BB5B6;
}

.propo .texttwo{
   padding-left: 20%;
   padding-right: 20%;
    text-align: center;
    font-size: 18px;
    font-family: opensans3;
    color: #252525;
}

.propo .texttwo span{
   
    font-size: 20px;
    font-family: opensans1;
     color: #2BB5B6;
 }

 .estructu{
        width: 100%;
       /*  background-color: yellow; */
        display: flex;
        flex-wrap:wrap;
        justify-content: center;
        align-content: center; 
        padding-left: 50px;
        padding-right: 50px;
 }
 .estructu .sontext{
     width: 520px;
 /*     background-color: red; */
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 25px;
     margin-bottom: 25px;
     margin-left: auto;
     margin-right: auto;
     text-align: justify;
 }
 .estructu .sontext p{
    font-size: 23px;
    font-family: opensans3;
    color: #252525;
    
}
.estructu .sontext p span{
    font-size: 23px;
    font-family: opensans1;
     color: #2BB5B6;
    
}
 .estructu .imgestru{
     width: 750px;
     /* background-color: brown; */
     margin-left: auto;
     margin-right: auto;
 }
 .estructu .imgestru img{
     object-fit: contain;
    width: 100%;
  
}

.etapas{
    width: 100%;
    /* background-color: orange; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
    margin-top: 50px;
    margin-bottom: 50px;
 
}

.etapas .desceta{
    width: 400px;
   /*  background-color: red; */
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 1px;
    margin-left: 10px;

}

.etapas .desceta h1{
    font-family: opensans1;
    font-size: 25px;
    color: #2BB5B6;
}

.etapas .desceta .etadd{
    font-family: opensans3;
    font-size: 25px;
    color: #2BB5B6;
}

.etapas .desceta .items p{ 
    font-family: opensans;
    text-align: left;
   /*  display: flex;
    align-items: center; */
    color: #252525;
    font-size: 20px;
    line-height: 30px;
}

.etapas .desceta .items p span{ 
    color: #2BB5B6;
    font-size: 30px;
   
}

.etapas .desceta .masinforeta {
    width: 130px;
    height: 40px;
    background-color:#0071B7;
    color: white;
    font-size: 13px;
    display: flex;
    font-family: opensans1;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.etapas .desceta img{
  width: 380px;
}


.contacteus  {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 75px;
    border: #2BB5B6 solid 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2BB5B6;
    font-family: opensans1;
   
    margin-top: 50px;
    margin-bottom: 50px;
}

.contacteus a {
    
    color: #2BB5B6;
    font-family: opensans1;
    font-size: 18px;
  
}

.noticias{
  height: auto;
  width: 100vw;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 5px;
  padding: 20px 60px;
}

.noticias div{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.noticias div img{
  width: 250px;
  height: 250px;
}

.noticias div h2, .noticias a div p{
  width: 100%;
  padding: 10px 70px;
  box-sizing: border-box;
}

.noticias div h2{
  text-align: center;
  color: #2BB5B6;
}

.noticias div p{
  text-align: justify;
}

.noticias div p span{
  color: blue;
  text-decoration: underline;
}

/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
/*****************************************************************************************************************************/

@media (max-width:650px){

    .propo .cuatro{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        background-color: #f5f5f5;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 30px;
        margin-bottom: 30px;
      
    
    }
    .propo .cuatro .imgpropo{
        width: 100%;
        height: 370px;
        background-color: yellow;
        margin: 5px;
    
    }

    
    .propo .cuatro .imgpropo .imgone{
        width: 100%;
        height: 290px;
        background-color: white;
    
    }
    
    .propo .cuatro .imgpropo .imgone img{
        object-fit: cover;
        width: 100%;
        height: 290px;
        
    
    }


    
.contacteus  {
    
    width: 90%;
    height: 75px;
    
}

.etapas .desceta .items p{ 
  font-family: opensans;
  text-align: left;
 /*  display: flex;
  align-items: center; */
  color: #252525;
  font-size: 20px;
  line-height: 30px;
  padding: 5px 20px;
}

.noticias{
  grid-template-columns: 1fr;
  height: auto;
  padding: initial;
}

}