::-webkit-scrollbar {
    width: 10px;
}
  
::-webkit-scrollbar-track {    
    border-radius: 10px;
    background: #ddd;
}
   
::-webkit-scrollbar-thumb {    
    background: #545454;
    border-radius: 10px;
    opacity: .7;
    transition: all ease .5s;
}
  
::-webkit-scrollbar-thumb:hover {    
    background: #06ff06;
    opacity: .1;
    transition: all ease .5s;
}

@font-face {
    font-family: 'general';
    src: url('../fonts/Graphit-Regular.otf');
}

@font-face {
    font-family: 'titles';
    src: url('../fonts/Graphit-Thin.otf');
}

@font-face {
    font-family: 'semititles';
    src: url('../fonts/Graphit-Bold.otf');
}

@keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

@-webkit-keyframes hide {
    to {
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes slide_up {
    to {
        
        bottom: 0px;
    }
}


*{
    margin: 0px;
    padding: 0px;
    font-family: 'general';
}

body{
    background: #000;
}

h1{
    font-family: 'titles';
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

h2{
    font-family: 'semititles';
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.blog_suscribe{
    margin: 80px 0px 40px 0px;
    font-size: 28px;
}

h3{
    font-family: 'titles';
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.h3_left{
    text-align: left !important;
}

a{
    text-decoration: none;
    color: #06ff06;
}

p{
    font-family: 'titles';
    color: #fff;
    font-size: 18px;
}

ul li{
    list-style: none;
}

a{
    text-decoration: none;
}

img{
    width: 100%;
}

.clear{
    clear: both;
}

.font_20{
    font-size: 20px;
}

.text_small{
    font-size: 14px !important;    
}

.text_big{
    font-size: 26px;
    margin: 40px 0px;
}

.text_SuperBig{
    font-size: 40px;
    margin: 20px 0px;
}

.italic{
    font-style: italic !important;
}

.green{
    color: #06ff06;
}

.metal_letter{
    background: linear-gradient(to bottom left, #FFFFFF 0%, #AEAEAE 50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.capitalize{
    text-transform: capitalize !important;
}

.lowecase{
    text-transform: lowercase !important;
}

.center{
    text-align: center !important;
}

.left{
    text-align: left !important;
}

.right{
    text-align: right !important;
}

.float_right{
    float: right;
}

.float_left{
    float: left;
}

.m_right_30{
    margin-right: 30px;
}

.center_item{
    display: flex;
    align-items: center;
    justify-content: center
}

.float_right_top_button{
    position: absolute;
    top: 30px;
    right: 20px;
}

.float_right_bottom_button{
    position: absolute;
    bottom: 80px;
    right: 20px;
}

.light_button{    
    display: inline-block;
    font-family: 'general';
    font-size: 15px;
    margin: 10px;
    padding: 10px 28px;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 0px 0px 25px rgb(6, 255, 6, 1);
    transition: all ease .3s;
}

.light_button:hover{    
    box-shadow: 0px 0px 30px rgb(255, 255, 255, 1);
    color: #000;
}

.light_button_white{    
    display: inline-block;
    font-family: 'general';
    font-size: 15px;
    padding: 10px 28px;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 0px 0px 25px rgb(255, 255, 255, 1);
    transition: all ease .3s;
}

.light_button_white:hover{    
    box-shadow: 0px 0px 30px rgb(255, 255, 255, 1);
    color: #000;
}

.small_title{
    font-size: 24px;
}

.big_title{
    font-size: 4.5rem;
}

.multi_line_title{
    margin: 60px 0px;
}

.bring_front{
    position: relative;
    z-index: 99;
}

.high_text{
    margin: 15px 0px;
}

.high_text p{
    font-family: 'titles';
    font-size: 28px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

.high_text p b{
    font-size: 38px;
}

.alert{
    position: absolute;
    width: 550px; 
    top: 40vh;   
    left: calc(50% - 225px);
    padding: 10px 0px;       
    text-align: center;
    border-radius: 15px;
    opacity: 1;
    z-index: 99;
    animation: hide 3s ease 3s forwards;
}

.error{
    color: #fff;
    background-color: #bf3127; 
}

.success{
    color: #fff;
    background-color: #11b364;
}

.multi_line_title h1, h2, h3, h4, h5, h6{
    margin: 0px;
    padding: 0px;
    font-size: 36px;
}

.video_texture_bkg{
    width: 100%;
    margin: 70px 0px;
    background: url('../media/particulas.mp4');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.video_background, .video_background_full_height{
    position: relative;
}

.video_background video{
    width: 100%;
    height: 248px;    
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.video_background_full_height video{
    width: 100%;
    height: 100vh;    
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.video_alications_bkg{
    width: 100%;    
    background: url('../media/inicio_aplicaciones_bkg.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main_logo{
    width: calc(100% - 50px);
    margin: 30px auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}

.main_logo img{
    width: 100%;
}

.main_menu{
    position: fixed;
    width: 100px;
    height: 100vh;
    background-color: rgba(48, 48, 48, .8);
    border-radius: 0px 15px 15px 0px;
    z-index: 999;
}

.main_menu ul li a{
    display: block;
    width: calc(100% - 20px);
    margin: 0px auto 20px auto;
    padding-bottom: 20px;
    color: #fff;
    font-size: 14px;    
    text-align: center;
    border-bottom: 1px solid #000;
    transition: all ease .3s;
}

.main_menu ul li a:hover{
    color: rgba(6, 255, 6, .5);
}

.main_menu ul li:last-child a{
    border-bottom: none;
}

.main_menu ul li a span{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 35px;
}

.main_menu_activo{
    color: #06ff06 !important;
}

.main_menu .icon-tecnologia{
    font-size: 50px;
}

@media (min-height: 0px) and (max-height: 760px){
    .main_menu ul li a{
        font-size: 13px;
    }

    .main_menu ul li a span{
        font-size: 30px;
    }

    .main_menu .icon-tecnologia{
        font-size: 40px;
    }
}

@media (min-height: 761px) and (max-height: 99999px){
    .main_menu{
        height: auto;
    }
}

.blog_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.category_toggle{
    display: none !important;
}

.blog_options_toggle{
    display: inline-block;
}

.category_toggle a{
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    margin: 0px 0px 20px 0px;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 50px;
    cursor: pointer;
}

.blog_menu a{
    display: inline-block;
    color: #fff;
    margin: 5px 10px;
    padding: 5px 25px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: all ease .3s;
}

.blog_menu a:hover{
    background-color: #fff;
    color: #333;
}

.blog_menu .active{
    background-color: #fff;
    color: #333;
    box-shadow: 0px 0px 25px rgb(255, 255, 255, 1);
}

.blog_articles h2{
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}

.blog_date{
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.blog_date i{
    margin-right: 5px;
}

.blog_content{
    height: 70px;
    overflow: hidden;
}

.blog_articles ul li{  
    position: relative;
    display: inline-block; 
    width: calc(33% - 20px);
    height: 320px;
    margin: 10px;      
    background-color: #262626; 
    border-radius: 15px;
    overflow: hidden;
    transition: all ease .5s;
}

.blog_articles{
    width: 100%;
}

.article_info{
    position: absolute;
    width: calc(100% - 40px);
    padding: 0px 20px;
    top: 240px;
    transition: all ease .5s;
    z-index: 5;
}

.article_info p{
    font-size: 14px;
    margin-bottom: 15px;
}

.article_info .light_button{
    position: absolute;
    font-size: 12px;
    margin: 0px;
    top: 200px;
}

.article_cat a{
    position: absolute;
    display: block;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    font-size: 12px;
    padding: 2px 15px;
    top: 195px;
    left: 20px;
    border: 1px solid #fff;
    z-index: 10;
    transition: all ease .5s;
}

.article_cat a:hover{
    background-color: #000;
}

.article_cover{
    position: absolute;    
    width: 100%;
    height: 230px;  
    top: 0px; 
    overflow: hidden;
    transition: all ease .5s;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    z-index: 6; 
}

.article_cover img{
    width: 175%;
}

.blog_articles ul li:hover .article_cover{
    top: -230px;
}

.blog_articles ul li:hover .article_info{
    top: 60px;
}

.blog_articles ul li:hover .article_cat a{
    top: 20px;
}

.blog_articles ul li:first-child{
    width: calc(100% - 20px);
    height: 300px;
}

.blog_articles ul li:first-child h2{
    font-size: 18px;
}

.blog_articles ul li:first-child .article_cover{
    position: relative;  
    float: left;
    width: 40%;
    height: 300px;      
}

.blog_articles ul li:first-child:hover .article_cover{
    top: 0px;
}

.blog_articles ul li:first-child .article_info{
    position: relative;
    float: right;
    width: calc(60% - 40px);
    top: 20px;
}

.blog_articles ul li:first-child .blog_date{
    margin-bottom: 50px;
}

.blog_articles ul li:first-child .article_cat a{
    top: 85px;
    left: calc(40% + 20px);
}

.blog_articles ul li:first-child .article_info .light_button{
    top: 220px;
}

.articulo_vista .main_title{
    width: calc(100% - 80px);
    padding: 20px 40px;
    text-align: left;
    background-color: rgba(75, 75, 75, .4);
}

.articulo_vista p{
    margin-bottom: 20px;
}

.articulo_contenido{
    margin: 0px auto 60px auto;
    max-width: 1000px;
}

.articulo_contenido ul li, .articulo_contenido ol li{
    margin: 0px 0px 15px 25px;    
    color: #fff;
}

.articulo_contenido iframe{
    width: 100%;
    height: auto;
    border: none;
    overflow: hidden;
}

.articulo_contenido iframe img{
    width: 100%;
}

.articulo_portada{
    width: 100%;
    height: 400px;
    margin: 0px 0px 20px 0px;              
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.articulo_portada_seo{
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.articulo_datos{
    text-align: right;
    margin-bottom: 50px;
}

.articulos_relacionados ul li:first-child{
    display: none;
}

.ocultar_articulo{
    display: none !important;
}

.boton_compartir_facebook{
	float: left;
	margin:0px 8px 0px 0px;
}

.boton_compartir_twitter{
	float: left;
}

.main_full_content{
    width: calc(100% - 100px);
    margin: 0px 0px 0px 100px;       
}

.main_full_content_noMargin{
    width: 100%;
    margin: 0px;       
}

.main_full_content_noMargin_content{
    width: calc(100% - 100px);
    padding-left: 100px;
}

.pop_up_content{
    max-width: 1100px;
    min-width: 500px;    
    padding: 20px;
    background-color: #333;
    border-radius: 15px;    
    overflow-x: hidden;
}

.pop_up_form h2{
    margin-bottom: 30px;
}

.pop_up_form p{
    margin: 30px 0px;
}

.lada_field{
    float: left;
    width: 90px;
    margin-right: 10px;    
}

.phone_field{
    float: right;    
    width: calc(100% - 100px);
}

.pop_up_form input{
    width: calc(100% - 30px);
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #333;
    border: 1px solid #111;
    color: #fff;
    border-radius: 100px;
    outline: none;
}

.pop_up_form textarea{
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #333;
    border: 1px solid #111;
    color: #fff;
    border-radius: 15px;
    outline: none;
    resize: vertical;
}

.pop_up_form input[type=submit]{
    display: block;
    width: 200px;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    box-shadow: 0px 0px 30px rgb(255, 255, 255, 1);
    transition: all ease .3s;
}

.pop_up_form input[type=submit]:hover{
    color: #000;
    background-color: #06ff06;
}

.pop_up_form input:focus, .pop_up_form textarea:focus,
.pop_up_form input:target, .pop_up_form textarea:target,
.pop_up_form input:active, .pop_up_form textarea:active{
    border: 1px solid #06ff06;    
}

.pop_up_form label{
    display: inline-block;
    color: #ddd;
    font-size: 14px;
    margin: 0px 0px 5px 10px;
}

.full_video{
    width: 100%;
}

.tecnologia_main{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/tecnologia_bkg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.modelos_main{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/modelos_bkg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.modelos_second{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/modelos_second_bkg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.nosotros_main{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/nosotros_bkg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.nosotros_second{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/nosotros_bkg_2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.nosotros_third{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/nosotros_bkg_3.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contacto_main{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/contacto_bkg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.blog_main{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/blog_bkg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.landing_main{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;            
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main_content{
    width: calc(100% - 260px);
    margin: 0px 0px 0px 130px;  
    padding: 0px 40px;     
}

.content_padding{
    width: calc(100% - 260px);
    padding: 0px 130px;
}

.content_padding_small{
    width: calc(100% - 80px);
    padding: 0px 40px;
}

.border_image{
    border-radius: 15px;
}

.border_video{
    border-radius: 15px;
}

.margin_left{
    margin-left: 50px;
}

.no_margin{
    margin: 0px !important;
}

.margin_tiny{
    width: 100%;
    height: 15px;
}

.margin_small{
    width: 100%;
    height: 30px;
}

.margin_medium{
    width: 100%;
    height: 50px;
}

.margin_large{
    width: 100%;
    height: 80px;
}

.big_space_text{
    margin: 350px 0px;
}

.border_container{    
    margin: 40px 0px;
    padding: 20px;
}

.border_container::before{
    position: absolute;
    content: "";
    width: 25%;
    height: 300px;
    margin-top: -10px;
    right: 80px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.border_container::after{
    position: absolute;
    content: "";
    width: 25%;
    height: 300px;
    margin-top: -300px;
    margin-left: -30px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.col_izq{
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}

.col_der{
    float: right;
    width: calc(50% - 20px);
    margin-left: 20px;
}

.col_30_izq{
    float: left;
    width: calc(30% - 20px);
    margin-right: 20px;
}

.col_70_izq{
    float: left;
    width: calc(70% - 20px);
    margin-right: 20px;
}

.col_30_der{
    float: right;
    width: calc(30% - 20px);
    margin-left: 20px;
}

.col_70_der{
    float: right;
    width: calc(70% - 20px);
    margin-left: 20px;
}

.col_3{
    float: left;  
    width: calc(33.3% - 60px);      
}

.col_3:nth-child(1n){
    margin: 20px 60px 20px 0px;
}

.col_3:nth-child(2n){
    margin: 20px 30px;
}

.col_3:nth-child(3n){
    margin: 20px 0px 20px 60px;
}

.col_3_1{
    float: left;  
    width: calc(33.3% - 60px); 
    margin: 20px 60px 20px 0px;
}
.col_3_2{
    float: left;  
    width: calc(33.3% - 60px); 
    margin: 20px 30px;
}
.col_3_3{
    float: left;  
    width: calc(33.3% - 60px); 
    margin: 20px 0px 20px 60px;
}

.col_4{
    float: left;  
    width: calc(25% - 60px); 
    margin: 30px;     
}

.col_4 p{
    text-align: center;
    margin: 10px 0px 20px 0px;
}

.footer_boxes{
    display: flex;
    justify-content: space-between;
}

.footer_text_col_3_1{    
    width: 230px;         
}
.footer_text_col_3_2{    
    width: 265px;         
}
.footer_text_col_3_3{    
    width: 225px;         
}

.footer_left_margin{
    padding-left: 20px;
}

.two_logos_center{
    width: 250px;
    margin: 0 auto;
}

.two_logos_center img{
    width: calc(50% - 22px);
    margin: 10px;
}

.img_100p{
    width: 100px;
    margin: 0px calc(50% - 50px);
}

.img_30{
    width: 30%;
    margin: 0px 35%;
}

.img_40{
    width: 40%;
    margin: 0px 30%;
}

.img_50{
    width: 50%;
    margin: 0px 25%;
}

.img_75{
    width: 75%;
    margin-left: 12.5%;
}

.center_img_medium{
    width: 10%;
    margin: 20px 45%;
}

.center_img_medium img{
    width: 100%;
}

.height_scroll{
    width: 100%;
    height: 450px;
    padding: 0px 0px 20px 0px;
    overflow-y: scroll;
}

.height_scroll h2{
    font-size: 26px;
}

.height_scroll::-webkit-scrollbar-thumb {    
    background: #000;
    border-radius: 10px;
    opacity: .7;
    transition: all ease .5s;
}

.height_scroll:hover::-webkit-scrollbar-thumb {    
    background: #545454;
    border-radius: 10px;
    opacity: .7;
    transition: all ease .5s;
}

.height_scroll::-webkit-scrollbar-track {    
    border-radius: 10px;
    background: #000;
}

.blue_gradient_bkg{
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(15,30,50,1) 20%, rgba(15,30,50,1) 50%, rgba(15,30,50,1) 80%, rgba(0,0,0,1) 100%);
}

.gradient_dark_bottom{    
    width: 100%;
    height: 100px;    
    background: linear-gradient(360deg, rgb(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); 
}

.gradient_mask_top{
    position: relative;
    width: 100%;
    height: 150px;
    margin-bottom: -150px;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);  
    z-index: 10;
}

.gradient_mask_bottom{
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: -150px;
    background: linear-gradient(360deg, rgb(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}

.gradient_mask_top_landing{
    position: relative;
    width: 100%;
    height: 150px;
    top: -60px;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);  
    z-index: 10;
}

.gradient_mask_bottom_landing{
    position: relative;
    width: 100%;
    height: 150px;
    bottom: -60px;
    background: linear-gradient(360deg, rgb(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}

.gradient_mask_absolute_top{
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0px;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);  
    z-index: 10;
}

.gradient_mask_absolute_bottom{
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0px;
    background: linear-gradient(360deg, rgb(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}

.gradient_blue_mask_bottom{
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: -150px;
    background: linear-gradient(360deg, rgba(15,30,50,1) 0%, rgba(15,30,50,0) 100%);
    z-index: 10;
}

.center_icon span{
    display: inline-block;
    width: 100%;
    font-size: 120px;
    margin: 50px 0px 20px 0px;
    text-align: center;
}

.center_icon_img{
    width: 100%;
    margin: 20px 0px;
}

.center_icon_img img{
    width: 20%;
    margin-left: 40%;
}

.top_menu{
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 10px 15px;
    background-color: rgba(48, 48, 48, .8);
    border-radius: 0px 0px 0px 15px;
    z-index: 15;
}

.top_menu ul li{
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #757575;
}

.top_menu ul li:last-child{    
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

.top_menu ul li a{
    color: #fff;
    font-size: 16px;
    transition: all ease .3s;
}

.top_menu ul li a:hover{
    color: #06ff06;
}

.top_menu .active{
    color: #06ff06;
}

.top_menu ul li i{
    font-size: 18px;
}

.top_menu ul li span{
    font-size: 16px;
}
  
.logo_carousel {
    overflow: hidden;
    margin: 50px 0px;
    padding: 10px 0px;
    white-space: nowrap;
    position: relative;      
}

.logo_carousel:before, .logo_carousel:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logo_carousel:before {
    left: 0;
    /* background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logo_carousel:after {
    right: 0;
    /* background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logo_items {
    display: inline-block;    
    animation: 55s slides infinite linear;
}

.logo_carousel:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img:first-child{    
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.logo_items img:last-child{    
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.logo_items img{
    width: calc(10% - 60px);
    height: auto;
    margin: 0px 30px;
}

.logo_less_margin{
    margin: 0px 0px !important;
}

.number_counter{
    width: 100%;
    padding: 50px 0px;
}

.number_counter h2, .number_counter p{
    text-align: center;
}

.slider_info{
    max-width: 1000px;
    height: 400px;
    margin: 0 auto;
    padding: 30px 30px;           
}

.nosotros_sliders .slider_info{
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(2px); 
}

.slider_info h2{
    font-size: 30px;
    margin-bottom: 15px;
    color: #06ff06;
}

.slider_info p{
    text-align: center;        
}

.slider_info img{
    width: 100px !important;
    margin: 30px auto;
}

.rentabilidad_bkg{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/sliders/tecnologia/rentabilidad.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;     
}

.eco_bkg{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/sliders/tecnologia/ecof.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;      
}

.control_bkg{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/sliders/tecnologia/control_m.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;      
}

.autolimpieza_bkg{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/sliders/tecnologia/autolimpieza.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;     
}

.modulares_bkg{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/sliders/tecnologia/e_modulares.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.plugplay_bkg{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/sliders/tecnologia/plugplay.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
}

.electrocloracion_bkg{
    width: 100%;
    margin: 0px;
    padding: 50px 0px 0px 0px;        
    background: url('../img/sliders/tecnologia/electro.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;     
}

.nosotros_sliders{
    height: 580px;
    margin: 30px 0px;
    overflow: hidden;    
}

.first_slide_img{
    float: left;
    width: calc(50% - 20px);
    margin: 0px 15px 0px 0px !important;    
}

.first_slide_info{
    float: right;
    width: calc(50% - 15px);
    margin: 270px 0px 0px 15px;    
}

.first_slide_info p, .first_slide_info h2{
    text-align: left;
}

.second_slide_img{
    width: 100%;    
    height: 320px;
    margin-bottom: 15px;
    border-bottom: 5px solid #fff;
    overflow: hidden;
}

.second_slide_info{
    width: 100%;
}

.thirth_slide_img{
    float: right;
    width: calc(50% - 20px);
    margin: 0px 0px 0px 15px !important;
    border-left: 5px solid #fff;
}

.thirth_slide_info{
    float: left;
    width: calc(50% - 15px);
    margin: 270px 15px 0px 0px;    
}

.thirth_slide_info p, .thirth_slide_info h2{
    text-align: left;
}

.fourth_slide_img{
    width: 100%;    
    height: 320px;    
    border-top: 5px solid #fff;
    overflow: hidden;
}

.fourth_slide_info{
    width: 100%;
    margin-bottom: 15px;
}

.first_slide_img img{    
    border-right: 5px solid #fff;
}

.first_slide_img img, .second_slide_img img, .thirth_slide_img img, .fourth_slide_img img{
    width: 100% !important;
    margin: 0px !important;
}

/* carousel */
.carousel-indicators li{
    width: 9px;
    height: 9px;
    border-radius: 15px;
    margin: 0px 4px;
    cursor: pointer;
    transition: all ease .3s;
}

.carousel-indicators .active{
    width: 40px;
    background-color: #06ff06;
}
/* carousel */

footer{
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 50px 0px 0px 0px;                
}

.footer_index_bkg{
    background: url('../img/footer_bkg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.footer_tecnologia_bkg{
    background: url('../img/footer_tecnologia_bkg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.blue_bkg{
    background-color: #0f1e32;
}

.footer_bkg_gradient{
    background: linear-gradient(180deg, rgba(15,30,50,0) 0%, rgba(15,30,50,1) 80%, rgba(15,30,50,1) 100%);
}

footer h3{
    font-family: 'semititles';
    font-size: 30px;
}

footer a {
    display: inline-block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    font-family: 'titles';
    transition: all ease .3s;
}

footer a:hover{
    color: #06ff06;
}

footer .social_menu{
    margin-top: 10px;
}

footer .social_menu a{
    display: inline-block;
    margin-right: 20px;
}

.terminos_menu{
    padding: 0px 0px 50px 0px;
}

.terminos_menu a{
    display: inline-block;
    font-size: 16px;
    margin-right: 30px;
}

.calculator_form input[type=number]{
    display: block;
    width: 100px;
    margin: 20px auto;
    padding: 12px 10px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.calculator_form .calc_result{
    color: #06ff06;
    font-weight: bold;
    font-family: 'semititles';
    font-size: 30px;
    margin: 10px 0px;
}

.crew_cards{
    position: relative;
}

.crew_cards h2, .crew_cards h3, .crew_cards p{
    color: #fff;
    text-align: left;
}

.crew_cards h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}

.crew_cards h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.crew_cards p{
    font-size: 14px;
    font-weight: bold;    
}

.crew_card{
    display: inline-block;
    margin-bottom: 20px;    
}

.crew_card img{
    float: left;
    position: relative;
    width: 50%;
    border-radius: 15px 0px 0px 15px;    
}

.crew_cards_info{
    float: right;
    width: calc(50% - 41px);
    margin-left: 20px;
    padding: 15px 10px;
    height: auto;          
    border-right: 1px solid #545454;
    border-bottom: 1px solid #545454;
}

.cards_titles{
    margin: 20px 0px;
}

.cards_titles h3{
    font-size: 24px;
    margin: 10px 0px;
    text-align: center;
}

/* tabs */
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tab-panels section{
    text-align: left;
}

.tab-panels p{
    text-transform: none;
    margin: 40px 0px 0px 0px;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #fff;    
    cursor: pointer;    
}

.tabset > label::after {
    /* content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d; */
}

input:focus-visible + label {
    /* outline: 2px solid rgba(0,102,204,1);
    border-radius: 3px; */
}

.tabset,
.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    /* background: #06c; */
}

.tabset > input:checked + label {
    background: #fff;     
    color: #000;  
    box-shadow: 0px 0px 25px rgb(255, 255, 255, 1);
}

.tab-panel {
    margin: 30px 0px;
    padding: 20px 0;    
}

/* tabs */

/* calculator form */

.hidden-toggles {
    position: relative;
    width: 100%;
    margin: 20px 0px;
    border-radius: 50px;
    overflow: hidden;
    height: 60px;    
    display: block;
    flex-direction: row-reverse;
}
.hidden-toggles > * {
    flex: 0 0 25%;
}
.hidden-toggles:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 50px;
    pointer-events: none;
}
.hidden-toggles__input {
    display: none;
}
.hidden-toggles__input:checked + .hidden-toggles__label {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 25px rgb(255, 255, 255, 1);
}
.hidden-toggles__input:checked + .hidden-toggles__label:before {
    opacity: 1;
}
.hidden-toggles__input:checked + .hidden-toggles__label:last-of-type {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 25px rgb(255, 255, 255, 1);
}
.hidden-toggles__input:nth-of-type(1) + label {
    order: 4;
}
.hidden-toggles__input:nth-of-type(2) + label {
    order: 3;
}
.hidden-toggles__input:nth-of-type(3) + label {
    order: 2;
}
.hidden-toggles__input:nth-of-type(4) + label {
    order: 1;
}
.hidden-toggles__input:nth-of-type(1):checked ~ label:last-of-type, .hidden-toggles__input:nth-of-type(2):checked ~ label:last-of-type {
    margin-right: -33.33%;
}
.hidden-toggles__label {
    float: left;
    display: flex;
    width: 25%;    
    height: 100%;
    text-align: center;
    font-size: 14px;
    align-items: center;
    justify-content: space-around;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-out;
    color: #fff;
}
.hidden-toggles__label:hover {
    color: #06ff06;
}
.hidden-toggles__label:nth-of-type(2) {
    border-left: #fff;
    border-right: #fff;
}
.hidden-toggles__label:last-of-type {
    border-left: #fff;
}

/* calculator form */

/* hover scale img gallery */

.galery_container {
    display: flex;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    height: 550px;
}

.box {
    position: relative;
    flex: 1;
    overflow: hidden;
    transition: .3s;
    margin: 0 10px;
    border: 1px solid #fff;
    border-radius: 15px;  
    transition: all ease .3s; 
}

.box_filter{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 85%);
    width: 100%;
    height: 550px;
    position: absolute;    
}

.box > img {
    width: 100%;
    height: 550px;
    object-fit: cover; 
    transition: .3s;
}

.box > span {
    font-size: 60px;
    position: absolute;
    left: -30px;
    bottom: 45px;
    display: block;
    text-align: center;    
    color: #fff;
    font-family: 'semititles';
    transform: rotate(-90deg);
    transition: all ease .3s;
}

.box > p{
    position: absolute;
    display: block;
    width: calc(100% - 85px);    
    /* margin: -105px 0px 0px 65px; */
    top: 10px;
    left: 65px;
    padding: 0px 10px;
    opacity: 0;    
}

.box:hover {
    flex: 1 1 25%;    
}
.box:hover > img {
    width: 100%;
    height: 100%;
}

.box:hover > p {
    opacity: 1;
    transition: 2s;
}

.box:hover > span {
    bottom: 430px;
}

.box:hover > .box_filter{
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 85%);
}
   
/* hover scale img gallery */

/* fancybox */

.fancybox-overlay{
    backdrop-filter: blur(5px);
}

/* fancybox */

/* Pagination */
.pagination-container{
    width: 100%;
}

.pagination-container ul{
    float: right;
}

.pagination-container ul li{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    margin: 2px 5px;
    background-color: #000;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease .3s;
}

.pagination-container ul li a{
    color: #fff;
}

.pagination-container ul li:hover{
    background-color: #fff;
    border: 1px solid #fff;
}

.pagination-container ul li:hover a{
    color: #000;
}

.paginationjs .paginationjs-pages li.active{
    background-color: #06ff06;
    cursor: auto;
}

.paginationjs .paginationjs-pages li.active a{
    color: #000;
}

/* Pagination */

.footer_derechos{
    color: #fff;
    margin: 0px 30px 15px 0px;
}

.landing_header h3{
    font-size: 55px;
    text-align: center;
}

.landing_title_icon{
    display: block;
    width: 200px;
    margin: 10px auto 40px auto;
}

.landing_info_gradient{
    width: 100%;
    margin: 0px;
    padding: 50px 0px;            
    background: linear-gradient(180deg, rgba(15,30,50,1) 0%, rgba(15,30,50,1) 30%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%);
}

.landing_info_gradient h4, .landing_info h4{
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 20px 0px;
}

.landing_info_gradient p, .landing_info p{
    margin-bottom: 30px;
}

.landing_mid_cover{
    position: relative;
    width: 100%;
    margin: 40px 0px;
    height: 350px;            
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.landing_mid_cover .gradient_mask_top{
    position: absolute;
    top: 0;
    margin: 0px !important;
    width: 100%;
    height: 150px;    
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);  
    z-index: 10;
}

.landing_mid_cover .gradient_mask_bottom{
    position: absolute;
    bottom: 0;
    margin: 0px !important;
    width: 100%;
    height: 150px;    
    background: linear-gradient(360deg, rgb(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
}

.landing_blog_cover{
    position: relative;
    width: 100%;
    margin: 40px 0px;
    padding: 60px 0px;           
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.landing_blog_cover h4{
    font-size: 38px;
    text-align: center;
    color: #fff;
    margin: 30px 0px;
}

#pdcc-message-container{
    position: fixed;
    bottom: -900px;
    width: 100%;
    padding: 20px 0px;
    background-color: #454545 !important;
    z-index: 9999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    animation: slide_up 2s ease 1s forwards !important;
}

#pdcc-modal-description h3{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    color: #333 !important;
}

#pdcc-modal-description p{
    font-size: 14px;
    margin-bottom: 5px;
    color: #333 !important;
}

#pdcc-message-container form{
    margin-top: 20px;
}

.cookies_msg{
    float: left;
    width: calc(70% - 50px);
    text-align: left;
    margin-left: 50px;
    font-weight: normal;
}

.coockie_accept{
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px 15px;
    background-color: #ccc;
    border: 1px solid #fff !important;
    color: #333;
    border: none;
    cursor: pointer;
}

.coockie_cancel{
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #656565;
    border: 1px solid #fff !important;
    color: #eee;
    border: none;
    cursor: pointer;
}

.only_movil{
    display: none;
}

/* ============================ Inicia versión responsiva ============================ */

@media (min-width: 0px) and (max-width: 1180px){
    h1{
        font-size: 2rem;        
    }
}

@media (min-width: 0px) and (max-width: 940px){
    .only_movil{
        display: block;
    }    

    .only_desktop{
        display: none !important;
    }

    .main_full_content_noMargin_content{
        width: 100%;
        padding: 0px;
    }

    .big_title{
        font-size: 50px;
    }

    .multi_line_title{
        margin: 110px 0px;
    }

    .multi_line_title h1, h2, h3, h4, h5, h6{
        font-size: 24px;
    }

    .main_logo{
        margin: 10px auto;
        padding-bottom: 10px;
    }

    .main_menu{
        left: -100px;
        height: auto;
    }

    .main_menu ul li a span{        
        width: 100%;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .main_menu .icon-tecnologia{
        font-size: 35px;
    }

    .main_menu ul li a{
        margin: 0px auto 10px auto;
        padding-bottom: 10px;        
        font-size: 13px;    
    }

    .movil_menu_hide_click {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.6);
        backdrop-filter: blur(1px);
        z-index: 888;
        display: none;
    }

    .menu_hide_button_arrow {
        position: fixed;
        top: 50%;
        right: 40px;
    }

    .menu_hide_button_arrow i {
        color: rgba(255, 255, 255, .7);
        font-size: 42px;
    }

    .menu_movil_switch i{
    	position: fixed;
    	text-align: center;
    	bottom: 40px;
    	right: 20px;
    	padding: 10px 15px;
    	font-size: 24px;
    	border-radius: 20px 0px 20px 0px;
    	color: #000;
    	background: #eee;
    	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    	cursor: pointer;
    	z-index: 999;
    }

    .main_full_content{
        width: 100%;
        margin: 0px;       
    }

    .main_content{
        width: calc(100% - 80px);
        margin: 0px 0px 0px 0px;  
        padding: 0px 40px;     
    }
    
    .content_padding{
        width: calc(100% - 40px);
        margin: 0px;
        padding: 0px 20px;
    }
    
    .col_izq{        
        width: 100%;
        margin: 20px 0px;
    }
    
    .col_der{
        width: 100%;
        margin: 20px 0px;
    }
    
    .col_30_izq{
        width: 100%;
        margin: 20px 0px;
    }
    
    .col_70_izq{
        width: 100%;
        margin: 20px 0px;
    }
    
    .col_30_der{
        width: 100%;
        margin: 20px 0px;
    }
    
    .col_70_der{
        width: 100%;
        margin: 20px 0px;
    }
    
    .col_3{
        width: 100%;
        margin: 20px 0px;     
    }

    .col_3:nth-child(1n){
        width: 100%;
        margin: 20px 0px;
    }
    
    .col_3:nth-child(2n){
        width: 100%;
        margin: 20px 0px;
    }
    
    .col_3:nth-child(3n){
        width: 100%;
        margin: 20px 0px;
    }
    
    .col_3_1{
        width: 100%;
        margin: 20px 0px;
    }
    .col_3_2{
        width: 100%;
        margin: 20px 0px;
    }
    .col_3_3{
        width: 100%;
        margin: 20px 0px;
    }

    .col_4{
        float: left;  
        width: 100%; 
        margin: 20px 0px;     
    }

    .footer_boxes{
        display: block;
    }

    .footer_text_col_3_1{
        width: 100%;
        margin: 20px 0px;
    }

    .footer_text_col_3_2{
        width: 100%;
        margin: 20px 0px;
    }

    .footer_text_col_3_3{
        width: 100%;
        margin: 20px 0px;
    }

    .margin_left{
        margin-left: 0px;
    }

    .tabset > label {
        font-size: 12px;
    }

    .tab-panel {
        margin: 10px 0px;
        padding: 10px 0;    
    }

    .m_right_30{
        margin: 20px 0px 20px 0px;
    }

    .float_right_bottom_button{        
        bottom: 10px;        
    }

    .terminos_menu a{
        display: block;
        width: 100%;
        margin: 15px 0px;
        text-align: center;
    }

    .center_item{
        flex-wrap: wrap;
    }

    .img_30{        
        width: 75%;
        margin: 0px 12.5%;
    }
    
    .img_40{        
        width: 75%;
        margin: 0px 12.5%;
    }
    
    .img_50{        
        width: 75%;
        margin: 0px 12.5%;
    }

    .video_background video{
        height: 340px;    
    }

    .first_slide_img{        
        width: 100%;
        height: 300px;
        margin: 0px 0px 15px 0px !important;
        border-bottom: 5px solid #fff;
        border-right: none;
        overflow: hidden;
    }

    .first_slide_img img{
        width: 70% !important;
        margin-left: 15% !important;
        border-right: none;
    }
    
    .first_slide_info{        
        width: 100%;
        margin: 0px 0px 0px 0px;    
    }

    .thirth_slide_img{
        width: 100%;
        height: 300px;
        margin: 15px 0px 0px 0px !important;
        border-top: 5px solid #fff;
        border-left: none;
        overflow: hidden;
    }
    
    .thirth_slide_info{
        width: 100%;
        margin: 0px 0px 0px 0px;    
    }

    .galery_container {        
        display: inline-block;
        height: auto;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .box {    
        float: none;    
        width: 100%; 
        height: 365px !important;
        margin: 15px 0px;      
    }
    
    .box_filter{
        height: auto;           
    }
    
    .box > img {        
        height: auto;
    }
    
    .box > span {
        position: absolute;
        display: block;         
        width: 100%;         
        transform: rotate(0deg);
        left: 0;
        bottom: 0;
        top: 30px;
    }
    
    .box > p{                        
        left: 0px;
        opacity: 1;  
        width: calc(100% - 40px);
        padding: 20px;
        top: 120px;  
    }
    
    .box:hover {
        flex: 1 1 25%;   
    }
    .box:hover > img {
        width: 100%;
        height: 100%;
    }
    
    .box:hover > p {
        opacity: 1;
        transition: 2s;
    }
    
    .box:hover > .box_filter{
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 85%);
    }
    
    .crew_card{
        height: auto;
    }

    .logo_items{
        width: auto;
    }

    .logo_items img{
        width: 100px;
        height: auto;
        margin: 0px 15px;
    }    

    .border_container::before{       
        margin-top: -10px;
        right: 30px;
    }
    
    .border_container::after{
        margin-top: -300px;
        margin-left: -30px;
    }    

    .crew_card img{
        width: 100%;
        border-radius: 15px;
    }

    .crew_cards_info{
        width: 100%;
        margin: 0px 0px;
        padding: 10px 0px;
        border: none;
    }

    .big_space_text{
        margin: 60px 0px;
    }
    
    .pop_up_content{
        min-width: auto !important;
    }

    .blog_articles ul li{   
        width: calc(50% - 25px);
        height: 360px;
        margin: 10px;              
    }

    .blog_articles ul li:first-child .article_cat a{
        top: 110px;
    }

    .blog_articles ul li:first-child .article_cover{
        box-shadow: none;
        border-radius: 15px;    
        height: 280px !important;    
    }

    .article_cover img{
        width: 200%;
    }

    .article_info .light_button{
        top: 75px;
        right: 10px;
    }
}

@media (min-width: 0px) and (max-width: 550px){
    .blog_articles ul li{   
        width: 100%;
        height: 400px;
        margin: 0px 0px 20px 0px;              
    }

    .article_info .light_button{
        top: 115px;
        right: 10px;
    }

    .blog_articles ul li:first-child{
        height: 470px;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .blog_articles ul li:first-child .article_cover{
        width: 100%;
    }

    .blog_articles ul li:first-child .article_info{
        width: calc(100% - 40px);
    }

    .blog_articles ul li:first-child .article_cat a{
        top: 240px;
        left: 20px;
    }

    .blog_articles ul li:first-child .article_info .light_button{
        top: 125px;
        right: 10px;
    }

    .article_cover img{
        width: 200%;
    }

    .blog_menu a{
        width: 100%;
        margin: 5px 0px;
        padding: 8px 0px;
        text-align: center;
    }

    .category_toggle{
        display: block !important;
    }

    .blog_options_toggle{
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 500px){
    .blog_articles ul li:first-child .article_cat a{
        top: 240px;
        left: 20px;
    }

    .blog_articles ul li:first-child .article_info .light_button{
        top: 125px;
        right: 10px;
    }

    .article_cover img{
        width: 200%;
    }
}

@media (min-width: 0px) and (max-width: 400px){
    .big_space_text{
        margin: 300px 0px 90px 0px;
    }

    .first_slide_img{
        height: 180px;
    }

    .second_slide_img{
        height: 120px;
    }
}