@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');


body {
    overflow-x: hidden;
    padding-top: 93px;
    
}

.a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: white
}

.a:hover {
    text-decoration: none;
    color: white
}

ul li {
    
    font-family: 'Roboto', sans-serif;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-thumbnail {
    border-color: transparent;

}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-bottom: 0.5em;
}

p {
    font-family: 'Roboto', sans-serif;
}

section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.txtblanco {

    color: white;
}

.txtazul {

    color: #00427F;
}

.btnrojo {
    background-color: #BE1E2D;
    border-color: transparent;
}

.btnrojo:hover {
    background-color: #9b121e;
    border-color: transparent;
}

.btninvert {
    color: white;
    background-color: transparent;
    border-color: white;
}

.btninvert:hover {
    color: #00427F;
    background-color: #ffffff;
    border-color: transparent;
}

/*
#productores {
    width: 100%;
    height: 100%;
    background-image: url('img/producers2.png');
    background-repeat: no-repeat;

}*/

.imglogo{
 width: 70%;
    height: auto;
}






#cambioContenido{
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 60px;
    padding-bottom: 60px;
}


/*

#descrpi1 {
    display: none;
}

#descrpi2 {
    display: none;
}

#descrpi3 {
    display: none;
}

#descrpi4 {
    display: none;
}

#descrpi5 {
    display: none;
}

#descrpi6 {
    display: none;
}

#descrpi7 {
    display: none;
}

#descrpi8 {
    display: none;
}

*/

.owl-carousel .owl-item img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 110px !important;

}

.cirucloblanco {
    background: url(img/circuloblanco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110px 110px;
}

.cirucloblanco:hover {
    background: url(img/circulocolor.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110px 110px;
}


.detalletxt {
    color: #00427F;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

/*NAVBAR*/

.navbar {
    box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.10);
}

.navbar-nav a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #626262 !important;

}

.navbar-nav a:hover {
    color: #00427F !important;

}

.roboto{
    font-family: 'Roboto', sans-serif;
}

.btn-cotiza {
    font-weight: 400;
    color: #BE1E2D;
    border-color: #BE1E2D;

}

.btn-cotiza:hover {
    color: white;
    border-color: transparent;
    background-color: #BE1E2D;

}


#whatsapp {
    width: 240px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1001;
    text-align: right;
}


/*FLOAT wallpaper 1*/


.enlacewall {
    text-decoration: none;
    font-size: 18px;
    
    color: white;
   
}

.enlacewall:hover {
    color: #BE1E2D;
    border-color: #BE1E2D;
}





.carousel-control-prev {

    width: 10%;
}

.carousel-control-prev {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {

    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url(img/left.svg);



}

.carousel-control-next-icon {
    background-image: url(img/right.svg);



}

.navbar-light .navbar-toggler-icon {
    background-image: url(img/menu-01.svg) !important;

}


.navbar-light .navbar-toggler {
    border-color: transparent !important;
}


/*form*/


.formstyle {
    border-color: transparent;
    box-shadow: 0px 6px 15px -5px rgba(0, 0, 0, 0.20);

}

textarea {
    min-height: 100px;
    max-height: 200px;
}

form {
    font-family: 'Roboto', sans-serif;
}


/*FOOTER*/

.rednegro {
    color: black;
}

.redblanco {
    color: white;
}

footer {
    font-family: 'Roboto', sans-serif;
}









/*FLOAT ITEMS*/

.floatitem {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 76%;
    right: 0%;
    top: -80px;
}


.itemfloatazul {

    background: #00d06b;
    color: white;
    width: auto;
    height: 200px;
    padding: 20px;

}

@media only screen and (max-width: 320px) {
    
    
    body{
        
        margin-top: 35px;
    }
    
}



@media only screen and (max-width: 690px) {
    
      .floatwallpaper {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 10%;
        right: 10%;
        top: 5px;
    }


    .blockefloat {

        display: block;
        background: transparent;
        border-radius: 3px;
        color: #ffffff;
        width: auto;
        height: 170px;
        padding: 15px;


    }
    
    .blockefloat h5{
display: block;
        font-size: 18px;

    }
    
    
    
}



@media only screen and (max-width: 690px) {

    /*FLOAT ITEMS*/

    .itemfloatazul {
        display: none;
    }

    .itemfloatazulmobile {

        background: #00d06b;
        color: white;
        width: auto;
        height: 100px;
        padding: 30px;

    }

    .floatwallpaper {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 10%;
        right: 10%;
        top: 5px;
    }


    .blockefloat {

        display: block;
        background: transparent;
        border-radius: 3px;
        color: #ffffff;
        width: auto;
        height: 170px;
        padding: 15px;


    }

    .enlacewall {
        display: none;

    }

    .footerimg {
        width: 50%;
        height: auto;

    }

    
    #cambioContenido{
    text-align: center;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 30px;
    padding-bottom: 50px;
}

}

@media only screen and (min-width: 768px) {

    /*FLOAT ITEMS*/

    .itemfloatazulmobile {
        display: none;
    }



    .itemfloatazul {

        background: #00d06b;
        font-size: 1px;
        color: white;
        width: auto;
        height: 150px;
        padding: 20px;

    }

    .itemfloatazul h5 {

        font-size: 15px;

    }
    
    .floatwallpaper {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 10%;
        right: 10%;
        top: 5px;
    }


    .blockefloat {

         display: block;
        background: transparent;
        border-radius: 3px;
        color: #ffffff;
        width: auto;
        height: 170px;
        padding: 15px;

    }
    
  

    .enlacewall {
        font-size: 17px;
        color: #BE1E2D;


    }

    .footerimg {
        width: 100%;
        height: auto;


    }
    
    #cambioContenido{
    text-align: center;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 30px;
    padding-bottom: 50px;
}
    
    


}


@media only screen and (max-width: 768px) {

    /*FLOAT ITEMS*/

    .itemfloatazulmobile {
        display: none;
    }



    .itemfloatazul {

        background: #00d06b;
        font-size: 1px;
        color: white;
        width: auto;
        height: 150px;
        padding: 20px;

    }

    .itemfloatazul h5 {

        font-size: 15px;

    }
    
    .floatwallpaper {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 10%;
        right: 10%;
        top: 5px;
    }


    .blockefloat {

         display: block;
        background: transparent;
        border-radius: 3px;
        color: #ffffff;
        width: auto;
        height: 170px;
        padding: 15px;

    }
    
    .blockefloat h5{
display: block;
        font-size: 24px;

    }
    
  

    .enlacewall {
        font-size: 17px;
        color: #BE1E2D;


    }

    .footerimg {
        width: 100%;
        height: auto;


    }
    
    #cambioContenido{
    text-align: center;
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 30px;
    padding-bottom: 50px;
}
    
    


}



@media only screen and (min-width: 992px) {

    .itemfloatazulmobile {
        display: none;
    }


    .itemfloatazul {
        background: #00d06b;
        font-size: 1px;
        color: white;
        width: auto;
        height: 170px;
        padding: 20px;

    }

    .itemfloatazul h5 {

        font-size: 20px;

    }

    .footerimg {
        width: 100%;
        height: auto;


    }
    
    .floatwallpaper {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 10%;
        right: 55%;
        top: 30px;
    }


    .blockefloat {
display: block;
        background: transparent;
        border-radius: 3px;
        color: #ffffff;
        width: auto;
        height: 170px;
        padding: 15px;

    }
    
    .blockefloat h5{
display: block;
        font-size: 25px;

    }


}



@media only screen and (min-width: 1324px) {

    .itemfloatazulmobile {
        display: none;
    }


    .itemfloatazul {
        background: #00d06b;
        font-size: 1px;
        color: white;
        width: auto;
        height: 170px;
        padding: 20px;

    }

    .itemfloatazul h5 {

        font-size: 20px;

    }

    .footerimg {
        width: 100%;
        height: auto;


    }
    
    .floatwallpaper {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 10%;
        right: 60%;
        top: 15px;
    }

    .blockefloat {
display: block;
        background: transparent;
        border-radius: 3px;
        color: #ffffff;
        width: auto;
        height: 170px;
        padding: 15px;

    }
    
    .blockefloat h5{
display: block;
        font-size: 37px;

    }


}


@media only screen and (min-width: 1720px) {
    
    
    .floatwallpaper {
        display: block;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 10%;
        right: 55%;
        top: 55px;
    }


    .blockefloat {
display: block;
        background: transparent;
        border-radius: 3px;
        color: #ffffff;
        width: auto;
        height: 170px;
        padding: 15px;

    }
    
    .blockefloat h5{
display: block;
        font-size: 38px;

    }
    
    
}





/* SLIDER */
