  @font-face {
    font-family: 'Poppins Black';
    src: url(../fonts/Poppins/Poppins-Black.otf);
  }
  @font-face {
    font-family: 'Poppins Medium';
    src: url(../fonts/Poppins/Poppins-Medium.otf);
  }
  @font-face {
    font-family: 'Poppins Light';
    src: url(../fonts/Poppins/Poppins-Light.otf);
  }

 /* FONTS Y ESTILOS GENERALES */ 
.logo{
    height: 50px;
}

.navbar .active{
    background: #000;
    border-radius: 5px;
    color: #fff !important;
}
.letras-separadas{
    letter-spacing: 4px;
}
.poppins-black{
    font-family: 'Poppins Black';
}
.poppins-medium{
    font-family: 'Poppins Medium';
}
.poppins-light{
    font-family: 'Poppins Light';
}
.fondo-gris{
    background: #E8E8E8;
}
.fondo-blanco{
    background: #fff;
}
.color-rosa{
    color: #fc445f;
}
.color-negro{
    color: #000;
}
.color-blanco{
    color: #fff;
}

.fondo-rosa{
    background: #fc445f;
    border-radius: 5px; 
}
.fondo-negro{
    background: #000;
    border-radius: 5px; 
    color: #fff;
    text-align: center;
}
.margen-a{
    margin: 4px;
}
.bold{
    font-weight: bold;
}

.fuente-grande{
    font-size: 3rem;
}
.fuente-mediana{
    font-size: 1.5rem;
}
.fuente-mediana-2{
    font-size: 1.1rem;
}
.fuente-chica{
    font-size: 0.8rem;
}
@media (min-width: 0px){
    .link{
        height: 100px;
    }
    .lh-a{
        line-height: 2.5rem;
    }
    .section3 .textos__a{
        line-height: 2.5rem;
        padding-top: 25px;
    }
    .section3 .espaciado-a{
        letter-spacing: 3px;
        padding-top: 20px;
    }
    .section3{
        background: url(../img/logo_mini.svg) no-repeat left 24px top 20px,url('../img/s3-circulo1.png') no-repeat left 30% top;
        background-size: 50px, 60px auto ;
    }
    .section3 .espacio-superior{
        height: 40px;
    }
    .section3 .dos-pasos{
        display: none;
    }
    
    .section3 .textos__a{
        padding-right: 10px;
        text-align: right;
    }
    .section3 .textos__b{
        padding-right: 10px;
        text-align: right;
    }
    .section3 .textos__c{
        padding-right: 10px;
        text-align: right;
    }
    .section3 .link{
        padding-right: 10px;
        text-align: right;
    }
    .section3 .link img{
        padding-right: 20px;
        text-align: right;
    } 
    .section4 .espacio-superior{
        height: 60px;
    }
    .section4{
        min-height: 500px;
        background: url(../img/logo_mini.svg) no-repeat left 24px top 20px, url('../img/s4-pixel-rosa.png') repeat-x left 0 top 150px, url('../img/s4-circulo-inferior.png') no-repeat left 60% bottom 0 ;
        background-size: 50px, auto 200px, 100px ;
    }
    .fondo-rosa-div{
        background:url('../img/s4-pixel-rosa.png') repeat-x left 0 top 110px;
        background-size: auto 75% ;
    }
    .section4 .textos__a{
        letter-spacing: 4px;
        text-align: right;
        padding-right: 10%;
        margin-top: 20px;
    }
    .section4 .textos__b{ 
        text-align: right;
        padding-right: 10%;
        margin-top: 10px;
        line-height: 2rem;
    }
    .section4 .textos__c{ 
        text-align: right;
        padding-right: 10%;
        margin-top: 10px;
        line-height: 2rem;
    }
    .section4 .textos__d{ 
        text-align: right;
        padding-right: 10%;
        margin-top: 10px;
        line-height: 2rem;
    }
    .section4 .textos__e{  
        width: 200px;
        margin: 5px auto; 
        margin-top: 15px;
    }
    .section4 .textos__f{   
        margin: 5px 10px; 
        margin-top: 15px;
    }
    .section4 .espacio-inferior{
        height: 120px;
    }
}
@media (min-width: 0px) and (max-width: 400px) { 
    
    .section1 .textos__b{
        width: 100%;
        text-align: justify;
        margin-bottom: 20px;
    } 
    
    .section1 .imagen-agricultor{
        display: block;
        width: 60%;
        margin-left: 40%;
    }
    .menor-size{
        width: 50%;
        margin-right: 0;
        margin-left: auto;
    }
}
@media (min-width: 401px){

    .section1 .imagen-agricultor{
        display: none;
    }
    .section2 .textos__b{
        text-align: right;
        margin-top: 30px;
        margin-left: 40%;
        margin-right: 10%;
        width: 50%;
        padding-bottom: 30px;
    }
}

@media (min-width: 401px) and (max-width: 575px) { 
    .section1 .textos__b{
        width: 50%;
        text-align: justify;
        margin-bottom: 20px;
    }
    .section1 .textos{
        background: url(../img/agrucultor.png) no-repeat right 0 center;
        background-size: 50% auto ;
    }
} 
@media (min-width: 0px) and (max-width: 575px) { 
    .section1{
        min-height: 500px; 
    }
    .section1 .textos__c{
        text-align: right;
        padding-right: 20%;
        padding-bottom: 30px;
    }

    .section2{
        min-height: 500px; 
        background: url(../img/logo_mini.svg) no-repeat left 24px top 20px, url(../img/s2-frutas.png) no-repeat left 0 bottom;
        background-size: 50px, 50%;
    }
    .section2 .textos__c{
        padding-top: 30px;
        padding-right: 10%;
        padding-left: 10%;
        text-align: right;
    }
    .section2 .textos__a{
        padding-top: 10px;
        padding-left: 10%
    }
    .section2 .textos__b{
        padding-top: 30px;
        padding-left: 10%;
        padding-right: 10%;
        text-align: right;
    }
}
  
@media (min-width: 576px) { 
    
    .section1{
        min-height: 500px; 
    }
    .section1 .textos__b{
        width: 50%;
        text-align: justify;
        padding-bottom: 20px;
    }
    .section1 .textos__c{
        text-align: left;
        margin-left: 10%;
        padding-bottom: 30px;
    }
    .section1{
        min-height: 500px; 
        background: url(../img/circulo.png) no-repeat left 0 center, url(../img/agrucultor.png) no-repeat right 0 bottom;
        background-size: 50px, auto 60% ;
    }

    
    .section2{
        min-height: 500px; 
        background: url(../img/logo_mini.svg) no-repeat left 24px top 20px,url(../img/s2-frutas.png) no-repeat left 0 bottom, url(../img/granjero.svg) no-repeat right 0 bottom, url(../img/circulo2.png) no-repeat right 60% top;
        background-size: 50px, 50%, 25%, 100px;
    }
    .section2 .textos__c{
        padding-top: 30px;
        padding-right: 10%;
        padding-left: 10%;
        text-align: right;
    }
    .section2 .textos__a{
        text-align: right;
        padding-top: 10px;
        padding-left: auto;
        padding-right: 15%;
        margin-right: 10px;
    }
    .section2 .textos__b{
        padding-top: 30px;
        padding-left: 10%;
        padding-right: 10%;
        text-align: right;
    }

    .section3 .dos-pasos{
        display: block;
        float: left;
        width: 150px;
        height: 150px;
        text-align: center;
    }
    .section3{
        background: url(../img/logo_mini.svg) no-repeat left 24px top 20px, url(../img/s3-chef.svg) no-repeat left 0 bottom;
        background-size: 50px, auto 60% ;
    }
    .section3 .dos-pasos .texto-pasos{
        padding-top: 50px;
        letter-spacing: 2px;
    }
    .section3 .dos-pasos .imagen-pasos{
        height: 40px;
    }
    .section3 .textos__a{
        padding-right: 10px;
        text-align: right;
    }
    .section3 .textos__b{
        padding-right: 15px;
        text-align: right;
    }
    .section3 .textos__c{
        padding-right: 25px;
        text-align: right;
    }
    .section3 .link{
        padding-right: 10px;
        text-align: right;
    }
    .section3 .link img{
        padding-right: 20px;
        text-align: right;
    }
    .section3 .textos__d{
        margin-left: auto;
        padding-left: auto;
        padding-right: 25px;
        text-align: right;
        width: 40%;
    }

    
    .section4 .textos__e{  
        width: 200px; 
        margin-top: 15px;
        margin-left: auto;  
        margin-right: 15%;
    }
    .section4 .textos__f{    
        margin-top: 15px;
        margin-left: auto;  
        margin-right: 15%;
        width: 50%; 
    }
    
    .section4{
        min-height: 500px;
        background: url(../img/logo_mini.svg) no-repeat left 24px top 20px, url('../img/s4-circulo-inferior.png') no-repeat left 60% bottom 0, url(../img/s4-repartidor.png) no-repeat left -100px bottom 0 ;
        background-size: 50px, 100px, 400px ;
    }
    
    .fondo-rosa-div{
        background:url('../img/s4-pixel-rosa.png') repeat-x left 0 top 110px;
        background-size: auto 450px ;
    }
}

@media (min-width: 768px) { 
    .section1 .textos__b{
        text-align: left;
        width: 30%;
        margin-left: 10%;
        padding-bottom: 30px;
    }
    .section1 .textos__c{
        text-align: left;
        margin-left: 15%;
        padding-bottom: 30px;
    }  
    .section1{ 
        background: url(../img/circulo.png) no-repeat left 0 center, url(../img/agrucultor.png) no-repeat right 0 bottom;
        background-size: 50px, auto 100% ;
    }
    
    .section3 .dos-pasos{
        display: block;
        float: left;
        width: 250px;
        height: 150px;
        text-align: center;
    }
    
    .fondo-rosa-div{
        background:url('../img/s4-pixel-rosa.png') repeat-x left 0 top 110px;
        background-size: auto 400px ;
    }
}

@media (min-width: 992px) { 
    
    .fuente-grande{
        font-size: 3.5rem;
    }
    .fuente-mediana{
        font-size: 1.7rem;
    }
    .fuente-mediana-2{
        font-size: 1.3rem;
    }
    .fuente-chica{
        font-size: 1rem;
    }
    .section1{
        min-height: 600px;
    }

    .section1 .textos__a{ 
        margin-top: 50px;
        margin-left: 10%;
        padding-bottom: 30px;
    }
    .section1 .textos__b{
        position: absolute;
        margin-top: -100px;
        margin-left: 300px;
        width: 270px;
    }
    .section1 .textos__c{ 
        padding-top: 40px; 
    }  
    
    
    .section2{
        min-height: 550px; 
        background: url(../img/logo_mini.svg) no-repeat left 24px top 20px, url(../img/s2-frutas.png) no-repeat left 0 bottom, url(../img/granjero.svg) no-repeat right 0 bottom, url(../img/circulo3.png) no-repeat right 150px top, url(../img/circulo4.png) no-repeat right 350px top 50px, url(../img/circulo2.png) no-repeat right 650px top;
        background-size: 56px, 486px, 243px, 100px, 100px, 100px;
    }
    .section2 .espacio-vacio{
        height: 30px;
        width: 100%;
    }
    
    .section3{
        background: url(../img/logo_mini.svg) no-repeat left 24px top 20px, url(../img/s3-chef.svg) no-repeat left 0 bottom, url(../img/s3-celulares.png) no-repeat right 0 bottom;
        background-size: 50px, auto 60%, 45%;
    }
    .section3 .textos__a{
        padding-right: 300px;
        text-align: right;
    }
    .section3 .textos__b{
        padding-right: 280px;
        text-align: right;
    }
    .section3 .textos__c{
        padding-right: 350px;
        text-align: right;
    }
    .section3 .link{
        padding-right: 350px;
        text-align: right;
    }
    .section3 .link img{
        padding-right: 20px;
        text-align: right;
    }
    .section3 .textos__d{ 
        width: 350px;
        margin-right: 370px;
        text-align: right; 
    }
    
    .section4{
        min-height: 500px;
        background: url(../img/logo_mini.svg) no-repeat left 24px top 20px, 
        url('../img/s4-circulo-inferior.png') no-repeat left 60% bottom 0, 
        url(../img/s4-repartidor.png) no-repeat left 0px bottom 0 , 
        url(../img/s4-camioneta.png) no-repeat left 50px top 300px , 
        url(../img/s4-logistica.png) no-repeat left 0 top 50px ;
        background-size: 50px, 100px, 400px, 40% auto, 400px;
    }
    .section4 .textos__f{    
        margin-top: 15px;
        margin-left: auto;  
        margin-right: 15%;
        width: 40%; 
    }
    
}
@media (min-width: 992px) and (max-width: 1200px) { 
    .section1 .textos__c{ 
        padding-top: 60px; 
    }  
}

@media (min-width: 1200px) { 
    .section1 .textos__b{
        position: absolute;
        margin-top: -100px;
        margin-left: 400px;
        width: 350px;
    } .section1 .textos__c{ 
        position: absolute;
        margin-top: -10px;   
        margin-left: 10%;
    }  
    
    .section3 .textos__a{
        padding-right: 410px;
        text-align: right;
    }
    .section3 .textos__b{
        padding-right: 420px;
        text-align: right;
    }
    .section3 .textos__c{
        padding-right: 430px;
        text-align: right;
    }
    .section3 .link{
        padding-right: 450px;
        text-align: right;
    }
    .section3 .link img{
        padding-right: 20px;
        text-align: right;
    }
    .section3 .textos__d{ 
        width: 350px;
        margin-right: 470px;
        text-align: right; 
    }
}
@media (min-width: 1400px) { 
    .section3 .textos__a{
        padding-right: 610px;
        text-align: right;
    }
    .section3 .textos__b{
        padding-right: 620px;
        text-align: right;
    }
    .section3 .textos__c{
        padding-right: 530px;
        text-align: right;
    }
    .section3 .link{
        padding-right: 550px;
        text-align: right;
    }
    .section3 .link img{
        padding-right: 20px;
        text-align: right;
    }
    .section3 .textos__d{ 
        width: 350px;
        margin-right: 570px;
        text-align: right; 
    }
}

@media (min-width: 1900px) { 
    .section1 .textos__b{
        position: absolute;
        margin-top: -100px;
        margin-left: 500px;
        width: 450px;
    } .section1 .textos__c{ 
        position: absolute; 
        margin-left: 15%;
    }  
    
}
