 
* {
    padding: 0;
    scroll-behavior: smooth;
	margin: 0;
} 

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap'); 


body {
	font-family: 'Poppins', sans-serif;
} 

@font-face {
    font-family:Poppins_Regular;
    src:url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family:Poppins_Medium;
    src:url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family:Poppins_Bold;
    src:url(../fonts/Poppins-Bold.ttf);
}
 
 
body { 
    font-family: 'Poppins', sans-serif;
    background-color: #F5F5F5;
}

.fw-300 {font-family: 'Poppins', sans-serif; font-weight: 300; }
.fw-400 {font-family: 'Poppins', sans-serif; font-weight: 400; }
.fw-500 {font-family: 'Poppins', sans-serif; font-weight: 500; }
.fw-600 {font-family: 'Poppins', sans-serif; font-weight: 600; }
.fw-700 {font-family: 'Poppins', sans-serif; font-weight: 700; }
.fw-800 {font-family: 'Poppins', sans-serif; font-weight: 800; }
 
.cl_primary { color: var(--primary)!important ;} 
.cl_secondary { color: var(--secondary)!important ;} 
.cl_blanco { color: var(--blanco) !important;} 
.cl_black { color: var(--black)!important ;} 
.cl_success { color: var(--success)!important ;} 
.cl_btn { color: var(--btn)!important ;} 
.cl_standar { color: var(--standar)!important ;} 
.cl_cafe { color: var(--cafe)!important ;} 

.bg_primary { background-color: var(--primary)!important ;} 
.bg_secondary { background-color: var(--secondary)!important ;} 
.bg_blanco { background-color: var(--blanco) !important;} 
.bg_black { background-color: var(--black)!important ;} 
.bg_success { background-color: var(--success)!important ;} 
.bg_btn { background-color: var(--btn)!important ;} 
.bg_standar { background-color: var(--standar)!important ;} 
.bg_cafe { background-color: var(--cafe)!important ;} 
 
:root {
    --primary: #028FBE;
    --secondary: #06071B;
    --blanco: #FFFFFF;
    --success: #BA38D7;
    --cafe: #2F2218;
    --standar: #F6F6F6;
    --black: #0A1309;
    --btn: #FFC439;  
} 

.titutlo_deco {
    display: inline-block;
    background: linear-gradient(95.71deg, #028FBE 18.18%, #BA38D7 91.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.border-deco {
    background: #080923;
    border: 4px solid; 
    border-image-source: linear-gradient(91.08deg, #20DABB 13.02%, #F9633B 81.61%, #BA38D7 98.06%);
    min-height: 450px;
}

.menu {
    background: rgba(6, 7, 22, 0.15);
    backdrop-filter: blur(7.5px);
    /* Note: backdrop-filter has minimal browser support */ 
}

.card_modulo {
    background: #06071B;
    min-height: 260px;
    box-shadow: 23px 63px 34px rgb(249 99 59 / 1%), 13px 3px 24px rgb(249 99 59 / 9%);
   /* box-shadow: 86px 104px 54px rgba(2, 143, 190, 0.01), 49px 58px 46px rgba(2, 143, 190, 0.05), 22px 26px 34px rgba(2, 143, 190, 0.09), 5px 6px 19px rgba(2, 143, 190, 0.1), 0px 0px 0px rgba(2, 143, 190, 0.1); */
}

.icon-modulo {
    max-width: 70px;
    margin: 0 auto;
    display: table;
    object-fit: cover;
}

.custom-logo-link img {
    max-width: 160px;
    width: 100%;
}
 
.row .col-12:nth-child(1) .card_razones {
    border: 1px solid #028FBE;
}

.row .col-12:nth-child(2) .card_razones {
    border: 1px solid #BA38D7;
}

.row .col-12:nth-child(3) .card_razones {
    border: 1px solid #F9633B;
}

* h1 {
    font-size: 50px; 
    font-weight: 600;
} 

* h2 {
    font-size: 36px; 
    font-weight: 600;
} 

* h3 {
    font-size: 24px; 
    font-weight: 600;
} 
 
* p {
    font-size: 20px; 
    font-family:Poppins_Regular;
}

* a:hover{ 
    text-decoration: none;
}

*.fz-12 p { 
    font-size: 12px;
    overflow-wrap: break-word;
}

*.fz-14 p { 
    font-size: 14px;
    overflow-wrap: break-word;
    margin-bottom: 0;
}

.text_shadows{  text-shadow: 3px 3px 9px rgba(0,0,0,0.31);}

.line-height-normal{line-height:normal!important}
.line-height-14{line-height:14px!important}
.line-height-22{line-height:22px!important}
.line-height-34{line-height:34px!important} 
.line-height-28 {line-height:28px!important} 
.line-height-50{line-height:50px!important} 
  
.fz-10 { font-size: 10px;}
.fz-12 { font-size: 12px;}
.fz-13 { font-size: 13px!important;}
.fz-14 { font-size: 14px;}
.fz-16 { font-size: 16px;}
.fz-18 { font-size: 18px;}
.fz-20 { font-size: 20px;}
.fz-22 { font-size: 22px;}
.fz-25 { font-size: 25px;}
.fz-24 { font-size: 24px;}
.fz-26 { font-size: 26px;}
.fz-28 { font-size: 28px;}
.fz-30 { font-size: 30px;}
.fz-32 { font-size: 32px;}
.fz-34 { font-size: 34px;}
.fz-36 { font-size: 36px;} 
.fz-38 { font-size: 38px;}
.fz-40 { font-size: 40px;}
.fz-42 { font-size: 42px;}
.fz-44 { font-size: 44px;}
.fz-46 { font-size: 46px;}
.fz-48 { font-size: 48px;}
.fz-50 { font-size: 50px;}
.fz-52 { font-size: 52px;}  
.fz-90 { font-size: 90px;}  
 
.btn { 
    font-weight: 600; 
    border-radius: 0px; 
    font-size: 20px;
    line-height: 22px;  
}  

.owl-general.owl-controlers .owl-nav {
    position: initial;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 66;
    height: 0;
    color: var(--negro);
}  

.owl-controlers .owl-nav>.owl-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900; 
    position: absolute; 
    top: 18px;
    font-size: 30px;
    left: 0; 
    color: var(--primary);
} 

.owl-controlers .owl-nav>.owl-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900; 
    position: absolute; 
    top: 18px;
    font-size: 30px;
    right: 0; 
    color: var(--primary);
} 
 
.owl-controlers .owl-nav > .owl-prev {
    left: calc(-65px / 2);
    font-size: 0;
    height: auto;
    background-color: transparent!important;
    width: auto;
    position: absolute;
    border-radius: 50%!important;
    top: calc(50% - (75px / 2));
    margin: 0!important; 
    color: var(--primary);
} 

.owl-controlers .owl-nav>.owl-next {
    right: calc(-65px / 2);
    height: auto;
    font-size: 0;
    background-color: transparent!important;
    width: auto;
    position: absolute;
    border-radius: 50%!important;
    top: calc(50% - (75px / 2));
    margin: 0!important; 
    color: var(--primary);
} 

.owl-theme .owl-dots .owl-dot span {
    background: var(--primary);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--success);
}
  
textarea.form-control {
    height: 129px;
} 

.box-hover{top:0;position:relative;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.box-hover:hover{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;top:-4px}  

.link-hover{left:0;position:relative;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.link-hover:hover{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;left:4px}  
 
 
.form-control:focus,
.form-control {
    outline: none;
    box-shadow: none!important;
    border: 0px solid transparent!important ; 
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -ms-border-radius: 0!important;
    -o-border-radius: 0!important; 
    background-color: transparent;
    color: #fff;
} 

#button-addon2 {
    background-color: transparent;
    color: #fff;
    padding: 0 15px;
}

.form-control::placeholder {
    color: #fff;
}
  
.site-footer {  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background: #040516;
    position: relative;
    z-index: 3;
    box-shadow: 0px -46px 18px rgba(3, 142, 190, 0.02), 0px -26px 16px rgba(3, 142, 190, 0.08), 0px -12px 12px rgba(3, 142, 190, 0.13), 0px -3px 6px rgba(3, 142, 190, 0.15), 0px 0px 0px rgba(3, 142, 190, 0.15);
} 

.border-azul {  
    background: #080923;
    background-image: url(../images/border-color.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%; 
}

.list_razon {
    list-style: none;
}

.list_razon li {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem; 
}

.list_razon li::after {
    position: absolute;
    content: '';
    left: -15px;
    top: 20px;
    width: 10px;
    height: 10px;
    background-color: var(--primary);
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;
}

.icono_servicio {
    max-width: 180px;
    height: 90px;
    width: 100%;
    object-fit: contain;
    margin:0 auto;
}

.btn_buttons:visited, 
.btn_buttons:hover,
.btn_buttons {
    background-image: url(../images/buton.jpg);
    background-size: 105% 100%;
    max-width: 250px;
    min-width: 240px;
    width: 100%;
    padding: 0.975rem 0.75rem;
    background-position-x: -1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #fff;;
} 

.img-bottons {
    max-width: 38px;
    width: 100%;
}

.card_blog {
    /* azul claro */

    border: 1px solid #028FBE;
}

.card_blog > img {
    object-fit: cover;
    height: 320px;
}

.card_blog .card_blog_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column; 
    background: linear-gradient(180deg, rgba(6, 7, 27, 0) 21.98%, #06071B 67.27%); 
}

.card_blog .card_blog_content a {
    outline: none;
}

.content-cuatro { 
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical
}

.content-tres { 
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical
}

.content-dos { 
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical
}

.card_servicios {
    background-image: url(../images/cards_servicio.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 170px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-servicios {
    position: absolute;
    left: -20px;
    top: calc(104% / 3);
    width: 45px;
}

.img-funcion {
    height: 100%;
    object-fit: cover;
}

.bg_beneficio  {
    background: #020310;
    backdrop-filter: blur(17.5px);
} 

.wrrape-single {
    position: relative;
    overflow: hidden;
}

.wrrape-single::after {
    width: 100%;
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(161deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 45%) 100%);
    background: -webkit-linear-gradient(161deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 45%) 100%);
    background: linear-gradient(161deg, rgba(255,255,255,0) 0%, rgb(0 0 0 / 45%) 100%);
}
 
.wrrape-single .bg_fondo_single {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
}

.wrrape-single > img {
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-o-transition: all 3s ease;
	-ms-transition: all 3s ease;
	transition: all 3s ease;
    
    width: 100%;
    height: 433px;
    object-fit: cover;
    object-position: center;
}

.wrrape-single:hover > img { 
	transform: scale(1.3); 
} 

.bg_clientes{
    background: #06071B;
    
    border-bottom: 1px solid #028fbe38;
    box-shadow: 
     inset 0px 161px 65px rgb(2 143 190 / 1%),
     inset 0px 91px 54px rgb(2 143 190 / 3%),
     inset 0px 40px 40px rgb(2 143 190 / 7%), 
     inset 0px 10px 22px rgb(2 143 190 / 0%);
}
 
.site-contacto {
    background-image: url(../images/CONTACTENOS.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

.form-contactenos label {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.form-contactenos .form-control {
    background: #020310; 
    background-image: url(../images/forms.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    border: 0px solid transparent!important;
}

.wpcf7-not-valid-tip { 
    font-size: 10px; 
} 
 
.content_precios  {
    height: 100%; 
} 

.inner-precios {
    height: 100%;
    min-height: 800px;
    display: flex; 
    flex-direction: column; 
} 

.btn-borders {
    border: 2px solid #028FBE;
    background: transparent;
    color: #fff;
}

.btn-borders:active,
.btn-borders:hover {
    background: linear-gradient(95.71deg, #028FBE 18.18%, #BA38D7 91.26%);
    color: #06071B;
}

.icon-planes {
    max-width: 160px;
    height: 100px;
    object-fit: contain;
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--primary);
    border-color: #dee2e6 #dee2e6 #fff;
}

.owl-precios .owl-item:nth-last-child(1) .item .inner-precios {
    background: #020310;
}

.owl-precios .owl-item:hover .item .inner-precios {
    background-image: url(../images/tablas.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    border: 0px solid transparent!important;  
}

.input-group {
    background: rgba(3, 4, 17, 0.5);
    border: 1px solid #BA38D7;
    border-radius: 5px;
}

.bg_card_blog {
    background-color: #030411!important;
}

.bg_card_blog > a img {
    height: 251px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bg_card_blog > a  { 
    background: linear-gradient(180deg, rgba(6, 7, 27, 0) 21.98%, #06071B 67.27%); 
}

.fecha {
    position: absolute;
    bottom: 15px;
    left: 15px;text-shadow: 1px 1px 2px black, 0 0 1em rgb(0, 0, 0), 0 0 0.2em rgb(0, 0, 0);
}

.swiper-button-next, .swiper-button-prev { 
    filter: contrast(0.1); 
}

.mySwiper {
    width: 100%;
    height: 100%; 
}  

.vinculo_cate ,
.vinculo_cate:visited {
    color: #fff;
}

.vinculo_cate:hover {
    color: var(--btn) ;
}

.icon-razoness {
    position: absolute;
    top: -44px;
    left: 1%;
    right: 1%;
}


[type=search] {
    background: #020310;
    background-image: url(../images/forms.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0px solid transparent!important;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 10px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
    color: #fff;
}

[type=search]::placeholder {
    color: #fff;
}



.search-submit {
    background-image: url(../images/buton.jpg);
    background-size: 105% 100%;
    max-width: 250px;
    min-width: 240px;
    width: 100%;
    border: 0;
    padding: 0.975rem 0.75rem;
    background-position-x: -1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #fff;
    padding: 0.5rem 0;
}

@media (max-width:992px) {  
 
    .bg_clientes{
        background: #06071B; 
        border-bottom: 1px solid #028fbe38; 
        box-shadow: none!important
    }
 
    .owl-controlers .owl-nav > .owl-prev {
        left: calc(-50px / 2)!important;
    }
    .owl-controlers .owl-nav>.owl-next {
        right: calc(-50px / 2)!important;
    }

}

@media (min-width:992px) {
    .content_funtions .col-12:nth-last-child(1) .card_servicios {
        margin-bottom: 0!important;
    }   

    .content_funtions .col-12:nth-last-child(2) .card_servicios {
        margin-bottom: 0!important;
    }
	 
} 
 
.content_linea  {  position: relative;    }

@media (max-width:768px) {  

    .custom-logo-link img {
        max-width: 160px;
        width: 100%;
    }

    .owl-controlers .owl-nav > .owl-prev {
        left: calc(-45px / 2)!important;
    }
    .owl-controlers .owl-nav>.owl-next {
        right: calc(-45px / 2)!important;
    } 

    * h1 {
        font-size: 32px; 
    }

} 

@media (max-width:450px) {
      
    .custom-logo-link img {
        max-width: 120px;
        width: 100%;
    }

    * h1 {
        font-size: 26px; 
    }
} 