html {
    font-size: 16px;
    /* overflow-x: auto; */
    /* overflow: visible; */
    font-family: "Trebuchet MS";
}
body::-webkit-scrollbar {
  width: 10px;
  background: rgba(0, 0, 0, 0.1);
  transition-duration: 0.7s;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition-duration: 0.7s;
  
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  transition-duration: 0.7s;
}
a {
    color: rgb(51, 51, 51);
}

.wrapper {
    margin-top: 3rem;
}
/*mensaje  */
.mensaje{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin-top: 230px;
    margin-bottom: 74px;

}

.mensaje h1{
    
    font-size:1.5rem;
    text-align:center;
}


main {
    font-family: "Trebuchet MS";
}



.header-menu{
    background-color: white;
    box-shadow: 0px 1px 1px black;
    padding: 0.7vh;
    display: flex;
    align-items: center;
    
}
#header{
    box-shadow: 0px 1px 1px black;
    margin-top: 60.4px;
    height: 14vh;
    display: flex;
    align-items: center;
    background: white;
}
.scrolled .header-menu{

}
.menu {
    /* grid-area: menu; */
    background-color: white;
   
}

.menu nav {
   
    list-style: none;
}


.menu img {
    flex: none;
    /*width: 160px;*/
    margin: 0px 10px 0px 30px;
}
.menu #logo img{
    height: 10vh;
    margin: 10px 20px 10px 50px;
    width: auto;
    transition: 400ms ease all;
    transition: all 0.4s cubic-bezier(.91,.05,1,.63);
}

main{
    /* grid-area: hero; */
    margin-top: calc(14vh + 60.4px);
}

.boller1 {
    /* grid-area: boller1; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0082CA;
}



/* contenedor de preheader */
.preheader {
    font-family: Verdana;
    color: rgb(182, 182, 182);
    background-color: #323232;
    position: fixed;
    height: 60.4px;
    width: 100%;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 99999;
}

.info {
    display: flex;
    padding: 0 9vw 0 9vw;
    justify-content: space-between;
    width: calc(100% - 18vw);
    align-items: center;
}

.info p,
.info span {
    font-size: 0.8rem;
}

.social,
.navbar,
.cel,
.mail {
    display: flex;
    align-items: center;
}

.navbar p {
    padding: 0 2.3rem 0 2.3rem;

}

.navbar .cel::before {
    content: url(../images/telefono.png);
}

.navbar .mail::before {
    content: url(../images/mail.png);
}

/* contenedor de menu */
.menu {}

.menu a {
    text-decoration: none;
    font-size: 1.1rem;
}

.menu a:hover {
    color: rgb(0, 130, 202);
    font-size: 1.2rem;
}

.menu .hogar::before {
    content: url(../images/menu/iconhogar.png);
    margin-right: 0.3rem;
}
.hogar_oficina{
    display:none !important;
}


.menu .personal::before {
    content: url(../images/menu/iconperso.png);
    margin-right: 0.3rem;
}

.menu .automovil::before {
    content: url(../images/menu/iconauto.png);
    margin-right: 0.3rem;
}
/* contenedor boller1 */
.item-bo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30vw;
    color: white;
    font-size: 1.2rem;
    padding: 10px;
}

.item-bo h3 {
    padding: 1rem 0 1rem 0;
}

.boller1>img {
    height: 220px;
}

/* contenedor PRODUCTOS */
.title>h3 {
    text-align: center;
    font-size: 2rem;
    color: #333333;
    display: inline-block;
    margin: 0 auto 1rem;
    padding: 0 1rem 0 1rem;
}

.title {
    display: flex;
    justify-content: center;
}

.title h3::after {
    content: "";
    display: block;
    background-color: #0082CA;
    height: 3px;

}

/* MODAL PRODUCTOS */
.modprod {
    text-align: center;
}

.modprod img{
    max-height:150px;
}

.modal-products {
    margin-top: 3rem;
    padding: 0 10rem 0 10rem;
    display: grid;
    grid-template-areas:
        "item1 item13 item2"
        "item3 item13 item4"
        "item5 item13 item6"
        "item7 item13 item8"
        "itemx itemx itemx"
    ;
    grid-template-columns: 300px auto 300px;
    grid-template-rows: repeat(5, auto);
    justify-content: center;
}
.prod-1 {
    grid-area: item1;
    justify-self: end;
}

.prod-2 {
    grid-area: item2;
    justify-self: start;
}

.prod-3 {
    grid-area: item3;
    justify-self: start;

}

.prod-4 {
    grid-area: item4;
    justify-self: end;
}

.prod-5 {
    grid-area: item5;
    justify-self: center;

}

.prod-6 {
    grid-area: item6;
    justify-self: center;

}

.prod-7 {
    grid-area: item7;
    justify-self: end;

}

.prod-8 {
    grid-area: item8;
    justify-self: start;

}

.prod-9 {
    grid-area: item9;

}

.prod9-10-11-12 {
    grid-area: itemx;
    display: flex;
    justify-content: space-around;
}

.prod-12 {
    grid-area: item12;

}

.prod-13 {
    grid-area: item13
}

.header-cabeza {
    display: flex;
    align-items: center;
    /*background-color: #0082CA;*/
    color: black;
    /* margin-bottom: 1rem; */
}

.header-cabeza>div {
    
    width: 80%;
}

.header-cabeza>div>h3 {
    font-size: 1.7rem;
    /* padding: 0.5rem 0 0.5rem 0; */
    margin-bottom: 1rem;
    font-weight: bold;
    color: #0082CA;
}

.header-cabeza img{
    
    margin: 2rem 1rem 1rem 0rem;
    width: 20%;
}


.header-cabeza p {
    font-size: 14px;
}
.item {
    display: flex;
    width: 100%;
    margin-bottom:1rem;
}
.item img {
    flex: none;
}
.modal-text {
    margin-left: 1rem;
    width: 90%;
    text-align: left;
}

.container-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem 0 2rem;
}

.mod-image {
    width: 7%;
}

.modal-text p {
    margin: 1rem 0 1rem 0;
    font-size: 0.9rem;
}

.boller2 {
    background-color: #323232;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 0 4rem 0;
    text-align: center;
}

.boller2 h3 {
    font-size: 1.5rem;
}

.boller2 .h3main {
    font-size: 3rem;
    margin: 1rem 0 1rem 0;

}

.grid-faq {
    display: grid;
    margin: 3rem 5vw 0 5vw;
    grid-template-areas: "video info";
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
}

.grid-faq .video {
    grid-area: video;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

video {
    padding-right: 2rem;
    align-items: center;
}

.grid-faq .faq-info {
    grid-area: info;
}

.faq-info>div {

    margin: 1rem 0 1rem 0;

}

.faq-info h3::before {
    content: url(../images/item.jpg);
}

.faq-info h3 {
    color: #333333;
    font-size: 1.3rem;
    display: flex;
    align-items: center;

}

.faq-info p {
    padding-left: 30px;
}

.faq-info a {
    color: #0082CA;
    text-decoration: none;
}

.comment {
    padding: 3rem 0 3rem 0;
    background: #F3F3F3;
}

.coment-person {
    margin-top: 3rem;
    /* padding: 0 10rem 0 10rem; */
    display: grid;
    grid-template-areas: "per1 . per2"
        ". per3 ."
        "per4 . per5";
    grid-template-columns: 30% 30% 30%;
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    text-align: center;
    line-height: 1.2rem;

}

.persona1 {
    grid-area: per1;
}

.persona2 {
    grid-area: per2;
}

.persona3 {
    grid-area: per3;
}

.persona4 {
    grid-area: per4;
}

.persona5 {
    grid-area: per5;
}

.coment-person .image img {
    width: 30%;
}

.coment-person .nombre {
    font-weight: bold;
    font-size: 1.2rem;
    color: #333333;
}

/* FOOTER */
.footer {
    display: grid;

    grid-template-columns: 1fr auto 1fr;


}
.xxxsmall {

    width: 50px;
    margin-left: 10px;

}
.footer .logo {
    height: 100%;
    width: auto;
}

.footer .logo img {
    height: 100%;

}

.footer-nav {
    background-color: #323232;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.horario {

    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.horario>div {
    padding-left: 25%;

}

.footer .correo {
    padding: 3rem 0 3rem 0;
}

.fecha,
.telefono,
.email,
.fb {
    display: flex;
    align-items: center;
    
}
.fb a{
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
}
.footer-nav a,
.footer-nav>div {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0 5px;
    
}

.footer-nav a:hover {
    text-decoration: underline;
}

.horario {
    background-color: #0082CA;
}

.correo a,
.desarrollado a {
    font-size: 0.8rem;
}

.container-nosotros {
    display: grid;
    grid-template-columns: 55% 45%;
    padding: 0 10vw 0 10vw;
    justify-content: center;
    margin-bottom: 3rem;
}

.container-nosotros .image {
    text-align: center;
}

.container-nosotros .image img {
    width: 85%;
}

.container-nosotros .col1>h3 {

    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    color: #333333;
}

.container-nosotros .row>h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 1.1rem;
    color: #333333;
}

/* productos */
.container-hogar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 3fr;
    margin: 3rem 5vw 3rem 5vw;
    justify-items: center;
}

.container-hogar div {
    text-align: center;
}

.itemhog {
    margin-top: 1.2rem;
}

.container-uso {
    margin: 3rem 8rem 3rem 8rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.container-automoviles {
    margin: 3rem 5vw 3rem 5vw;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.info-contacto {
    color: white;
    background-color: #0082CA;
    margin: 3rem 8rem 3rem 8rem;
    padding: 2rem 0 2rem 0;
}

.info-contacto h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.7rem;
}



.info-contacto .fono,
.location {
    display: flex;
    align-items: center;
    justify-content: center;
}



.info-contacto .fono::before {
    content: url(../images/fono.png)
}

.info-contacto .location::before {
    content: url(../images/direccion.png)
}

.container-contacto {
    margin: 3rem 8rem 3rem 8rem;
    border: 1px solid #b6b6b6;
}
#btnSend{background-color: #0082CA;color: white;
    border-radius: 52px 52px 52px 52px;
    -moz-border-radius: 52px 52px 52px 52px;
    -webkit-border-radius: 52px 52px 52px 52px;
    border: 0px solid #000000;
    padding: 0.8rem;
    font-weight: bold;
    cursor: pointer;
    
}
input{
    font-family:  "Trebuchet MS";;
}
.form_wrap {
    width: 1050px;
    height: 530px;
    margin: 50px auto;
    display: flex;

    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* Informacion de Contacto*/

.cantact_info::before {
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #4091EC;
    opacity: 0.9;
}

.cantact_info {
    width: 38%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url('../fondo.jpg');
    background-size: cover;
    background-position: center center;

}

.info_title,
.info_items {
    position: relative;
    z-index: 2;
    color: #fff;
}

.info_title {
    margin-bottom: 60px;
}

.info_title span {
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_title h2 {
    font-size: 35px;
    text-align: center;
}

.info_items p {
    display: flex;
    align-items: center;

    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info_items p:nth-child(1) span {
    font-size: 30px;
    margin-right: 10px;
}

.info_items p:nth-child(2) span {
    font-size: 50px;
    margin-right: 15px;
    margin-left: 4px;
}


/* Formulario de contacto*/
form.form_contact {
    width: 62%;
    padding: 30px 40px;
    margin: 0 auto;
}

form.form_contact h2 {
    font-size: 25px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 30px;
}

form.form_contact .user_info {
    display: flex;
    flex-direction: column;
    
}

#ubicacion{
    display: flex;
margin-bottom:1rem;

}
 #info{
    display:flex;
    width: 67%;

}

#ciudad,#distrito{margin: 0 1rem 0 1rem ; width: 50%;}

form.form_contact label {
    font-weight: 600;
}

form.form_contact input,
form.form_contact textarea {
    width: 65%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;


    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
}

form.form_contact textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

form.form_contact input[type="button"] {
    width: 180px;
    background: #0082CA;
    padding: 10px;
    border: none;
    border-radius: 25px;

    align-self: flex-end;

    color: #fff;

    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

form.form_contact input[type="button"]:hover {
    background: #0082CA;
}
.form{display: flex;

    justify-content: space-between;}
/* Ventana de errores*/
.modal_wrap {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    width: 400px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3 {
    text-align: center;

    font-size: 20px;
    font-weight: 400;
}

.mensaje_modal h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #C5C5C5;
    margin: 10px 0px 15px;
}

.mensaje_modal p {
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before {
    content: "\f00d";
    display: inline-block;
    color: #0082CA;
    margin-right: 8px;
}

#btnClose {
    display: inline-block;
    padding: 3px 10px;
    margin-top: 10px;
    background: #0082CA;
    color: #fff;
    border: 2px solid #0082CA;
    cursor: pointer;
    float: right;
}
.oculto{
    display: none;
}

.container-hogar .image-products {
    text-align: center;
    align-self: center;
    width: 100%;
}
.container-hogar .image-products img {
    
    width: 100%;
}

@media (max-width: 1000px) {
    .menu{text-align: center;}
    .modal-products{    grid-template-columns: 200px auto 200px;}
    .modprod{width: 25%;}
    #logo{
        /* margin:0 auto; */
    }
    .header-menu{
        justify-content: center;
    }
 
}
@media screen and (max-width: 920px){
    .container-hogar  {
        grid-template-columns: 1fr 1fr 1fr 2fr;
    }
    
    .modal-products{    grid-template-columns: 125px auto 125px;}
    .grid-faq {
        grid-template-columns: 100%;
        grid-template-areas:
            "video"
            "info";
        grid-template-rows: auto auto;
        
    }
    .itemhog img{
        width: 7vw;
    }
    
    .grid-faq .video {
        justify-content: center;
    }
    .faq-info{
        /* margin-top: 3rem; */
    }
    video {
        padding-right: 0;
        width: auto;
        
    }
}

@media  (max-width: 800px) {
    
    /*.header-cabeza{background-color: #0082CA;}*/
    /*.header-cabeza div h3{color: white;}*/
    /*.header-cabeza div p{color: white;}*/
    .oculto{display: block;}
    .modprod{display: none;}
    .wrapper {
        margin-top: 5vh;
    }
    .fecha{justify-content: center;}
    .prod-13 {
        display: none;
    }

    .social p {
        display: none;
    }

    .item-bo,
    .boller2 {
        text-align: center;
        
    }

    main h3,
    main p,
    main span {
        font-size: 0.9rem;
    }
    .accordion-container .header-cabeza p {
        font-size: 1.1rem;
    }
    .boller2 .h3main {
        font-size: 1.5rem;
        padding: 0 1rem 0 1rem;
    }

    .boller2 h3 {
        font-size: 1.3rem;
    }

    

    .per {
        width: 67vw;
        justify-self: center;
        
        background-color:  #F3F3F3;
    }
    .per .nombre b{
        
    }
    

    .coment-person {



        grid-template-areas: "per1""  per2"
            "per3 "
            "per4""per5";
        grid-template-columns: 100%;
        grid-template-rows: repeat(5, auto);
        grid-row-gap: 1rem;


    }

    .footer {

        grid-template-columns: 100%;
        grid-template-areas: "horario"
            
            ;
        grid-template-rows: auto ;
    }
    
    .footer .desarrollado,
    .footer .correo ,
    .footer-nav
    {
        display: none
    }

    .footer .footer-nav {
        grid-area: navbar;
        padding: 1rem 0 1rem 0;
    }

    .footer .logo {
       display: none;
    }

    .horario .footer {
        grid-area: horario
    }

    .footer .horario {
        display: grid;
        grid-template-columns: 50% 50%;
        

    }
    .horario .fecha img,.horario .telefono img{display: none;}
    .container-nosotros{
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
    }
    .container-nosotros .col2 .image{margin-top: 3rem;}
    
/* contacto */
.info-contacto{
    margin:3rem 0 3rem 0;
    
}
.form{
    flex-direction: column;
}
.container-contacto{
    margin: 3rem 1rem 3rem 1rem;
}
.container-nosotros {
    margin-bottom: 0;
}
.container-hogar{
    display: none;
}
.container-uso{display: none;}
.container-automoviles{
    display:none;
}
/*.automovil{display: none;}*/
#copyright {
    padding: 10px 10vw 15px;
    background: 
    #323232;
color:
    white;
    
    text-align: center;
    
    display: flex;
    align-items: baseline;
    align-content: center;
    justify-content: center;
}
#copyright a{color: white;}
.alma .last {margin-left: 10px;}

.xxxsmall {
    width: 50px;
    margin-left: 10px;
}
.alma{display: flex; align-items: center;}
.horario{padding-top: 1rem;
padding-bottom: 1rem;}
}
@media screen and (max-width:650px){
    .responsive_cel,.responsive_mail{
        display: none;
    }
    
    .navbar p {
        padding: 0;
        font-size: 0.7rem;
        margin: 0 1px 0 3px;
    }
}
@media screen and  (max-width:500px) {
    .menu img{
        margin: 0;
    }
    .navbar .cel::before {
        content: "";
    }
    .navbar .mail::before {
        content: "";
    }
    .title h3::after {
        content: "";
    }
    .fecha{grid-area: fecha;}
    .telefono{grid-area: telefono;}
    .email{grid-area: email;width: 100%;justify-content: center;}
    .email img{display: none;}
    .fb {grid-area:fb ;justify-content: center;}
    .footer .horario{
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto auto;
        grid-template-areas: "fecha" "telefono" 
        "fb"
        "email";
        justify-content: center;
        align-content: center;
    }
    .horario > div {

        padding-left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    
    }
    
#copyright {
    padding:0;
   
    flex-direction: column;
    align-items: center;
}
}

.negrita{
font-weight: bold;
    font-size: 1rem;
    color: #0082CA;
}

.nombre:hover .negrita{
    color: white;
}

.robotio{
    display:none;
}