.infocenter{
    width: 100%;
   /*  background-color: purple; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;

}
.infocenter .textcm{
    width: 500px;
    /* background-color: orange; */
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    text-align: justify;
  
}
.infocenter .textcm .titulo{
    font-size: 22px;
    color: #2BB5B6;
    font-family: opensans3;

}

   .infocenter .textcm li::before { content: '\2022';
    font-size: x-large; color: #2BB5B6}

    .infocenter .textcm ul {
        list-style: none;
        line-height: 20px;

    }

.infocenter .imgcm{
    width: 50%;
    /* background-color: greenyellow; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.infocenter .imgcm .cuadrodec{
    width: 600px;
    height: 200px;
 /*    background-color: red; */
    border: 5px #f5f5f5  solid ;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.bullet  {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
     color: #252525;
    
}
.bullet  span{
    font-size: 16px;
    font-family: opensans1;
     color: #2BB5B6;
    
}

.contactenos {

    margin-left: auto;
    margin-right: auto;
    border: 5px #2BB5B6  solid ;
    color:#2BB5B6;
    width: 360px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: opensans1;
    margin-bottom: 100px;

}

.contactenos a{

    color:#2BB5B6;
}

.contactenosdos {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    border: 5px #2BB5B6  solid ;
    color:#2BB5B6;
    width: 360px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: opensans1;
    margin-bottom: 100px;

}

.contactenosdos a{

    color: #2BB5B6;
}


/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
/*****************************************************************************************************************************/
/*****************************************************************************************************************************/

@media (max-width:1000px){


    .infocenter{
        width: 100%;
       /*  background-color: purple;
        display: flex; */
        flex-wrap: wrap;
        margin-top: 0;
        margin-bottom: 100px;
        justify-content: center;
        align-items: center;
    
    }
    .infocenter .textcm{
        width: 500px;
       /*  background-color: orange; */
        justify-content: center;
        padding-left: 50px;
        padding-right: 50px;
        text-align: justify;
        margin-bottom: 50px;
      
    }

}

@media (max-width:600px){


.contactenos {

   
    width: 90%;
   
}



.contactenosdos {
  
    width: 90%;
  

}

}