body,html{font-family: 'Poppins', sans-serif;}a:active,a:hover,a:link,a:visited{text-decoration:none}.space0{margin-top:5px;margin-bottom:5px}.space1{margin-top:10px;margin-bottom:10px}.space2{margin-top:20px;margin-bottom:20px}.space3{margin-top:30px;margin-bottom:30px}.space4{margin-top:40px;margin-bottom:40px}.space5{margin-top:50px;margin-bottom:50px}.space6{margin-top:60px;margin-bottom:60px}.space7{margin-top:70px;margin-bottom:70px}.space8{margin-top:80px;margin-bottom:80px}.space9{margin-top:90px;margin-bottom:90px}.space10{margin-top:100px;margin-bottom:100px}.no-padding{margin:0;padding:0}

/************overlayvideo************/
.{
    font-family: 'Poppins', sans-serif;
}
* {
    margin:0px;
    padding:0px;
}
.contenedor{
    max-width: 1300px;
    margin: 0px auto;
}
.barritared{
    height: 8px;
    width: 100%;
    background-color: #f70c0c;
}
.bgprincipal{
    background-image: url(../img/imgbackground.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
}



.tituloscent h2{
    font-size: 1.3em;
    text-align: center;
    margin-bottom:5px;
    color: #797685;
}
.tituloscent h1{
    font-size: 2em;
    text-align: center;
    font-weight: 800;
    margin: 0px;
    color: #514b69;

}
.tituloslefth h2{
    font-size: 1.3em;
    text-align: left;
    margin-bottom:5px;
    color: #797685;
}
.tituloslefth h1{
    font-size: 2em;
    text-align: left;
    font-weight: 800;
    margin: 0px;
    color: #514b69;
}
.gridproduct{
    margin: 0px 10px 30px; 
}
.gridproduct h2{
    font-size: .9em;
    font-weight: bold;
    color: #514b69;
    display: -webkit-box; /* para compatibilidad con navegadores basados en WebKit */
    -webkit-line-clamp: 2; /* número máximo de líneas a mostrar */
    -webkit-box-orient: vertical; /* orientación del contenido */
    overflow: hidden; /* oculta el texto que se desborda del contenedor */
    text-overflow: ellipsis; /* agrega puntos suspensivos al final del texto truncado */
}
.gridproduct p{
    font-size: 1em;
    color: #797685;  
    display: -webkit-box; /* para compatibilidad con navegadores basados en WebKit */
    -webkit-line-clamp: 1; /* número máximo de líneas a mostrar */
    -webkit-box-orient: vertical; /* orientación del contenido */
    overflow: hidden; /* oculta el texto que se desborda del contenedor */
    text-overflow: ellipsis; /* agrega puntos suspensivos al final del texto truncado */  
}

.gridproduct img{
    border: 2px solid rgb(228, 228, 228);
    border-radius: 10px;
}
.gridproduct a{
    font-size: 1em;
    background-color: #f70c0c;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
}
.btncats{
    text-align: center;
}
.btncats a{
    background-color: #f70c0c;
    padding: 10px 20px;
    border-radius: 10px;
    display: block;
    color: #fff;
}
.titumarcas{
    text-align: center;
}
.titumarcas h2{
    font-size: 1.3em;
    margin: 0px;
    color: #797685;
}
.titumarcas h1{
    font-size: 2em;
    font-weight: 800;
    margin: 0px;
    color: #514b69;
}


.infomarcas{

}
.marcas ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
}

.marcas ul li{
    float: left;
    width: 33%;
    text-align: center;
}
.marcas ul li img{
    width: 50%;
}
.txthome h1{
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 800;
}
.txthome p{
    font-size: 1em;
    line-height: 25px;
}
.txthome a{
    color: #fff;
    background-color: #f70c0c;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.tels a{
    display: block;
    color: #fff;
    background-color: #514b69;
    padding: 5px;
    border-radius: 10px;
}

.icocont{
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1em;
    color: #fff;
    border-radius: 18px;
}
.bgred{
    background-color: #f70c0c;
}

.infofoot h2{
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
}

.infofoot p{
    color: #fff;
    font-size: .9em;
}
.infofoot ul{
    list-style:circle;
    margin-left: 20px;
}
.infofoot ul li{
    color: #d47979;
}
.infofoot ul li a{
    color: #fff;
    font-size: .9em;
}
.telsf a{
    color: #fff;
}
.creds{
    padding: 20px;
}
.creds p{
    text-align: center;
    font-size: .9em;
    color: #fff;
}
.creds p a{
    color: #fff;
}

.redesfoot a{
    background-color: #514b69;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1em;
    color: #fff;
    border-radius: 18px;
    display: block;
}

hr {
  border-color: rgba(255, 255, 255, 0.3);
}
.redestop ul li a{
    background-color: #514b69;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1em;
    color: #fff;
    border-radius: 18px;
    display: block;
}



.infohome p{
    font-weight: 300;
    color: #797685;
    font-size: 1.1em;
    line-height: 30px;
}
.infohome a{
    background-color: #514b69;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
}



.baseblanca{
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
}
.fondotop-abel{
    background: url(../img/fondotop-abel.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0px;
}
.fondotop-id{
    background: url(../img/headint1.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0px;
}
.fondotop-serv{
    background: url(../img/fondotop-serv.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0px;
}
.fondotop-nos{
    background: url(../img/fondotop-nos.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0px;
}
.fondotop-cont{
    background: url(../img/fondotop-cont.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0px;
}
.fondotop-blog{
    background: url(../img/fondotop-id.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0px;
}
.bg-space{
    background-color: #f0f0f0;
    padding: 30px 0px;
}
.titusint h1{
    font-weight: 300;
    color: #ffffff;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.titusint h2{
    font-weight: 900;
    color: #ffffff;
    font-size: 1.5em;
    margin: 0px;
}
.colorblanco h1{
    color: #fff !important;
}
.colorblanco h2{
    color: #fff !important;
}
.infoserv h2{
    font-size: 1.3m;
    font-weight: bold;
    margin-bottom: 50px;
    color: #514b69;
}
.infoserv li{
    font-size: 1em;
    text-align: justify;
    color: #797685;
}
.infoserv p{
    font-size: 1em;
    text-align: justify;
    color: #797685;
    line-height: 25px;
}

.infoserv a{
    color: #fff;
    background-color: #f70c0c;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}
.infoserv i{
    font-size: 4em;
    color: #797685;
}
.bordernos{
    border: 6px solid  rgba(196, 193, 193, 0.555);
    border-radius: 30px;
    padding: 20px;
    margin-bottom: 30px;
}

.valores{
    border: 2px solid  rgb(196, 193, 193);
    border-radius: 10px;
    padding: 20px;
    height: 250px;
    margin-bottom: 30px;
    background-color: #ffffff9f;
    text-align: center;
}
.valores h2{
    font-size: 1.5em;
    font-weight: 700;
}

.cajamapainfo{
    background-color: #514b69;
    padding: 50px;
    border-radius: 30px;
}

.cajamapainfo h1{
    font-size: 1.5em;
    font-weight: 500;
    color: #fff;

}
.cajamapainfo h2{
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
}
.cajamapainfo p{
    font-size: 1em;
    color: #fff;
}
.redess ul li a{
    background-color: #f70c0c;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
}
.btnsuc1{
    font-size: 1em;
    color: #fff;
    display: inline-block;
    background-color: #f70c0c;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}
.btnsuc1:hover{
    color: #eedddd;
}
.cajaserv2{
    margin-bottom: 50px;
}
.cajaserv2 a{
    background-color: #f70c0c   ;
    width: 100%;
    margin: 0px auto;
    border-radius: 20px;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.vermapa{
    font-size: 1em;
    color: #fff;
    background-color: #f70c0c;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
}

.formulario h2{
    font-size: 2.3em;
    font-weight: bold;
    color: #514b69;
}

.formulario p{
    font-size: 1em;
    color: #514b69;
}
.campostyle{
    font-size: 1.1em;
    width: 100%;
    padding: 10px;
    border: 2px solid rgba(201, 201, 201, 0.699);
    border-radius: 8px;
}

.sendatos{
    border-radius: 8px;
    background-color: #f70c0c;
    color: #fff;
    padding: 20px;
    border: none;
    text-align: center;
    text-transform:uppercase;
    font-weight: 700;
}


.piedetabla{
    display: flex;
    flex-direction: row;
    margin: 10px;
}
.paginador{
    display: flex;
    flex-direction: row;
    margin: 10px;
}
.ithemp{
    border: 1px solid #c9c3c2;
    font-size: .8em;
    padding: 8px;
    color: #514b69;
}
.cuantos{
    border: 1px solid #c9c3c2;
    border-radius: 10px;
    padding: 0px 10px;
    height: 36px;
    line-height: 30px;
    margin-top: 10px;
}
.bordere{
    border-radius:0px 10px 10px 0px;
    -webkit-border-radius:0px 10px 10px 0px;
    -moz-border-radius:0px 10px 10px 0px;
    border:1px solid rgb(201,195,194);
}

.borizq{
    border-radius:10px 0px 0px 10px;
    -webkit-border-radius:10px 0px 0px 10px;
    -moz-border-radius:10px 0px 0px 10px;
    border:1px solid rgb(201,195,194);
}




/******Esquina redondas*********/
.esqziq{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.esqder{
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/***************************************************************************/
.listadecert{
    background-color: #514b69;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}
.listadecert h2{
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0px;
}
.listadecert h3{
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    margin: 0px;
}
.listadecert h4{
    color: #fff;
    font-size: 1em;
    display: block;
    font-weight: 700;
}
.listadecert p{
    color: #fff;
    font-size: 1em;
}
.listadecert h3 span{
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
}
.listadecert a i{
    font-size: 2em;
    color: #fff;
}
.categorias{
    background-color: #514b69;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.categorias h2{
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0px;
}
.categorias ul li a{
    color: #fff;
    font-size: 1em;
    display: block;
    margin-bottom: 10px;
    border-bottom:1px solid #686283;
    padding-bottom: 10px;
}
.slide img{
    border-radius: 8px;
    border: 1px solid rgba(219, 219, 219, 0.555);
}
.control{
    margin: 0px 5px;
}
.control img{
    margin-top: 20px;
    width: 100px;
    border-radius: 8px;
    border: 1px solid rgba(219, 219, 219, 0.555);
    margin-left: 5px;
}

.detalledelproducto h1{
    font-weight: 800;
    font-size: 1.5em;
}
.detalledelproducto h2{
    font-weight: 800;
    font-size: 2em;
}
.detalledelproducto h3{
    font-weight: 800;
    font-size: 1.5em;
}
.detalledelproducto p{
    font-size: 1em;
}


.btnficha{
    border: 2px solid rgb(216, 216, 216);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    color: #fff;
}
.btnficha:hover{
    color: #ffffffc7;
}
.btnficha i{
    font-size: 3em;
}
.separadors{
    height: 1px;
    width: 100%;
    background-color: #d1d5d9;
}

.mapa{
    border:2px solid #514b69;
    padding: 15px;
    border-radius: 30px;
}
.redondo{
    border-radius: 30px;
}

.articulostyle h2{
    font-size: 2em;
    font-weight: 700;
    color: #514b69;
}
.articulostyle p{
    font-size: 1em;
    line-height: 25px;
    color: #514b69;
    text-align: justify;
}
.certficha p{
    color: #fff;
}
.certficha{
    background-color: #514b69;
    padding: 15px;
    border-radius: 15px;
}

/******fancy box style**********/
.cajafancystyle{
    border-radius: 10px;
    padding: 0px !important;
}

.caja-alert{
    width: 400px;
}
.titulomodal{
    display: flex;
    flex-flow: row wrap;
    padding: 20px;
}
.titulom{
    flex-basis:50%;
    font-size: 1em;
}
.titulom h1{
    font-size: 1em;
    font-weight: 700;
}
.separadorm{
    height: 1px;
    background-color: #d8d3d1;
    width: 100%;
}

.contenidomodal{
    display: flex;
    margin: 20px;
}

.iconytextalert{
    text-align: center;
    padding: 20px;
}

.iconytextalert i{
    font-size: 3em;
    color: rgb(158, 145, 145);
}
.iconytextalert{
    font-size: .9em;
}

.boxinfo{
    margin: 20px;
}
.boxinfo h2{
    font-size: 1em;
    font-weight: 700;
    color: #cca69a;
}

.modalesalert{
    display: flex;
    flex-flow: row wrap;
    margin: 20px;
}
.aceptar{
    flex-basis: 50%;
}
.cancelar{
    flex-basis: 50%;
}
.botonalert{
    width: 150px;
    margin: 0px auto;
    border: 2px solid #b9b9b9;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 1em;
    font-weight: 700;
    display: block;
    color: #d11713;
}
.botonalert:hover{
    font-size: 1em;
}

.iconytextalert{
    text-align: center;
    padding: 20px;
}

/*********fancy box style end********/


.descargarpdf{
    padding: 10px;
    background-color: #273246;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
}
.descargarpdf:visited{
    color: #fff;
}

.zoomimg{
    transition: transform .2s; /* Animation */
    transition: all 0.2s ease;

}
.zoomimg:hover{
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.bg_gris{
    background-color: #f0f0f0;
    padding: 50px 0px;
}

.cubrebtn{
    width: 200px;
    margin: 0px auto;
}
.btncont{
    color: #fff;
    background-color: #f70c0c;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    display: block;
    margin: 0px auto;
}
.btncont:hover{
    color: #fff;
}

.telcont{
    color: #fff;
}
.telcont:hover{
    color: #eccdcd;
}