*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

html{
    scroll-behavior: smooth;
}
body{
    background-color: #F0F0F2;
}
.principal{
    text-align: center;
    color: black;
    top: 10%;
    width: 100%;
    position: absolute;
    font-size: 20px;
}

.logopras{
    width: 20%;
    height: auto; 
    position: absolute;
    top: 20%;
    left: 40%;
    right: 40%;
}
.principal1{
    text-align: center;
    color: black;
    font-size: 18px;
}
.principal2{
    text-align: center;
    color: black;
    top: 89%;
    width: 100%;
    position: absolute;
    font-size: 20px;
}
.fondo{
    position: relative;
    width: 100%;
    text-align: center;

}

img{
    width: 100%;
    height: auto;
    opacity: 80%;
    border-radius: 15px;
}
.imgp{
    width: 100%;
    height: auto;
    opacity: 100%;
}
.carrusel{
    width: 60%;
    margin-left: 20%;
}
h2{
    font-size: 60px;
    color: black;
}
.navegacion{
    font-size: 30px;
}
h1,h2,h4,h5,dt{
    font-family: 'Aclonica', sans-serif;
}
.logo{
    text-align: center;
    max-width: 40%;
    height: auto;
    width: auto;
    display: block;
}
.logo2{
    text-align: center;
    width: 55%;
    height: auto;
    width: auto;
}
p{
    font-size: 30px;
    font-family: 'Montserrat Alternates', sans-serif;
}
dt{
    font-size: 15px;
}
dd{
    font-size: 15px;
}
.firma{
    font-family: 'Kaushan Script', cursive;
    color: whitesmoke;
}

.copyrigth{
    color: whitesmoke;
}
.navbar{
    background-color: #0697A6;
    padding: 1em;
    width: 100%;
}
.nav-link{
    color: whitesmoke;
    font-size: 30px;
    font-family:'Aclonica', sans-serif
}
.navbar-toggler{
    font-size: 20px;
}


.btn1{
    text-align: center;
}
.container{
    background-color: whitesmoke;
    text-decoration: none;
    height: auto;

     
}
.container2{
    background-color: #0697A6;
    text-align: center;
    font-size: 30px;
    padding-left: 1em;
    padding-right: 1em;
    text-decoration: none;
    font-size: small;
    height: auto;
     
}
.container3{
    background-color: #03658C;
    border-radius: 1em;
    margin: 1em;
    padding: 1em;
    text-align: center;
    color: whitesmoke;
}
.container4{
    background-color: black;
    color: silver;
    padding: .5em;
    font-size: 16px;
    display: flex;
}
.container5{
    background-color: #C5D984;
    color: black;
    border-radius: 1em;
    margin: 1em;
    text-align: center;
    padding: 1em;
}
.container6{
    background-color: #ECF2C9;
    color: black;
    border-radius: 1em;
    margin: 1em;
    text-align: center;
    padding: 1em;
}
.container7{
    background-color: #88BFBF;
    color: black;
    border-radius: 1em;
    margin: 1em;
    text-align: center;
    padding: 1em;
}
.container8{
    color: black;
    border-radius: 1em;
    margin: 1em;
    text-align:left;
    padding: 1em;
    border-color: black ;
    /* Borde*/
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20,27,202,.17);
    
}
.container9{
    
    color: black;
    border-radius: 1em;
    padding: 1em;
    margin: 3em;
    text-align: center;
}

ul,li{
    text-align: justify;
    display: block;
}
.navegacion{
    font-family: 'Kite One', sans-serif;
    font-size: small;
    margin-left: 5px;
    margin-right: 5px;

}
.iconc{
    color: silver;
    position: relative;
    padding-top: 6px;
    left:15% ; 
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.4);
    color: #fff;
    opacity: 0.75;
  
}
.iconos{
text-decoration: none;

}
.text{
    right: 10%;
}
.bg-dark{
    color: white;
    
}
.mapa{
    display: block;
    text-align: center;
    width: auto;
}
.navbar-nav{
    text-align: right ;
}
.copyrigth{
    font-family: 'Fuzzy Bubbles', cursive;

}
a{

    text-decoration: none;
    color: black;
    font-size: medium;
    
}
a:hover{
    color: whitesmoke;
}
.contador{
    background-color: gray;
    max-height: 10%;
}
.benefits{
    opacity: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
}
.title{
    font-size: 35px;
}
/*Producto*/
h5{
    text-align: center;
}

.historia{
    background-color: #69B0BF;
    color: black;
    text-align: center;
    padding: .5em;
    font-size: 16px;
    float: none;

    vertical-align: top;
    
}
.order{
    display: flex;
    text-align: center;
}

.beneficios{
    text-align: center;
    margin:2em;
}
.listb{
    text-align: center;
    display: flex;
}
.ingredientes{
    text-align:center;
}

.aboutmore{
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 5px;
    
}
.aboutmore:hover{
color: black;
box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
cursor: pointer;
background-image: linear-gradient(-45deg, #00BCD4 0%, #CEECF2 100%)
}
.publicidad{
    font-family: 'Kite One', sans-serif;
    font-size: small;
    margin-left: 5px;
    margin-right: 5px;
}
.publicidad:hover{
    color: #404040;
}
.mini{
    font-size: small;
}
/*Contacto*/
.formulario{
    text-align: justify;
    margin-left: 20%;
    margin-right: 20%;
}
.desccont{
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}
.btnbck{
    position: absolute;
}
/* CSS Boton Flotante*/
.float-nav-2 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-size: 35px;
    color:#FF6F4F ;
  }
#botup{
    position: fixed;
    display: none;
    top: 0px;
    left: 100px;
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    background-color:orange;
    border-color: black;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
    }
/*EFECTOS*/

@import url('https://fonts.googleapis.com/css?family=Poppins|Ubuntu&display=swap');

.box{
    position: relative;
    width:100%;
    height: auto;
    display:inline-block;
}
.our-services{
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 60px;
    min-height: 198px;
    text-align: center;

    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20,27,202,.17);
}
.our-services:hover h4, .our-services:hover p{
    color: #fff;
}
.I:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #BFB85A 0%, #F2DC6B 100%)
}
.II:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #F27244 0%, #F2A25C 100%)
}
.III:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #592C12 0%, #5A7302 100%)
}
.IV:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #A9BF04 0%, #F2E205 100%)
}
.V:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #EFF291 0%, #02590F 100%)
}
.V:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #014017 0%, #8C3503 100%)
}
.VI:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #F2AF5C 0%, #592404 100%)
}
.VII:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #BF5B04 0%, #8C3503 100%)
}
.VIII:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #36362B 0%, #825534 100%)
}
.IX:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #5D917D 0%, #E6D3A8 100%)
}
.X:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #F2B705 0%, #A8AD80 100%)
}
.XI:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #E8F2D0 0%, #A2A63F 100%)
}
.XII:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #AEBF2A 0%, #F2F2F2 100%)
}
.XIII:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #B0CC99 0%, #40281A 100%)
}
.XIV:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #677E52 0%, #F6E8B1 100%)
}
.XV:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #91D7F2 0%, #BF7534 100%)
}
.XVI:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #D9A86C 0%, #592D14 100%)
}
.XVII:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #5EAF95 0%, #8D982C 100%)
}
.XVIII:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #A1FBDF 0%, #F29B30 100%)
}
.XIX:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #639ED9 0%, #581C12 100%)
}
.XX:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #A66D03 0%, #41A3A7 100%)
}
.XXI:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #A2A63F 0%, #598269 100%)
}
.XXII:hover{
    box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #81A698 0%, #212026 100%)
}


@media (min-width: 990px) {
    p{
        font-size:12px;
    }
    .logopras{
        width:14%;
        height: auto; 
        position: absolute;
        top: 10%;
        left: 80%;
        right: 10%;
        display: block;
    }
    .title{
        font-size: 40px;
    }
    .imgp{
        width: 75%;
        height: auto;
        opacity: 90%;
    }
    .container2{
        text-align: center;
        text-decoration: none;
        font-size: small;
        height: auto;
    }
    .container5{
        color: black;
        border-radius: 1em;
        margin: 1em;
        text-align: center;
    }
    .container6{  
        color: black;
        border-radius: 1em;
        margin: 1em;
        text-align: center;

    }
    .container7{
        color: black;
        border-radius: 1em;
        margin: 1em;
        text-align: center;
    }
    .carrusel{
        width: 60%;
        margin-left: 20%;
    }
    .principal1{
        font-size: 18px;
        top: 35%;
        text-align: center;
    }
    .principal{
        padding-right: 35%;       
    }
    .container3{
        width: 75%;
        margin-left: 12%;
    }
    .fondo{
        text-align: center;
        width: 75%;
        padding-left: 25%;
        height: auto;
        
    }
    .navbar{

        padding: 1em;
        width: 100%;
    }
    .nav-link{
        color: whitesmoke;
        font-size: 20px;
        font-family:'Aclonica', sans-serif
    }
    .logo{
        text-align: center;
        max-width: 40%;
        height: auto;
        width: auto;
    }
    .navbar-toggler{
        font-size: 20px;
    }
    .logo2{
        text-align: center;
        width: 50%;
        padding-left: 30%;
        padding-right: 30%;
        height: auto;
        width: auto;
    }
    .container9{
        color: black;
        border-radius: 1em;
        padding: 5em;
        margin: 2em;
        text-align: center;
    }
}


