*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #147DAA;
}

.completo{
    width: 100%;
}


.centrado{
    text-align: center;
}

.justificado{
    text-align: justify;
}

h1, h2, h3, h4{
    font-family: 'Roboto', sans-serif;
    color: #AB263B;
}
a{
    color: #147DAA;
}


.boton{
    background-color: #147DAA;
    padding: 5px 10px;
    color: white;
    border-radius: 10px;
    margin: 30px 10px 10px 10px;
    cursor: pointer;
}


.boton:hover{
    background-color: inherit;
    color:#147DAA;
    border: solid 1px #147DAA;
    font-weight: bold;
    
}


nav{
    width: 100%;
    height: 50px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    top: 0;
}


.logo{
    height: 50px;
    margin-left: 10px;
}

.marka{
    font-weight: bolder;

}

.menu{
    
    text-align: right;
}

.menu li{
    display: inline-block;
    align-items: center;
    padding: 10px;
    padding-left: 20px;
    cursor: pointer;
    
}


.menu li:hover a{
    text-transform: uppercase;
}

.burger{
    width: 50px;
    height: 50px;
    display: none;
    cursor: pointer;
}

.burger img{
    margin: 5px;
    width: 40px;
    height: 40px;
}

.ocultar{
    display: inherit;
}


/* Movil XS*/
@media (max-width:549px){
    
    .menu{
        /* display: none; */
        flex-grow: 4;
        text-align: center;
    }
    .menu li{
        display: block;
        background-color: white;
    }
    .burger{
        display: inherit;
    }
    .ocultar{
        display: none;
    }

}


.slide{
    width: 100%;
    height: 96vh;
    overflow: hidden;
    position: relative;
    animation-fill-mode: forwards;
}

.slide ul{
    width: calc(100%*4);
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    /* left: -100%; */
}

.slide ul li{
    /* position: relative; */
    /* display: inline-block; */
    /* display: inline-flex; */
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    width: calc(100% / 4);
    top: 0;
    
    
}

.areaS{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 20px ;
    /* bottom: 10px; */
}



.iSlide{
    width: 40%;
    margin: 0 5%;
    overflow: hidden;
    text-align: center;
}

.imaSlide{
    width: 70%;
    /* opacity: 0; */
}

.info{
    width: 30%;
    margin-right: 10%;
   
}


.info h2{
    color: #147DAA;
    padding: 5px;

}

.info p{
   text-align: justify;
   font-size: .9rem;
   padding: 10px;
    
}


.gris{
    background-color: #E3DFDE;
}


.desSlide{
    width: 100%;
    height: 19px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
}



.circulo{
    display: inline-block;
    border-radius: 100%;
    background-color: white;
    height: 9px;
    width: 9px;
    cursor: pointer;
}

.container{
    width: 80%;
    max-width: 1200px;
    margin: auto;
}


.fichas{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
}

.fichas li{
    flex-basis: calc(85%/3);
    text-align: center;
    padding: 10px;
    border: solid .5px  #147DAA;
    border-radius: 10px;
    transition: 1s ease;
}


.icon{
    width: calc(100% - 20px);
    margin: 10px;
}
.fichas li:hover{
    transform: scale(1.1);
    transition: 1s ease;
}

.icon img{
    width: 62px;
}



.topmar{
    margin-top: 30px;
}


.store{
    background-image: url("../img/store.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
    position: relative;
}

.iArticulo{
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 10;
}
.iArticulo img{
   height: 400px; 
}

.tArticulo{
    width: 50%;
    float: right;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    z-index: 99 !important;
}

.tArticulo p{
    text-align: justify;
}


/* Escritorio Grande LG*/
@media (min-width:1200px){


}

/* Escritorio mediano MD*/
@media (max-width:1199px) and (min-width:992px){


}

/* Escritorio Pequeño SD*/
@media (max-width:991px) and (min-width:768px){


}

/* Movil XS*/
@media (max-width:767px){

    .areaS{
        
        flex-direction: column;
        justify-content: space-evenly;
       margin-left: 0;
       padding-left: 0 ;
    }


    .iSlide{
        width: 60%;
        /* margin: 0 5%; */
        margin: 0 0 0 0;
        
    }
    .info{
        width: 70%;
        margin-left: 10%;
       
    }

    .fichas{
        flex-direction: column;
    }

    .articulo{
        width: 100%;
    }
    .tArticulo{
        width: calc(90% - 180px);
    }
}

footer{
    background-color: #147DAA;
    width: 100%;
    padding: 10px 0;
    
}

.direc h2, .direc p{
    color: white;
    font-size: .7rem;

}
.direc a{
    color: navy;
}

.trifoglio{
    background-color: #000080;
    text-align: center;
    font-size: .9rem;
    
}

.trifoglio p{
    color: white;
}


.wa-s{
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.arr-wa{
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.barblue{
    height: 110px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 110px;
    background-color: #147DAA;

}

.it-wa{
    width: 45%;
    z-index: 100;
    text-align: center;
}

.chica img{
   width: 100%;
}

.wa-ima{
    width: 50%;
    padding-top: 10px;
    transition: ease .5s;
}

.wa-ima:hover{
   transform: scale(1.1);
   transition: ease .5s;
}
/* Movil XS*/
@media (max-width:549px){
    .wa-s{
        height: inherit;
    }

    .arr-wa{
        flex-direction: column;
    }

    .it-wa{
        width: 90%;
        margin: auto;
    }

    .wa-ima{
        width: 50%;
    }
}

.valores{
    display: flex;
    flex-wrap: wrap;
    
}

.mision{
    
    width: calc((100% - 70px)/2);
    padding: 10px;
    margin: 10px;
    margin-right: 5px;
    transition: .8s ease;
}

.vision{
    
    width: calc((100% - 70px)/2);
    padding: 10px;
    margin: 10px;
    margin-left: 5px;
    transition: .8s ease;
}

.valor{
    width: calc((100% - (20px * 4.5))/3);
    padding: 10px;
    margin: 5px;
    transition: .8s ease;
}

.valores span{
    font-size: 4rem;
    border-bottom: 3px solid #AB263B;
    padding: 10px;
    border-radius: 100%;
    margin-bottom: 10px;
    color: #AB263B;
    transition: .8s ease;
}


.mision:hover>span, .valor:hover>span, .vision:hover>span{
    border: 3px solid #AB263B;
    color: white;
    background-color: #AB263B;
    transition: .8s ease;
}

.mision:hover>h2, .valor:hover>h2, .vision:hover>h2{
    transform: scale(2);
    transition: .8s ease;
}

/* Movil XS*/
@media (max-width:767px){

    .mision, .vision, .valor{
        width: 90%;
        margin: auto;
    }
}

.imaPro{
    height: 150px;
     background:url("../img/keyb.jpg");
     background-position: bottom;
     background-size: cover;
}


.imaPro2{
    height: 150px;
    background-color: black;
     background:url("../img/phone.jpg");
     background-position: center;
     background-size: cover;
}

.bloke{
    display: block;
    padding: 10px;
    margin: 0;
}