@media(min-width:200px){
    .seccion-servicios{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 1050px;
        padding: 50px 0px;
        background-color: rgba(37, 37, 37, 1);
        font-family: 'Myriad Pro', 'sans-serif';
    }
    .elementos-ctn{
        flex-direction: column;
        width: 70%;
        height: fit-content;
    }
    .seccion-servicios-titulo{
        width: 100%;
        padding-top: 25px;
        padding: 30px 0px;
        text-align: center;
        color: #2CAAA1;
        font-size: 30px;
        font-family: 'Antipasto Pro', 'sans-serif';
        font-weight: 600;
    }
    .servicios-ctn{
        display: flex;
        flex-direction: column;
        margin: 0px;
    }
    .servicio-ctn{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: fit-content;
        margin: 0px;
        padding: 20px 0px;

        font-weight:500; 
        font-size:1.2em; 
        color: #2CAAA1;
    }
    .servicioIcono{
        border-radius:50%;
        height:120px; 
        width:120px;
        background-size: 135px 135px;
        background-position: center;
        background-repeat: no-repeat;
        transition: .2s;
    }
    .servicioIcono:hover{
        -webkit-box-shadow: 0px 0px 14px 0px rgba(44, 170, 161 ,1); -moz-box-shadow: 0px 0px 14px 0px rgba(44, 170, 161 ,1); box-shadow: 0px 0px  14px 0px rgba(44, 170, 161 ,1);
    }
    .servicio-titulo{
        font-size: .8em;
        margin-top: 15px;
    }
}

@media(min-width:700px){
    .seccion-servicios{
        justify-content: center;
        align-items: center;
        height: 350px;
    }
    .elementos-ctn{
        width: 90%;
    }
    .servicios-ctn{
        flex-direction: row;
    }
    .seccion-servicios-titulo{
        padding: 0px 0px;
    }
    .servicio-ctn{
        margin: 0px 20px;
    }
}

@media(min-width:1024px){
    .seccion-servicios{
        height: 370px;
        padding: 0px 0px;
        padding-bottom: 30px;
    }
    .elementos-ctn{
        width: 75%;
    }
    .seccion-servicios-titulo{
        padding: 30px 20px;
        text-align: start;
    }
    .servicio-ctn img{
        height: 120px;
        width: 120px;
    }
    .servicioIcono{
        border-radius:50%;
        height:150px; 
        width:150px;
        background-size: 165px 165px;
        background-position: center;
        background-repeat: no-repeat;
        transition: .2s;
    }
}

@media(min-width:1400px){
    .seccion-servicios{
        padding: 0px 0px;
        padding-bottom: 40px;
    }
    .elementos-ctn{
        width: 75%;
    }
    .seccion-servicios-titulo{
        padding: 30px 20px;
        text-align: start;
    }
    .servicio-ctn img{
        height: 150px;
        width: 150px;
    }
}