/*************************************************************************/
/*      Estilos iniciales inspirados en finca raiz                       */
/*************************************************************************/
html {
    box-sizing: border-box;
    font-size: 62.5%;
    /** Reset para REMS - 62.5% = 10px de 16px **/
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body{
    margin-top: 9vh;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 3.8rem;
}

h2 {
    font-size: 3.4rem;
}

.fbarlow {
    font-family: 'Barlow', sans-serif
}

.centrar-texto {
    text-align: center;
    font-size: 2rem;
}


.bodyi{
    background-image: url("img/imgbk.jpg");
    background-repeat: repeat-y;    
    font-family: "Verdanalg",Verdana, Geneva, Tahoma, sans-serif;
}

@font-face{
    font-family: "Verdanalg";
    src: url("verdana.ttf");
}

.movnav{
    display: none;
}
.sidenav {
    padding-top: 15px;
}

.sidenav a {
    font-size: 18px;
}
.pcnav{
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;   
}
.site-header {
    background-color: #000000;
    display: block;
    text-align: center;
}

.dcrptn{
    color: white;
    font-size: 30px;
    font-weight: 600;
    font-family: Roboto;
}

.ttluno{
    background: rgb(50,1,253);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(127,154,246,1) 100%); 
    font-size: 35px;
    font-weight: 700;
    font-family: Roboto;
    width: 40vw;
}

.ttldos{
    background: rgb(50,1,253);
    background: linear-gradient(180deg, rgba(50,1,253,1) 0%, rgba(238,1,220,1) 100%);
    color: white;
    font-family: "Verdanalg",Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.35rem;
    font-weight: 900;
}
.site-header {
    position: relative;
    top: 9vh;
    background-color: #000000;
    text-align: center;
    display: flex;
}

.site-header-one {
    align-content: center;
    width: 50vw;
    text-align: center;
    padding-top: 80px;
}

.site-header-dos {
    align-content: center;
    width: 50vw;
    text-align: center;
}

.myhd {
    z-index: 3;
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 9vh;
    background-color: #ffffff;
}

/* Logo contenido en myhd */
.contlogomh {
    margin-top: 1vh;
    margin-left: 80px;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* imagen del logo contenido en contlogomh */
.imglogomh {
    width: auto;
    height: 7vh;
}

/* Texto del encabezado al lado derecho del logo */
.hdclg {
    font-size: 20px;
    color: #000;
    font-family: 'Cormorant Unicase', serif;
    padding-left: 15px;
}
@media (max-width: 768px) {
    .contlogomh {
        margin-top: 1vh;
        margin-left: 50px;
        text-align: left;
    }
    .hdclg{
        font-size: 15px;
    }
}

/**************************************************************************/
/* Animacion para el logo */
/**************************************************************************/
.imglogomh{
    animation-name: stretch;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: 1;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        transform: scale(5);
    }
    30% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(359deg);
    }
    75% {
        transform: rotate(0deg);
    }
    100% {
        transform: scale(1);
    }
}

/* texto slide in */
.hdclg {  
    animation-name: slideinh;
    animation-duration: 3s;
    }  
    @keyframes slideinh {
    from {
    margin-left: 100%;
    width: 300%
    }to {  
    margin-left: 0%;
    width: 100%;
    }
}

.posthdr{
    background-color:red;
    color: white;
    text-align: center;
    align-content: center;
    margin-right: 30vw;
    margin-left: 30vw;
    font-weight: 600;
    font-family: Roboto;
    margin-top: 10vh;
    vertical-align: middle;
    font-size: large;
}
.imgwhspuno{
    background-color: white;
    margin-right: 30vw;
    margin-left: 30vw;
    text-align: center;
}
.imgtresh{
    padding-left: 5vw;
    width:100%;
}
.imgtresh img{
    width: 28vw;
    margin: 10px;
}
.subttluno{
    background-color: darkturquoise;
    text-align: center;
    font-size: 5vh;
    font-weight: bold;
    color: black;
}
.bksubcntuno{
    background-color: rgba(255, 255, 255, 0.5);
    font-size: large;
}
.subcntuno{
    border: black;
    border-style: solid;
    text-align: center;
}
.collbluno{ color: rgb(0, 146, 63); font-weight: bold;}
.collbldos{ color:mediumblue; font-weight: bold;}
.collbltre{ color:rgb(102, 0, 128); font-weight: bold;}
.collblcua{ color:rgb(0, 90, 105); font-weight: bold;}
.collblcin{ color: brown; font-weight: bold;}
.impulsale{
    /*display: inline;*/
    text-align: center;
    display: flex;
}
.imp-sale-uno {
    margin: 10px;
    align-content: center;
    width: 50vw;
    text-align: center;
}
.imp-sale-dos {
    margin: 10px;
    align-content: center;
    width: 50vw;
    text-align: center;
}
.redimpulse{
    background-color: red;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: 20vw;
    margin-left: 15vw;
    margin-right: 15vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-radius: 15px;
    border-style: solid;
    border-color: red;
}
.dcto{
    color: red;
    font-weight: bold;
    font-size: 22px;
}
.footdiv{
    position: absolute;
    left: 0px;
    background-color: black;
    color: white;
    font-size: 14px;
    text-align: center;
    width: 100vw;
}
.iconst{
    font-size: 50px;
}
@media (max-width: 768px) {    
    .movnav{
        display: none;
        text-align: center;
        padding-right: 21vw;
        font-size: 25px;
        margin-top: 15px;
    }
    .sidenav {
        font-family: "Lato", monospace;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        background-color:rgba(50,1,253,1);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }
    
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: white;
        display: block;
        transition: 0.3s;
    }
    
    .sidenav a:hover {
        color: #f1f1f1;
    }
    
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        align-content: center;
        margin-left: 50px;
    }
    /*.pcnav{
        display: none;
    }*/
    .contndr{
        margin-top: 10vh;
        width: 100%;
    }
    .subttluno{
        margin-right: 5px;
    }
    .bksubcntuno{
        margin-right: 5px;
    }
    .subcntuno{
        width: 100%;
    }
    .site-header {
        display: block;
    }
    .site-header-one {
        align-content: center;
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }
    .posthdr{
        margin-top: 8vh;
    }
    .site-header-dos {
        align-content: center;
        width: 100%;
        text-align: center;
    }       
    .posthdr{
        margin-right: 3vw;
        margin-left: 3vw;
    }
    .imgtresh{
        display: block;        
    }
    .imgtresh img{
        width: 80vw;
    }
    .impulsale{
        display: block;
    }
    .imp-sale-uno {
        margin-right: 5px;
        display: block;
        width: inherit;
    }
    .imp-sale-dos {
        margin-right: 5px;
        display: block;
        width: inherit;
    }
    .redimpulse{
        width: 70vw;
        margin-left: 10vw;
    }
    .footdiv{
        width: 100%;
    }
}
/*************************************************************************/
/* Mision Page Styles */
/*************************************************************************/
.bodymision{
    margin-top: 9vh;
    background-image: url("img/fondo\ mision.jpeg");
    background-attachment: fixed;
    background-size:cover;
    background-repeat:no-repeat;
    font-family: "Verdanalg",Verdana, Geneva, Tahoma, sans-serif;
}
.pcnav div{
    position: relative;
    font-size: large;
    background-color: blue;
    padding: 10px;
    margin: 5px;
    border-radius: 15px;
}
.pcnav div a{
    color: white;
    font-weight: bolder;
    text-decoration: none;
}
.pcnavmision{
    background-color: rgba(0,0,0,0.5);
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
}
.pcnavmision div{
    position: relative;
}
.ttlmsn{
    text-align: center;
    font-family: Roboto;
    font-size: 58px;
    font-weight: 900;
    text-shadow: -6px -4px 3px #000000;
    color: yellow;
}

.ttlprd{
    text-align: center;
    font-family: Roboto;
    font-size: 58px;
    font-weight: 900;
    text-shadow: -6px -4px 3px rgb(177, 177, 177);
    color:#000;
}

.conttxtimgmsn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 3vw;
    padding-right: 3vw;
    width: 100vw;
}
.txtmisionbkgray{
    display: flex;
    width: 50vw;
    color: white;
    padding: 35px 35px 35px 35px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 28px 28px 28px 28px;
    height: max-content;
}
.ptxtmsn {
    text-align: center;
    font-family: "Times New Roman", Sans-serif;
    font-size: 21px;
    font-weight: 500;
}
.contderimgmsn{
    padding: 1px;
    margin-left: 5vh;
    vertical-align: middle;
    width: 50vw;
}
.contizqimgmsn{
    padding: 1px;
    margin-right: 5vh;
    vertical-align: middle;
}

.contcontcarretmidizq {
    background: #c3c3c3;
    border-radius: 35px;
    position: relative;
    z-index: 3;
    top: 162px;
    left: 12px;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-right: 5px;
    text-align: center;
}
.contcarretmidizq {
    position: relative;
    top: -2px;
    left: -2px;
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 35px;
    padding-top: 3px;
    padding-right: 2px;
    font-size: 14px;
}
.sliderimgs{
    margin-left: 45px;
}
.sliderimgsizq{
    margin-right: 45px;
}
.carousel-indicators {
    position: relative;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.ttlvsn{
    text-align: center;
    font-family: Roboto;
    font-size: 58px;
    font-weight: 900;
    text-shadow: -6px -4px 3px #000000;
    color:dodgerblue;
}
@media (max-width: 768px) {
    .pcnav div{
        font-size: small;
    }
    .conttxtimgmsn{
        display: block;
        width: 90vw;
        padding: 5px;
    }
    .txtmisionbkgray{
        width: 94vw;
        padding: 5px 15px 5px 15px;
        background-color: rgba(0,0,0,0.5);
        border-radius: 25px 25px 25px 25px;
        margin-right: 15vw;
    }
    .contderimgmsn{
        width: 94vw;
    }
    .contizqimgmsn{
        width: 94vw;
        text-align: center;
    }
}

.imghd{
    width: 340px;
    height: auto;
}

section.awSlider .carousel {
    display: table;
    z-index: 2;
    -moz-box-shadow: 0 0 4px #444;
    -webkit-box-shadow: 0 0 4px #444;
    box-shadow: 0 0 15px rgba(1, 1, 1, .5);
}

.carousel {
    position: relative;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#awSlidermvla{
    display: table;
}
#awSlidermvlb{
    display: table;
}
#awSliderpca{
    display: none;
}
#awSliderpcb{
    display: none;
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 20px;
    }
    #awSlidermvla{
        display: none;
    }
    #awSlidermvlb{
        display: none;
    }
    #awSliderpca{
        display: table;
    }
    #awSliderpcb{
        display: table;
    }
}

section.awSlider {
    margin: 30px auto;
    padding: 30px;
    position: relative;
    display: table;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.awSlider:hover>img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

section.awSlider img {
    pointer-events: none;
}

section.awSlider > img {
    position: absolute;
    top: 30px;
    z-index: 1;
    transition: all .3s;
    filter: blur(1.8vw);
    -webkit-filter: blur(2vw);
    -moz-filter: blur(2vw);
    -o-filter: blur(2vw);
    -ms-filter: blur(2vw);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
}
/*************************************************************************/
/* Prod Page Styles */
/*************************************************************************/
.bodyprod{
    font-family: "Verdanalg",Verdana, Geneva, Tahoma, sans-serif;
}
.bodyprodimgbk{
    background-image: url("img/imgbk.jpg");
    background-attachment: fixed;
    background-size:cover;
    background-repeat:no-repeat;
}
/* Estilo para imagenes de productos en su pagina */
.divimgytxt{
    width: 20vw;
    height: auto;
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.divimgprdga{
    width: 20vw;
    height: 20vw;
    margin: 5px;
    border: solid;
    border-color: red;
    border-width: 5px;
    display: flex;
    justify-content: center;
    align-content: space-between;
}
.imgprdga{
    width: 20vw;
    height: auto;
    max-height: 20vw;
    image-rendering: auto;
}
.contgrpart {
    margin-top: 9vh;
    color: white;
    border: aliceblue;
    padding: 15px;
}
.contimgrow{
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;    
}
.divtxtimgprdga{
    display: none;
    color: yellow;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
    font-weight: bold;
    bottom: 0vmin;
}
.divtxtimgprdgaclik{
    width: 20vw;
    height: 20vw;
    display: flex;
    background-color: black;
    flex-direction: column;
    justify-content: center;   
    color: yellow;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: large;
    font-weight: bold;
    bottom: 0vmin;
}
@media screen and (max-width: 768px) {
    .divimgprdga{
        width: 80vw;
        height: 80vw;
    }
	.divtxtimgprdgaclik{
        width: 80vw;
        height: 80vw;
    }
    .imgprdga{
        width: 80vw;
        height: 80vw;
        max-height: 80vw;
    }
    .contimgrow{
        flex-direction: column;
    }
    .divimgytxt{
        width: 85vw;
        margin-left: 4vw;
    }
    
}
.fab {
    font-family: Font Awesome\ 5 Brands;
    padding: 10px;
}
/* Contenedor iconos fafa whatsapp */
.converticondiv{
    display: flex;
    font-size: 18px;
    font-weight: bold;
    flex-direction: column;
}
.fa{
    font-size: large;
}
.handanimated{
    z-index: 5;
    left: 8vw;
    position: absolute;
    font-size: 150px;
    margin-top: 10vh;
    margin-left: 5vw;
    visibility: hidden;
    animation: animahand 5s;
    animation-iteration-count: 3;
}
/* desplazar un mano */
@keyframes animahand {
    from {left: 8vw;
        font-size: 150px;
        visibility:visible;
    }
    to {left: 5vw;
        font-size: 50px;
        visibility: hidden;
    }
}
@media screen and (max-width: 768px) {
    .handanimated{
        left: 25vw;
    }
    @keyframes animahand {
        from {left: 25vw;
            font-size: 150px;
            visibility:visible;}
        to {left: 10vw;
            font-size: 50px;
            visibility: hidden;}
    }
}
input, datalist, select, option{
    color: #000;
}