body{
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

*{
    margin: 0px;
    padding: 0px;
}

.container-detalles{
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.img-fondo-banner{
    width: 100%;
    height: 490px;
    background-image: url('../../assets/img/FONDO 2.webp');
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 70%, 50% 100%, 100% 75%, 100% 0);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.borde-img{
   position: absolute;
   width: 100%;
   overflow: hidden;
   bottom: -10px;
}

.borde-img img{
    width: 107%;
}

.container-title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.container-title h1{
    text-align: center;
    color: #98ff22;
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: bold;
    width: 100%;
    white-space:pre-line;
}

.container-title .text-color{
    color: #004A87;
}

/*container-quienes-somos*/
.container-quienes-somos{
    margin-top: 5%;
    width: 100%;
    height: 65vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.container-quienes-somos .quienes-somos{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.container-quienes-somos .quienes-somos h1{
    width: 68%;
    font-family: 'Roboto';
    font-weight: bold;
    color: #004A87;
}

.container-quienes-somos .quienes-somos span{
    width: 70%;
    font-family: 'Roboto';
    margin-top: 25px;
    color: #0058a0;
    text-align: justify;
}

.container-quienes-somos .imagen-refrigeradores{
    width: 60%;
    height: 100%;
}

.imagen-refrigeradores img{
    margin-top: -50px;
    width: 800px;
    height: 600px;
}

/*container-mision-vision*/

.container-mision-vision{
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #006cc4c5; 
    background-image: url('../../assets/img/Logotipo_Refrimed.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.container-mision-vision .mision{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.container-mision-vision .vision h1,
.container-mision-vision .mision h1 {
    color: white;
    font-family: 'Roboto';
    font-weight: bold;
}

.container-mision-vision .vision span{
    color: white;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 15px;
    width: 67%;
    text-align: justify;
}

.container-mision-vision .mision span{
    color: white;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 15px;
    width: 62%;
    text-align: justify;
    cursor: none;
}

.container-mision-vision .vision{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*container-caurrusel-imagenes*/

.container-caurrusel-imagenes{
    width: 100%;
    height: 90vh;
}

#carouselExampleSlidesOnly{
    width: 100%;
    height: 100%;
}

.carousel-inner{
    width: 100%;
    height:100%;
}

#carouselExampleSlidesOnly .carousel-item{
    width: 100%;
    height: 900px;
    margin-top: -15%;
}

.carousel-item img{
    width: 90%;
    height: auto;
    min-height: 200px;
}

@media screen and (max-width:2000px) {
    body{
        width: 100%;
        height: 100vh;
    }
    
    *{
        margin: 0px;
        padding: 0px;
    }
    
    .container-detalles{
        width: 100%;
        height: auto;
        background-color: rgb(255, 255, 255);
        position: relative;
    }
    
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        background-image: url('../../assets/img/FONDO 2.webp');
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 70%, 50% 100%, 100% 75%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .borde-img{
       position: absolute;
       width: 100%;
       overflow: hidden;
       bottom: -10px;
    }
    
    .borde-img img{
        width: 107%;
    }
    
    .container-title{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
    }
    
    .container-title h1{
        text-align: center;
        color: #229bff;
        font-size: 50px;
        font-family: 'Roboto';
        font-weight: bold;
        width: 100%;
        white-space:pre-line;
    }
    
    .container-title .text-color{
        color: #004A87;
    }
    
    /*container-quienes-somos*/
    .container-quienes-somos{
        margin-top: 0%;
        width: 100%;
        height: 60vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .container-quienes-somos .quienes-somos{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0px;
    }
    
    .container-quienes-somos .quienes-somos h1{
        width: 68%;
        font-size: 40px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #004A87;
    }
    
    .container-quienes-somos .quienes-somos span{
        width: 70%;
        font-family: 'Roboto';
        margin-top: 25px;
        font-size: 18px;
        color: #0058a0;
        text-align: justify;
    }
    
    .container-quienes-somos .imagen-refrigeradores{
        width: 50%;
        height: 100%;
        position: relative;
    }
    
    .imagen-refrigeradores img{
        width: 800px;
        height: 600px;
        left: 10%;
        bottom: -100px;
        position: absolute;
    }
    
    /*container-mision-vision*/
    
    .container-mision-vision{
        width: 100%;
        height: 50vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #006cc4c5; 
        background-image: url('../../assets/img/Logotipo_Refrimed.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .container-mision-vision .mision{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .container-mision-vision .vision h1,
    .container-mision-vision .mision h1 {
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 40px;
    }
    
    .container-mision-vision .vision span{
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        font-size: 18px;
        width: 67%;
        text-align: justify;
    }
    
    .container-mision-vision .mision span{
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        font-size: 18px;
        width: 62%;
        text-align: justify;
        cursor: none;
    }
    
    .container-mision-vision .vision{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    /*container-caurrusel-imagenes*/
    
    .container-caurrusel-imagenes{
        width: 100%;
        height: 90vh;
    }
    
    #carouselExampleSlidesOnly{
        width: 100%;
        height: 100%;
    }
    
    .carousel-inner{
        width: 100%;
        height:100%;
    }
    
    #carouselExampleSlidesOnly .carousel-item{
        width: 100%;
        height: 900px;
        margin-top: -15%;
    }
    
    .carousel-item img{
        width: 90%;
        height: auto;
        min-height: 200px;
    }
    
}

@media screen and (max-width:1800px) {    
    .container-detalles{
        width: 100%;
        height: auto;
        background-color: rgb(255, 255, 255);
        position: relative;
    }
    
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        background-image: url('../../assets/img/FONDO 2.webp');
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 70%, 50% 100%, 100% 75%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .borde-img{
       position: absolute;
       width: 100%;
       overflow: hidden;
       bottom: -10px;
    }
    
    .borde-img img{
        width: 107%;
    }
    
    .container-title{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
    }
    
    .container-title h1{
        text-align: center;
        color: #229bff;
        font-size: 40px;
        font-family: 'Roboto';
        font-weight: bold;
        width: 100%;
        white-space:pre-line;
    }
    
    .container-title .text-color{
        color: #004A87;
    }
    
    
    /*container-quienes-somos*/
    .container-quienes-somos{
        margin-top: 5%;
        width: 100%;
        height: 65vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .container-quienes-somos .quienes-somos{
        width: 40%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .container-quienes-somos .quienes-somos h1{
        width: 68%;
        font-size: 35px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #004A87;
    }
    
    .container-quienes-somos .quienes-somos span{
        width: 70%;
        font-family: 'Roboto';
        margin-top: 17px;
        font-size: 17px;
        color: #0058a0;
        text-align: justify;
    }
    
    .container-quienes-somos .imagen-refrigeradores{
        width: 60%;
        height: 100%;
    }
    
    .imagen-refrigeradores img{
        margin-top: -50px;
        width: 800px;
        height: 600px;
    }
    
    /*container-mision-vision*/
    
    .container-mision-vision{
        width: 100%;
        height: 60vh;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #006cc4c5; 
        background-image: url('../../assets/img/Logotipo_Refrimed.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .container-mision-vision .mision{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    
    .container-mision-vision .vision h1,
    .container-mision-vision .mision h1 {
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 40px;
    }
    
    .container-mision-vision .vision span{
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        font-size: 15px;
        width: 67%;
        text-align: justify;
    }
    
    .container-mision-vision .mision span{
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        font-size: 15px;
        width: 62%;
        text-align: justify;
        cursor: none;
    }
    
    .container-mision-vision .vision{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    /*container-caurrusel-imagenes*/
    
    .container-caurrusel-imagenes{
        width: 100%;
        height: 90vh;
    }
    
    #carouselExampleSlidesOnly{
        width: 100%;
        height: 100%;
    }
    
    .carousel-inner{
        width: 100%;
        height:100%;
    }
    
    #carouselExampleSlidesOnly .carousel-item{
        width: 100%;
        height: 900px;
        margin-top: -15%;
    }
    
    .carousel-item img{
        width: 90%;
        height: auto;
        min-height: 200px;
    }
    
}

@media screen and (max-width:1200px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 79%, 50% 100%, 100% 80%, 100% 0);
    }

    .container-quienes-somos{
        width: 100%;
        height: 600px;
    }

    .container-quienes-somos .quienes-somos{
        width: 40%;
    }

    .container-quienes-somos .quienes-somos h1{
        width: 100%;
        padding-left: 20px;
    }
    .container-quienes-somos .quienes-somos span{
        width: 90%;
    }

    .container-quienes-somos .imagen-refrigeradores{
        width: 60%;
        height: 100%;
        position: relative;
    }

    .container-quienes-somos .imagen-refrigeradores img{
        width: 100%;
        position: absolute;
        bottom: -100px;
        right: -10px;
    }
}

@media screen and (max-width:1025px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 85%, 100% 0);
    }

    .container-quienes-somos .imagen-refrigeradores{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-quienes-somos .imagen-refrigeradores img{
        width:500px;
        height: 400px;
        position: relative;
    }
}

@media screen and (max-width:959px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 85%, 100% 0);
    }

    .container-quienes-somos{
        width: 100%;
        height: 600px;
        margin-top: 0px;
    }

    .container-quienes-somos .quienes-somos{
        width: 50%;
        justify-content: center;
        align-items: center;
    }

    .container-quienes-somos .quienes-somos h1{
        width: 100%;
        padding-left: 20px;
    }
    .container-quienes-somos .quienes-somos span{
        width: 90%;
    }

    .container-quienes-somos .imagen-refrigeradores{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-quienes-somos .imagen-refrigeradores img{
        width:500px;
        height: 400px;
        position: relative;
    }

}

@media screen and (max-width:935px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 85%, 100% 0);
    }

    
    .container-quienes-somos{
        width: 100%;
        height: 600px;
        margin-top: 0px;
    }

    .container-quienes-somos .quienes-somos{
        width: 50%;
        justify-content: center;
        align-items: center;
    }

    .container-quienes-somos .quienes-somos h1{
        width: 100%;
        padding-left: 20px;
    }
    .container-quienes-somos .quienes-somos span{
        width: 90%;
    }

    .container-quienes-somos .imagen-refrigeradores{
        width: 50%;
        height: 100%;
    }

    .container-quienes-somos .imagen-refrigeradores img{
        width:450px;
        height: 350px;
        position: relative;
    }

    .container-caurrusel-imagenes{
        height: 500px;
    }
}

@media screen and (max-width:889px){
    .img-fondo-banner{
        width: 100%;
        height: 390px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 84%, 100% 0);
    }

    .container-caurrusel-imagenes{
        height: 400px;
    }
}

@media screen and (max-width:769px){
    .img-fondo-banner{
        width: 100%;
        height: 390px;
        margin-top: 10%;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 84%, 50% 100%, 100% 85%, 100% 0);
    }

     
    .container-title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item-1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-end;
    }

    #text-1{
        color: #229bff;
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-2{
        color: #004A87;
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-3{
        color:#229bff;
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .container-quienes-somos{
        width: 100%;
        height: auto;
        margin-top: 10%;
        display: flex;
        flex-wrap: wrap;
    }

    .container-quienes-somos .quienes-somos{
        width: 90%;
        justify-content: center;
        align-items: center;
    }

    .container-quienes-somos .quienes-somos h1{
        width: 100%;
        padding-left: 20px;
    }
    .container-quienes-somos .quienes-somos span{
        width: 90%;
        text-align: left;
    }

    .container-quienes-somos .imagen-refrigeradores{
        width: 90%;
        height: 100%;
    }

    .container-quienes-somos .imagen-refrigeradores img{
        width:90%;
        height: auto;
        position: relative;
    }

    .container-mision-vision{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        height:auto;
        background-position: center;
        background-size: contain;
    }
     
    .container-mision-vision .mision span,
    .container-mision-vision .vision span{
        text-align: center;
    }

    .container-mision-vision .mision{
        width: 90%;
        margin-top: 20%;
    }

    .container-mision-vision .vision{
        width: 90%;
        margin-top: 10%;
        margin-bottom: 10%;
    }
}

@media screen and (max-width:661px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        margin-top: 10%;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 84%, 100% 0);
    }
}

@media screen and (max-width:621px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 83%, 50% 100%, 100% 86%, 100% 0);
    }
}

@media screen and (max-width:550px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 88%, 50% 100%, 100% 90%, 100% 0);
    }

    .container-title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item-1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-end;
    }

    #text-1{
        color: #229bff;
        font-size: 26px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-2{
        color: #004A87;
        font-size: 26px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-3{
        color:#229bff;
        font-size: 26px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .container-quienes-somos .imagen-refrigeradores{
        z-index: 3;
        position: relative;
    }

    .container-quienes-somos .quienes-somos h1{
        text-align: center;
        width: 100%;
        font-size: 25px;
    }

    .container-quienes-somos .quienes-somos span{
        text-align: justify;
        width: 84%;
    }

    .container-mision-vision{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        height:auto;
        background-position: center;
        background-size: cover;
        background-image: url('../../assets/img/Movil_bussines.jpg');
        background-attachment:fixed;
        z-index: 1;
        position:relative;
    }

    .container-mision-vision::before{
        content:"";
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:#004a87c5;
        z-index:-1;
    }

    .container-mision-vision .mision{
        width: 100%;
        margin-top: 30%;
        z-index: 3;
    }

    .container-mision-vision .vision{
        width: 100%;
        margin-top: 10%;
        margin-bottom: 20%;
        z-index: 3;
    }
    .container-caurrusel-imagenes{
        height: 240px;
    }
}

@media screen and (max-width:561px) {
    .container-caurrusel-imagenes{
        height: 270px;
    }
}

@media screen and (max-width:450px){
    .img-fondo-banner{
        width: 100%;
        height: 250px;
        margin-top: 30%;
        background-position: bottom;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 93%, 100% 0);
    }

    .container-title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .item-1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-end;
    }

    #text-1{
        color: #229bff;
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-2{
        color: #004A87;
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-3{
        color:#229bff;
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .container-caurrusel-imagenes{
        height: 220px;
    }

}

@media screen and (max-width:350px){
    .img-fondo-banner{
        width: 100%;
        height: 200px;
        margin-top: 20%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
    }
    
    .container-title{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .item-1{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-end;
    }

    #text-1{
        color: #229bff;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-2{
        color: #004A87;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    #text-3{
        color:#229bff;
        font-size: 17px;
        font-family:'Roboto';
        font-weight: bold;
    }

}


