*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: 'SF Pro Text';*/
    font-family: 'Poppins', sans-serif;
}

/*----------------------------------------Seccion 02S----------------------->*/

.seccion02S{
    height: 125vh;
    width: 100%;
    background: url(MYSI-fondo3.svg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.seccion02S .content-services{
    width: 60%;
    height: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.content-services-1{
    width: 100%;
    height: 40%;
}

.content-services-1 .services-1-title{
    height: 20%;
    width: 50%;
   
    color:rgba(0,0,0,1);
    font-size: 14pt;
    display: flex;
    align-items: flex-end;
    letter-spacing: 2px;
    font-weight: 200;
}

.content-services-1 .services-1-text{
    height: 80%;
    width: 55%;
    color: black;
    font-size: 30pt;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    font-weight: 400;
}

.content-services-2{
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    
}

.content-services-2 .services-2-title{
    height: 10%;
    width: 45%;
    color:black;
    font-size: 20pt;
    display: flex;
    align-items: flex-start;
    letter-spacing: 2px;
    font-weight: 300;
}

.content-services-2 .services-2-text{
    height: 100%;
    width: 45%;
    color: black;
    font-size: 11pt;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    letter-spacing: 2px;
    font-weight: 300;
    flex-direction: column;
    flex-wrap: wrap;
    
}

.services-2-text p{
    display: block;
    width: 100%;
    height: 30%;
    display: flex;
    align-items: flex-end;
}

.list{
    height: 70%;
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    margin-left: 5%;
}

.list ul {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
    color:rgba(0,0,0,.5);
    font-weight: 500;
    list-style-type: none;
    font-size: 10pt;
}

.check{
    color: #ff1744; 
}


/*----------------------------------------Seccion 03S----------------------->*/

.seccion03S{
    height: 150vh;
    width: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.container-seccion03s{
    width: 75%;
    height: 110%;
    position: absolute;
    top: -14%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row{
    width: 100%;
    height: 32%;

    display: flex;
    justify-content: space-between;
}

.row .card{
     position: relative;
    height: 100%;
    width: 49%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.card.border1{
    border: 6px solid transparent;
    border-image: linear-gradient(to right top, #212121, #282828, #303030, #373737, #3f3f3f);
    border-image: linear-gradient(to right top, #212121, #282828, #303030, #373737, #3f3f3f);
    border-image-slice: 1;
}




.card01{
    background-image: linear-gradient(to bottom, #b62429, #c13d2a, #cc532c, #d5672f, #de7b34);
}


.card02{
    background-color: #de7b34;
}

.card03{
    background-image: linear-gradient(to top, #d05832, #d46132, #d86a32, #db7233, #de7b34);
}

.content-card{
    position: absolute;
    top: -10;
    left: -5;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(200px);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 25px 45px rgba(0,0,0,0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.5s background-color ease-in-out;
}


.content-card:hover{
    background-color: rgba(255, 255, 255, 0.23);
}

.card1-title{
    width: 80%;
    height: 35%;
    color: white;
    display: flex;
    font-size: 24pt;
    font-weight: 300;
    text-transform: uppercase;
    align-items: center;
    border-bottom: 1px solid white;
} 
.card1-descrip-service{
    width: 80%;
    height: 45%;
    color: #3f3f3f;
    font-size: 11pt;
    font-weight: 500;
    word-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: justify;
   
} 

.card1-descrip span{
    display: block;
    width: 100%;
}

.card1-more-service{
    width: 100%;
    height: 20%;
    color: white;
    display: flex;
    letter-spacing: 2px;
    align-items: center;
   
} 


.more2-service{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 10%;
}


/*PRUEBa*/

.prueba{
    padding-top:80px;
    padding-bottom:80px;
    width: 100%;
 
    background-color: black;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.pruebaRow{
    width: 100%;
    height: 275px; 
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 25px;
    
}

.primerC{
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*
    border: 2px solid transparent;
    border-image:linear-gradient(to right, #b62429, #c13d2a, #cc532c, #d5672f, #de7b34);
    border-image-slice: 1;*/
    transition: 0.3s all ease-in-out;
    box-shadow: -5px -5px 5px rgba(160,160,160,0.15),
    5px 5px 10px rgba(63, 63, 63, 0.35);
    border-radius: 20px;
    border:1px solid rgba(255, 255, 255, 0.2);
}   


.pruebaCI{
    display: flex;
    width: 40%;
    height: 100%;
    align-items: center;
    justify-content: center;    
}

.imgP{
    
    width: 85%;
    height: 80%;
    border-radius: 20px;
}

.p1{
    background-image: url(1x/mysiServicioCard1.jfif);
    background-size: cover;
    background-position:center;
}

.p2{
    background-image: url(1x/mysiServicioCard2.jfif);
    background-size: cover;
    background-position:center;
}

.p3{
    background-image: url(1x/mysiServicioCard3.jfif);
    background-size: cover;
    background-position:center;
}

.p4{
    background-image: url(1x/mysiServicioCard4.jfif);
    background-size: cover;
    background-position:center;
}

.p5{
    background-image: url(1x/mysiServicioCard5.jfif);
    background-size: cover;
    background-position:center;
}

.p6{
    background-image: url(1x/mysiServicioCard6.jfif);
    background-size: cover;
    background-position:center;
}

.pruebaCI img{
    width: 90%;
}


.pruebaCT{
    display: flex;
    width: 60%;
    height: 90%;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;  
}

.pruebaTitulo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 30%;
    border-bottom: 2px solid transparent;
    border-image:linear-gradient(to right, #b62429, #c13d2a, #cc532c, #d5672f, #de7b34);
    border-image-slice: 1;
}

.pruebaMore{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 70%;
    font-size:10pt;
    letter-spacing: 1px;
    
}

.pruebaMore span{
    text-align: center;
}

.pruebaTitulo{
    font-size:18pt;
    text-align: center;
}



/*----------------------------------------Seccion 04S----------------------->*/
.bg-seccion1-service{
    background-color: transparent;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.3) 70%,#000000 100%);
    opacity: 1;
    width: 100%;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.seccion04s{
    height: 70vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.seccion04s .content-service-3{
    width: 60%;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    
}

.content-service-3 .service-3-title{
    height: 40%;
    width: 75%;
    color:white;
    font-size: 12pt;
    display: flex;
    align-items: flex-end;
    letter-spacing: 2px;
    font-weight: 200;    
}

.service-3-title span{
    margin-bottom: 10px;
}

.content-service-3 .service-3-text{
    height: 60%;
    width: 75%;
    color: white;
    font-size: 24pt;
    display: flex;
    align-items: flex-start;
    letter-spacing: 1px;
    font-weight: 400;
    
}

/*---------------------BREAK POINTS-----------------------*/

@media only screen and (max-width: 1365px ) and (min-width: 1025px ) {
    /*PRUEBA*/

    .primerC{
        width: 49%;
    }

    .pruebaCI{
        width: 45%;
    }

    .pruebaCT{
        width: 55%; 
    }



    /*----------------------------------------Seccion 01S----------------------->*/
    .texto-principal-cover{
        font-size: 100pt;
    }

    .referencia-cover{
        font-size: 20pt;
        align-items: center;
    }

    .imgP{
        width: 90%;
        height: 85%;
    }

    .referencia-cover span{
        display: flex;
        align-items: center;
        width: 50%;
        height: 100%;
    }

    /*----------------------------------------Seccion 02S----------------------->*/

    .seccion02S{
        height: 150vh;
    }

    .seccion02S .content-services{
        width: 80%;
    }

    .content-services-1{
        height: 30%;
    }

    .content-services-1 .services-1-title{
        font-size: 12pt;
        align-items: flex-end;
    }

    .content-services-1 .services-1-text{
        font-size: 20pt;
    }

    .content-services-2{
        height: 60%;
    }

    .content-services-2 .services-2-title,.content-services-2 .services-2-text{
        width: 40%;
    }

    .content-services-2 .services-2-title{
        font-size: 18pt;
        display: flex;
        justify-content: right;
        align-items: flex-end;
    }

    .services-2-title span{   
        width: 100%;
    }

    .content-services-2 .services-2-text{
        font-size: 12pt;
    }

    .services-2-text p{
        width: 90%;
        font-size: 10pt;
    }

    .content-services-img{
        bottom:-25%;
        height: 125vh;
    }

    /*----------------------------------------Seccion 03S----------------------->*/

    .container-seccion03s{
        width: 85%;
    }

    .card1-title{
        font-size: 22pt;
    }

    /*----------------------------------------Seccion 04S----------------------->*/
   
    .content-service-3 .service-3-text{
        width: 100%;    
        font-size: 22pt;
    }


}

@media only screen and (max-width: 1024px ) and (min-width: 835px ) {

    /*PRUEBA*/

    .primerC{
        width: 49%;
    }

    .pruebaCI{
        width: 45%;
    }

    .pruebaCT{
        width: 55%; 
    }

    .pruebaTitulo{
        font-size:14pt;
    }

    .pruebaMore{
        
        font-size:9pt;
    }
        
    .imgP{
        width: 85%;
        height: 75%;
    }
    /*----------------------------------------Seccion 02S----------------------->*/
    .seccion02S{
        height: 150vh;
    }

    .seccion02S .content-services{
        width: 85%;
    }

    .content-services-1{
        height: 30%;
    }

    .content-services-1 .services-1-title{
        font-size: 12pt;
        align-items: flex-end;
    }

    .content-services-1 .services-1-text{
        font-size: 20pt;
    }

    .content-services-2{
        height: 60%;
    }

    .content-services-2 .services-2-title,.content-services-2 .services-2-text{
        width: 40%;
    }

    .content-services-2 .services-2-title{
        font-size: 16pt;
        display: flex;
        justify-content: right;
        align-items: flex-end;
    }

    .services-2-title span{   
        width: 100%;
    }

    .content-services-2 .services-2-text{
        font-size: 10pt;
    }

    .services-2-text p{
        width: 100%;
    }

    .content-services-img{
        bottom:-25%;
        height: 125vh;
    }

    /*----------------------------------------Seccion 03S----------------------->*/

    .container-seccion03s{
        width: 85%;
    }

    .card1-title{
        font-size: 18pt;
    }

    .card1-descrip-service{
        font-size: 8pt;
    }

     /*----------------------------------------Seccion 04S----------------------->*/
   
     .content-service-3 .service-3-text{
        width: 100%;    
    }

    .content-service-3 .service-3-text{
        font-size: 20pt;
    }

}


@media only screen and (max-width: 834px)  {


    /*PRUEBA*/

    .pruebaRow{
        height: 560px; 
        flex-direction: column;
        justify-content: space-around;
        margin-top: 0px;
    }

    .primerC{
        width: 80%;
        height: 45%;
    }

    .pruebaCI{
        width: 45%;
    }

    .pruebaCT{
        width: 55%; 
    }

    .pruebaTitulo{
        font-size:15pt;
    }

    .pruebaMore{
        
        font-size:9pt;
    }
        
    .imgP{
        width: 85%;
        height: 85%;
    }

     /*----------------------------------------Seccion 02S----------------------->*/

     .seccion02S .content-services{
         width: 90%;
     }

     .content-services-2 .services-2-title,.content-services-2 .services-2-text{
        width: 100%;
    }

    .content-services-1 .services-1-text,.content-services-1 .services-1-title{
        width: 100%;
    }

    .content-services-1 .services-1-text{
        font-size: 26pt;
    }

    .content-services-2 .services-2-title{
        font-size: 18pt;
    }

    .content-services-2 .services-2-text{
        font-size: 10pt;
    }

    .list{
        margin-left:0px;
    }

    /*----------------------------------------Seccion 03S----------------------->*/

    .seccion03S{
        height: 250vh;    
    }

    .row{
        flex-direction: column;
        justify-content: space-around;
        height: 35%;
    }

    .row .card{
        width: 100%;
        height: 47%;
    }

    .container-seccion03s{
        width: 90%;
        top: -10%
    }

    .card1-title{
        width: 95%;
        font-size:20pt;
    }

    .card1-descrip-service{
        width: 95%;
    }

    

    /*----------------------------------------Seccion 04S----------------------->*/

    .seccion04s .content-service-3{
        width: 90%;
    }

    .content-service-3 .service-3-text{
        width: 100%;    
    }

    .content-service-3 .service-3-text{
        font-size: 20pt;
    }

    .content-service-3 .service-3-title{
        font-size: 14pt;
    }
}

@media only screen and (max-width: 667px ) and (min-width: 415px ) {
    /*PRUEBA*/
    .primerC{
        width: 90%;
    }

    .imgP{
        width: 80%;
        height: 75%;
    }

    .pruebaTitulo{
        font-size:12pt;
    }

    .pruebaMore{
        
        font-size:8pt;
    }



    /*----------------------------------------Seccion 02S----------------------->*/
    .content-services-1 .services-1-title{
        align-items: flex-end;
    }

    .content-services-1 .services-1-title{
        font-size: 12pt;
    }

    .content-services-1 .services-1-text{
        font-size: 22pt;
    }

    .content-services-2 .services-2-title{
        font-size: 16pt;
    }

    .content-services-2 .services-2-text{
        font-size: 11pt;
    }

    /*----------------------------------------Seccion 03S----------------------->*/
    .seccion03S{
        height: 300vh;
    }
    .container-seccion03s{
        top: -10%
    }

    .content-card{
      
        width: 95%;
    }

    .card1-title{
        font-size:18pt;
        height: 30%;
    }

    .card1-descrip-service{
        font-size: 10pt;
        height: 50%;
      
    }

    /*----------------------------------------Seccion 04S----------------------->*/

    .content-service-3 .service-3-text{
        font-size: 18pt;
    }

    .content-service-3 .service-3-title{
        font-size: 12pt;
    }
}

@media only screen and (max-width: 414px )  {

    /*PRUEBA*/
    .primerC, .r1, .r2, .r3, .r4, .r5, .r6{
        width: 90%;
        height: 40%;
        justify-content: space-around;
        position: relative;
        border-radius: 5px;
    }

    .r1::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(https://images.unsplash.com/photo-1581092335397-9583eb92d232?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=750&q=80);
        background-size: cover;
        opacity: 0.6;
    }

    .r2::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(https://images.unsplash.com/photo-1624841969713-d7c371f2da25?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80);
        background-size: cover;
        opacity: 0.6;
    }

    .r3::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(https://images.unsplash.com/photo-1625464735911-5e9074afe9cf?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80);
        background-size: cover;
        opacity: 0.6;
    }

    .r4::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(https://images.unsplash.com/photo-1615286922420-c6b348ffbd62?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
        background-size: cover;
        opacity: 0.6;
    }

    .r5::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(https://images.unsplash.com/photo-1599820910090-d2067213932a?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
        background-size: cover;
        opacity: 0.6;
    }

    .r6::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(https://images.unsplash.com/photo-1585366958403-bacb4c36a1a9?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=334&q=80);
        background-size: cover;
        opacity: 0.6;
    }

    .pruebaCT{
        width: 90%;
        z-index: 10;
    }

    

    .pruebaCI{
        display: none;
    }

    .imgP{
        width: 80%;
        height: 55%;
    }

    .pruebaTitulo{
        font-size:12pt;
    }

    .pruebaMore{
        
        font-size:8pt;
    }

    /*----------------------------------------Seccion 02S----------------------->*/
    .service{
        font-size: 44pt;
    }

    .content-services-1 .services-1-text{
        font-size: 26pt;
    
    }

    
    /*----------------------------------------Seccion 02S----------------------->*/
    .content-services-1 .services-1-title{
        align-items: flex-end;
    }

    .content-services-1 .services-1-title{
        font-size: 10pt;
    }

    .content-services-1 .services-1-text{
        font-size: 16pt;
    }

    .content-services-2 .services-2-title{
        font-size: 14pt;
    }

    .content-services-2 .services-2-text{
        font-size: 9pt;
    }

    .list{
        padding-top: 24px;
    }

    .list ul{
        font-size:9pt;
    }

    /*----------------------------------------Seccion 03S----------------------->*/
    .seccion03S{
        height: 320vh;
    }

    .card1-title{
        font-size:16pt;
        height: 20%;
    }

    .card1-descrip-service{
        font-size: 10pt;
        height: 70%;
        text-align: left;
    }

    .card1-more-service{
        height: 10%;
    }

    
    /*----------------------------------------Seccion 04S----------------------->*/

    .content-service-3 .service-3-text{
        font-size: 14pt;
    }

    .content-service-3 .service-3-title{
        font-size: 10pt;
    }

}

