@charset "UTF-8";
/* ==========================================================================
   ESTILOS PERSONALIZADOS MIGRADOS DE JOOMLA 3 (customtll.css) A JOOMLA 6
   ========================================================================== */

/* ESTILOS PERSONALIZADOS EXTRAÍDOS DE CUSTOMTLL.CSS */

section#sp-top-bar {
    padding: 0 0!important;
}
.top-text h3.sppb-addon-title:after {
    content: url(-);
    width: 200px;
    height: 3px;
    background: #FFF;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 25px;
}
section#home {
    margin-top: -15px!important;
}
.botton-t.sppb-btn-default {
    background: #ff3d36;
    color: #fff;
    font-size: 13px;
    transition: 0.3s;
}
.botton-t.sppb-btn-default:hover {
    background: #652a28;
    color: #fff;
    font-size: 13px;
}
#sppb-addon-1617021111691 .h3int .sppb-addon-title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.ins h3.sppb-addon-title {
    font-weight: 500;
    margin-bottom: 50px;
}
.iconosi h3 {
	margin-top: 40px!important;
    font-weight: 600;
    margin-bottom: 40px;
}
.iconosi p {
    font-size: 14px;
    font-weight: 500;
}
#sp-header.menu-fixed {
    background-color: rgb(53 53 53 / 80%)!important;
}
.iconosi p.izp {
    margin-bottom: 15px;
}
span.hz {
    color: #ff2d1c;
    font-weight: 800;
    font-size: 18px;
}
.espa {
    margin-bottom: 7px;
}

.homeico .image-layout-preset-style-card .sppb-img-responsive {
    height: auto!important;
}
.homeico .sppb-col-sm-6 {
    max-width: 50px;
}
.homeico .image-layout-preset-style-card .sppb-addon-image-layout-content {
    padding: 0 0 0 15px;
}
.icoizq {
    float: left;
    width: 50px;
}
.txtder {
    font-weight: 500;
}
.lineaizq div.sppb-column.sppb-align-items-center {
    border-right: 2px solid #fff;
}
.linea-der {
    border-right: 2px solid #fff;
}
.txtder {
    float: right;
    width: calc(100% - 50px);
}
a.btncot {
    color: #fff;
    font-size: 11px;
    border: 1px inset #fff;
    padding: 4px 7px;
}
.fondoult {
    background: #720a0a;
    border-radius: 10px;
    padding: 10px 20px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 25px!important;
    font-family: 'Montserrat'!important;
    margin-bottom: 45px!important;
    font-weight: 500!important;
}
footer#sp-footer {
    background-color: #000!important;
}
#sp-footer #sp-footer1 {
    border-top: none!important;
    padding: 8px 0!important;
}
.sp-megamenu-parent > li > a {
    font-size: 14px!important;
}

.ligaingles img {
    display: inline;
    margin-right: 5px;
    margin-left: 20px;
}

.sppb-addon.sppb-addon-single-image.sppb-text-left.imgabs2 {
    position: absolute;
    bottom: 45%;
    width: 108%;
    right: 20px;
}
.sp-megamenu-parent > li > a:hover:before, .sp-megamenu-parent > li > a:hover:after {
    opacity: 1;
    width: 100%;
}

.sp-megamenu-parent > li > a.ligaingles:hover:before, .sp-megamenu-parent > li > a.ligaingles:hover:after {
    opacity: 1;
    width: 0%;
}

.sp-megamenu-parent > li > a:before {
    left: 0px;
    top: 0px;
}

.sp-megamenu-parent > li > a:before, .sp-megamenu-parent > li > a:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 1px;
    content: '';
    background: #FFF;
    transition: all 0.3s;
}

.sp-megamenu-parent > li > a:after {
    right: 0px;
    bottom: 0px;
}

#sppb-addon-1612457124373 #btn-1612457124373.sppb-btn-custom {
    border: 1px solid;
}
#sppb-addon-wrapper-1617717645132 {
    margin: 0px 0px 0px 0px!important;
}
p.chrono_credits {
    display: none;
}
label.control-label.gcore-label-top.required_label, label.control-label.gcore-label-top {
    font-family: 'Montserrat';
    font-weight: 400;
}
.gbs3 .form-control {
    min-width: 305px;
}
li.sp-menu-item a:hover {
    text-decoration: none;
}
.iconosi {
    min-height: 430px;
    padding: 15px;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear; 
}

.iconosi:hover {
background: #ccc5c5;
border-radius: 10px;
}


/* AJUSTES ESPECÍFICOS Y DIFERENCIAS ENCONTRADAS EN CUSTOMTLL */

/* Ajuste de logo */
#sp-header .logo a img {
    /* width desactivado originalmente para no deformar logo */
    /* width: 150px; */
}

/* Fuente en el contenido superior */
.top-text .sppb-addon-content {
    font-family: "Montserrat", sans-serif;
}

