/*
 Theme Name:     Grupo Loginam
 Theme URI:      http://www.elegantthemes.com/demo/?theme=Divi
 Description:    This is Child Theme for Grupo Loginam
 Author:         Ecolohosting
 Author URI:     http://ecolohosting.com/
 Template:       Divi
 Version:        2.0.0
*/
 
/* Add Custom CSS after this line */

.desktop_header{position: fixed; width: 100%; padding-top: 12px !important; padding-bottom: 0 !important}
.desktop_header .desktop_header_row{padding-top: 7px !important; padding-bottom: 7px !important}
.desktop_header .desktop_header_row .et_pb_column{display: inline-block; vertical-align: middle; float: none !important;}
.desktop_header .header_menu .et_pb_menu__logo-wrap .et_pb_menu__logo{width: 130px !important; margin-right: 85px;}
.desktop_header .header_menu  .et-menu-nav > ul {display: inline-block !important; margin: auto !important;}
.desktop_header .header_menu  .et-menu-nav > ul li{display: inline-block !important; padding-left: 6.5px; padding-right: 6.5px; position: relative;}


.desktop_header .header_menu  [state="active"]:before{content: ""; width: 100%; height: 3px; background-color: #093254; position: absolute; 
bottom: 0; left: 0; right: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}



body .desktop_header .header_menu li a{font-weight: 400 !important; padding-top: 10px !important; padding-bottom: 10px !important}
.desktop_header .phone_header .et_pb_text_inner a{color: #ffff !important}

body #page-container .et_pb_section .et_pb_button.gr_logi_button, 
body #page-container .et_pb_section .et_pb_button.gr_logi_button:hover {padding: 15px 9px !important; font-weight: 400 !important; max-width: 173px; width: 100%;}


body .desktop_header.fix-header{background-color: rgba(255, 255, 255, 0.94) !important; padding-top: 0 !important}
body .desktop_header.fix-header .header_menu li a{color: #000 !important}
body .desktop_header.fix-header .header_menu .et_pb_menu__logo:before{content: ""; background-image: url(images/fixed_logo.png); display: inline-block; width: 130px; height: 67px; background-position: center; background-size: contain;}
body .desktop_header.fix-header .header_menu .et_pb_menu__logo img{display: none;}
body .desktop_header.fix-header .phone_header .et_pb_text_inner a {color: #000 !important;}
body .desktop_header.fix-header .lang_sel ul li a{color: #000 !important;}
body .desktop_header.fix-header .lang_sel ul li:first-child:after{background-color: #000;}



.lang_sel{}
.lang_sel ul{padding-left: 0 !important; padding-bottom: 0 !important; margin-bottom: 0 !important}
.lang_sel ul li{display: block; text-align: left; margin-bottom: 8px; position: relative;}
.lang_sel ul li:first-child:after{right: 0; top: 0; bottom: 0; margin: auto; height: 10px; width: 1px; background-color: #ffff; display: inline-block; position: absolute;}
.lang_sel ul li a{color: #ffff !important; text-transform: uppercase;font-weight: 400 !important; padding: 10px;}
.lang_sel ul li a.active{font-weight: 800 !important}
.lang_sel ul li a:before{content: ""; display: inline-block; width: 20px; height: 20px; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; vertical-align: sub; border-radius: 20px; margin-right: 12px}
.esp_flag:before{background-image: url("images/esp_flag.jpg");}
.eng_flag:before{background-image: url("images/eng_flag.jpg");}


.slider_section{padding-top: 17% !important; padding-bottom: 10% !important; position: relative;}
.slider_section:before{content: ""; position: absolute; display: inline-block; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%;  background-color: #093254; opacity: 0.65; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; z-index: 1}
.slider_section .et_parallax_bg{background-position: center}
.slider_section > .et_pb_row > .et_pb_column{display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center}
.slider_section .logi_slide_logo_col{padding-right: 15%;}
.slider_section .main_logo_row{padding-top: 0 !important; padding-bottom: 0 !important}


.slider_headline{padding: 0 !important; margin-bottom: 0 !important}
.slider_headline .et_pb_module_header{  line-height: 59px !important; padding-bottom: 0 !important;}

.slider_text_desc .et_pb_text_inner{font-weight: 400 !important; line-height: 30px !important;}

.contact_form_section{padding-top: 0 !important; padding-bottom: 0 !important}
.contact_form_section .contact_form_row{padding-top: 31px !important; padding-bottom: 30px !important;}



    /* TAMAÑOS GENERALES */
    .formulario.positivo li input[type="email"] {max-width: 100%}
    .formulario.positivo li input[type="tel"]{max-width: 100%}
    .formulario ul { margin: 0; padding: 0; font-size: 0; display: block; width: 100%; }
    .formulario li { padding: 0; display: inline-block; vertical-align: top; }
    .formulario li.fullwidth { width: 100% !important; margin-right: 0; }
    .formulario li.list_fix { display: none !important }
    .formulario li input[type="text"], .formulario li input[type="tel"],
    .formulario li input[type="email"] { width: 100%; border: 1px solid #69727d; border-radius: 5px; border: none !important; height: 50px; line-height: 50px; padding: 0 15px; font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif; font-size: 17px; font-weight: 400;-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
    .formulario li textarea { width: 100%; border: none !important; height:150px; padding:15px; font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif; font-size: 17px; font-weight: 400;-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
    .formulario li textarea, 
    .formulario li input[type="text"]:focus,
    .formulario li input[type="email"]:focus { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
    .formulario li input[type="submit"]{ width:100%; height:47px; letter-spacing: 2px; border: 1px solid #69727d; border-radius: 5px; line-height: 47px; background: #ffff; border: none; color: #000; font-weight: 600; text-transform: uppercase; cursor: pointer; font-size: 16px; }
    .formulario li input[type="submit"]:hover { background: #ffff; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; color: #00A9FF !important}
    .formulario.negativo div.wpcf7-validation-errors, .formulario.negativo div.wpcf7-acceptance-missing { color: white !important; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;}
    .formulario li label{display: block; width: 100%; font-size: 16px; color: #ffff; text-align: left; margin-bottom: 6px;}
    .submit_row{padding-top: 33px !important}
    .wpcf7-spinner{position: absolute;}
    .wpcf7-not-valid-tip {font-size: 17px !important; color: #ffff !important}


    /* COLUMNAS */
    /*5 COLUMNAS*/
    .formulario.cinco_campos ul { text-align: center;  }
    .formulario.cinco_campos li {width: 24%; margin-right: 0.7%;}
    .formulario.cinco_campos li:last-child { margin-right: 0 !important; }
    /*2 COLUMNAS*/
    .formulario.dos_campos li {width:49%; margin-right: 2%; margin-bottom: 20px; }
    .formulario.dos_campos li:nth-child(2n) { margin-right: 0 !important;}

    /* COLORES --FONDOS OSCUROS-- */
    .formulario.negativo li input[type="text"], .formulario.negativo li input[type="tel"],
    .formulario.negativo li input[type="email"]{color: #1a1c1e; background: rgba(255,255,255);}
    .formulario.negativo li input[type="text"]:focus, .formulario.negativo li input[type="tel"]:focus,
    .formulario.negativo li input[type="email"]:focus { background: white; color: #1a1c1e; }

    /* COLORE --COLORES CLAROS-- */
    .formulario.positivo li textarea,
    .formulario.positivo li input[type="text"],
    .formulario.positivo li input[type="email"]{color:black; background: rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0) !important }
    .formulario.positivo li textarea:focus,
    .formulario.positivo li input[type="text"]:focus,
    .formulario.positivo li input[type="email"]:focus { background: white; color: black; border: 1px solid rgba(0,0,0,.1) !important }


@media (max-width: 980px) {
    /*5 COLUMNAS*/
    .formulario.cinco_campos li {width:49%; margin-right: 2%; margin-bottom:20px;   }
    .formulario.cinco_campos li:nth-child(even) { margin-right: 0 !important;  }
    .formulario.cinco_campos  li:last-child { margin-right: 0 !important; width: 100% !important; }
}
@media (max-width: 600px) { 
    /* 2 y 5 COLUMNAS*/
    .formulario.dos_campos li,
    .formulario.cinco_campos li {width:100%; margin-bottom:20px; margin-right: 0 !important;  }
    .formulario.cinco_campos  li:last-child { margin-right: 0 !important; width: 100% !important; } 
}


.grupo_logi_headline{padding: 0 !important; margin-bottom: 0 !important}
.grupo_logi_headline .et_pb_module_header{font-weight: 400 !important}
.grupo_logi_headline  .et_pb_promo_description div{line-height: 30px !important}


.services_section{padding-top: 100px !important; padding-bottom: 109px !important}
.services_section .grupo_logi_headline .et_pb_module_header {margin-bottom: 9px;}
.services_section  .grupo_logi_headline_desc{margin-bottom: 13px !important;}

.services_headline_row{padding-bottom: 0 !important}
    

.service_row .et_pb_column{float: none !important; display: inline-block; vertical-align: middle;}
.service_row:nth-child(2n+1){}
.service_row:nth-child(2n+1) .service_blurb{margin-left: auto !important; margin-right: -22%;}
.service_row:nth-child(2n+1) .et_pb_column:first-child{z-index: 999}

.service_blurb{min-height: 295px; max-width: 518px; margin-left: -22%; display: grid; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);} 
.service_blurb .et_pb_blurb_content{position: relative; display: block; max-width: 100%; width: 100%; height: 100%; display: grid;}
.service_blurb .et_pb_blurb_container{padding: 0px 30px 5px 30px; margin: auto; width: 100%}

.service_blurb .et_pb_blurb_description{line-height: 25px; position: relative; padding-bottom: 41px;}
.service_blurb .et_pb_blurb_description:before{content: "Ver Más →"; display: block; position: absolute; bottom: 0; left: 0; right: 0}
.service_blurb.eng .et_pb_blurb_description:before{content: "View More →"; display: block; position: absolute; bottom: 0; left: 0; right: 0}


.service_blurb  .et_pb_module_header{font-weight: 500 !important; margin-bottom: 5px;}
.service_blurb .et_pb_main_blurb_image{display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background-color: #ffff !important; margin-bottom: 0 !important; -webkit-transition: all .6s ease-in-out !important;
-o-transition: all .6s ease-in-out !important;
transition: all .6s ease-in-out !important; z-index: 9}

.service_blurb:hover .et_pb_main_blurb_image{-webkit-transition: all .6s ease-in-out !important;
-o-transition: all .6s ease-in-out !important;
transition: all .6s ease-in-out !important; opacity: 0}

.service_blurb .et_pb_image_wrap {height: 100%; display: grid;}
.service_blurb .et_pb_image_wrap img{margin: auto; display: block; height: 85%; width: 85%; object-fit: contain; object-position: center;}


.nosotros_section{position: relative; padding-bottom: 88px !important; padding-top: 54px !important;}
.nosotros_section:before{content: ""; display: inline-block; top: 0; left: 0; right: 0; bottom: 0; position: absolute; width: 100%; height: 100%; background-color: #F9F1F1;
opacity: 0.3; transition: background 0.3s, border-radius 0.3s, opacity 0.3s;  z-index: 1}
.nosotros_section .grupo_logi_headline{}
.nosotros_section .grupo_logi_headline .et_pb_module_header {margin-bottom: 7px !important;}
.nosotros_section .grupo_logi_headline_desc{margin-bottom: 54px !important;}
.nosotros_section .grupo_logi_headline_desc .et_pb_text_inner{line-height: 28px !important; font-weight: 400 !important;}



.about_us_logo_row{padding-bottom: 8px !important;}
.about_us_headline_row{padding-top: 5px !important; padding-bottom: 0 !important}


.about_us_info_single_row .about_us_headline{max-width: 445px; margin: auto;}

.about_us_info_row{padding-top: 20px !important}
.about_us_info_row  .et_pb_column{display: flex; flex-wrap: wrap; flex-direction: column;}
.about_us_info_row  .about_us_headline{max-width: 531px; margin: auto; display: flex; flex-wrap: wrap; flex-direction: column; flex: auto;}



.about_us_headline{  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; padding: 58px 35px 42px 35px !important;}
.about_us_headline .et_pb_module_header{font-weight: 700 !important; margin-bottom: 12px;}
.about_us_headline  .et_pb_promo_description div{font-weight: 400 !important; line-height: 25px !important;}




.cotiza_form_section{position: relative; padding-top: 76px !important; padding-bottom: 100px !important;}
.cotiza_form_section:before{content: ""; display: inline-block; top: 0; left: 0; right: 0; bottom: 0; position: absolute; width: 100%; height: 100%; background-color: #254865;
opacity: 0.85; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; z-index: 1}

.cotiza_form_section .grupo_logi_headline{margin-bottom: 0px !important;}
.cotiza_form_section .grupo_logi_headline .et_pb_module_header{font-weight: 500 !important; max-width: 532px; margin-bottom: 0px; padding-bottom: 0px !important;}
.cotiza_form_section .grupo_logi_headline  .et_pb_promo_description{font-weight: 400 !important}
.cotiza_form_section  .grupo_logi_headline_desc{max-width: 632px; margin-bottom: 44px !important;}
.cotiza_form_section  .grupo_logi_headline_desc .et_pb_text_inner{line-height: 28px !important; font-weight: 400 !important;}



.footer_section{padding-top: 18px !important; padding-bottom: 0 !important}
.footer_section .footer_row{border-bottom: #ffff 2px solid; padding-bottom: 61px !important; padding-left: 36px !important; padding-right: 36px !important;}
.footer_headline{padding: 0 !important; margin-bottom: 2px !important}
.footer_headline .et_pb_promo_description{padding-bottom: 11px !important}
.footer_headline .et_pb_module_header{line-height: 34px; font-weight: 400; min-height: 80px; padding-bottom: 0 !important;}

.footer_logo .et_pb_main_blurb_image{width: 182px !important; margin-bottom: 21px !important;}
.footer_logo  .et_pb_module_header{max-width: 192px; margin-left: auto; margin-right: auto;}


.footer_section .phone_header{margin-bottom: 0 !important}
.footer_section .phone_header .et_pb_text_inner {text-align: center !important;}
.footer_section .phone_header a{font-size: 16px !important; font-weight: 400 !important; color: #ffff !important; text-align: center !important}
.footer_section .mail_link{margin-bottom: 0 !important}
.footer_section .mail_link .et_pb_text_inner {font-weight: 400 !important; line-height: 21px;}
.footer_section .mail_link .et_pb_text_inner a{color: #ffff !important}
.footer_section .address_text .et_pb_text_inner{line-height: 18px !important; font-weight: 400 !important; text-align: center;}

.footer_footer_info_row{  padding-top: 45px !important;}
.footer_footer_info_row .et_pb_column{float: none !important; display: inline-block; vertical-align: middle;}
.footer_info_logo{max-width: 160px; height: 66px; margin: auto !important;}

.footer_menu{}
.footer_menu .et_pb_menu__menu{display: block !important; width: 100%}
.footer_menu .et-menu{display: block !important; width: 100% !important; margin: auto !important;}
.footer_menu .et-menu-nav{display: block !important; width: 100% !important}
.footer_menu li{display: block !important; width: 100%; text-align: center; padding-left: 0 !important; padding-right: 0 !important}
.footer_menu li a{display: block !important; width: 100%; text-align: center; font-weight: 400 !important}
body .footer_section .footer_menu li.blue_link a{color: #5AC7FF !important}


.social_link  li.et-social-facebook{}
.social_link  li.et-social-facebook a.icon{height: 30px !important; width: 30px !important; padding: 13px !important; border-radius: 33px !important;}
.social_link  li.et-social-facebook a.icon:before {line-height: 39px !important; height: 30px !important;  width: 30px !important; background-color: white !important; color: #3b5998 !important; border-radius: 39px !important; margin: auto !important; font-size: 22px !important; }

.social_link  li.et-social-linkedin{vertical-align: top;}
.social_link  li.et-social-linkedin a.icon{height: 30px !important; width: 30px !important; padding: 13px !important; border-radius: 33px !important;}
.social_link  li.et-social-linkedin a.icon:before {width: 30px !important; margin: auto !important; font-size: 22px !important; line-height: 31px !important;}




.copy_text .et_pb_text_inner{font-weight: 400 !important; font-size: 14px !important;  line-height: 21px !important;}
.cadena_text .et_pb_text_inner{font-weight: 400 !important; font-size: 14px !important;  line-height: 21px !important;}

.footer_section .phone_header a, .footer_section .mail_link a, .address_text .et_pb_text_inner{-webkit-transition: all .6s ease-in-out !important;
-o-transition: all .6s ease-in-out !important;
transition: all .6s ease-in-out !important;}

.footer_section .phone_header:hover a, .footer_section .mail_link:hover a, .footer_section .address_text:hover .et_pb_text_inner{color: #989898 !important; -webkit-transition: all .6s ease-in-out !important;
-o-transition: all .6s ease-in-out !important;
transition: all .6s ease-in-out !important;}


@media(max-width: 1300px){
    .desktop_header .desktop_header_row {width: 90% !important;}
}


@media(max-width: 1200px){
    .desktop_header .phone_header .et_pb_text_inner a{font-size: 13px !important;}
    .desktop_header .header_menu .et_pb_menu__logo-wrap .et_pb_menu__logo {margin-right: 65px !important;}
    .service_row{width: 90% !important}
    .footer_section .footer_row {padding-left: 0px !important; padding-right: 0px !important; width: 90% !important;}
    .footer_footer_info_row {width: 90% !important;}
    .copy_text .et_pb_text_inner{}
    .cadena_text .et_pb_text_inner{}
}


@media(max-width: 1100px){
    body #page-container .et_pb_section .et_pb_button.gr_logi_button, 
    body #page-container .et_pb_section .et_pb_button.gr_logi_button:hover{padding: 11px 8px !important; font-weight: 400 !important; font-size: 17px;}
    .lang_sel ul li a {font-size: 17px !important;}
}

@media(min-width: 981px){
    .header_mobil_section{display: none !important;}
}


@media(max-width: 980px){

    .desktop_header{display: none !important;}

    .header_mobil_section .header_mobil_row .et_pb_column > .language_select{display: none !important;}
    .language_select{margin-bottom: 0 !important; margin-right: 20px;}
    .header_mobil_section .movil_menu .language_select li a {background-color: transparent !important;}
    .header_mobil_section .movil_menu .language_select li{background-color: transparent !important;}
    body .header_mobil_section.fix-header .movil_menu .language_select li:after{background-color:#000 !important}

    .header_mobil_section{position: fixed; width: 100%; padding-top: 0 !important; padding-bottom: 0 !important}
    .header_mobil_section .movil_menu .et_pb_menu__logo{width: 130px !important}
    .header_mobil_section .movil_menu .et_mobile_nav_menu {background-color: #000 !important; width: 50px; text-align: center; height: 50px; display: inline-block; margin-top: 4px;}
    .header_mobil_section .movil_menu .mobile_menu_bar::before {color: #fff !important; height: 50px; display: inline-block; line-height: 43px;}
    .header_mobil_section .movil_menu ul.et_mobile_menu{padding: 0 !important}
    .header_mobil_section .movil_menu li{background-color: #093254 !important}
    .header_mobil_section .movil_menu li a{background-color: #093254 !important; text-align: center !important;}
    body .header_mobil_section.fix-header .movil_menu li.menu-item a{color: #ffff !important}

    .lang_sel ul li {margin-bottom: 3px !important;}

    .header_mobil_section .header_mobil_row{padding-top: 18px !important; padding-bottom: 18px !important; max-width: 99% !important; width: 100% !important;}

    body .header_mobil_section.fix-header .header_mobil_row {padding-top: 6px !important;  padding-bottom: 3px !important;}
    body .header_mobil_section.fix-header{background-color: rgba(255, 255, 255, 0.94) !important; padding-top: 0 !important}
    body .header_mobil_section.fix-header .movil_menu  li a{color: #000 !important}
    body .header_mobil_section.fix-header .movil_menu  .et_pb_menu__logo{width: 130px !important}
    body .header_mobil_section.fix-header .movil_menu  .et_pb_menu__logo:before{content: ""; background-image: url(images/fixed_logo.png); display: inline-block; width: 130px; height: 67px; background-position: center; background-size: contain;}
    body .header_mobil_section.fix-header .movil_menu  .et_pb_menu__logo img{display: none;}
    body .header_mobil_section.fix-header .movil_menu  .et_pb_text_inner a {color: #000 !important;}

    .slider_section{padding-top: 9% !important; padding-bottom: 6% !important;}
    .slider_section > .et_pb_row{max-width: 620px !important}
    .slider_section .logi_slide_logo_col {padding-right: 0% !important;}
    .slider_section .slider_logos_row{display: flex; padding-top: 23px !important; padding-bottom: 0 !important;}
    .slider_section .slider_logos_row .et_pb_column{  width: 30% !important; margin-right: 5%; margin-bottom: 0 !important;}
    .slider_section .slider_logos_row .et_pb_column:last-child{margin-right: 0 !important}
    .slider_section .slider_headline .et_pb_module_header{text-align: center !important; font-size: 46px !important; line-height: 58px; padding-bottom: 0px;}
    .slider_text_desc .et_pb_text_inner{text-align: center; font-weight: 400 !important; line-height: 28px; font-size: 18px;}

    .formulario.cinco_campos{max-width: 485px !important; margin: auto;}
    .formulario.cinco_campos li {width: 100% !important; margin-right: 0% !important; margin-bottom: 5px !important;}
    .submit_row {padding-top: 0px !important;}



    .services_section {padding-top: 100px !important; padding-bottom: 20px !important;}
    .services_section .grupo_logi_headline_desc {margin-bottom: 18px !important;}
    .service_blurb {min-height: 295px; max-width: 95%; width: 100%; margin: auto; margin-top: -13% !important;}
    .service_row {margin-bottom: 84px !important; max-width: 660px !important;}
    .service_row .et_pb_column{margin-bottom: 0 !important}
    .service_row:nth-child(2n+1) .service_blurb {margin: auto !important; margin-top: -13% !important;}
    .service_row:nth-child(2n+1) {display: flex; flex-wrap: wrap; flex-direction: column-reverse;}

    .nosotros_section .about_us_logo_row {display: flex; padding-top: 23px !important; padding-bottom: 0 !important;}
    .nosotros_section .about_us_logo_row .et_pb_column { width: 30% !important; margin-right: 5% !important; margin-bottom: 0 !important;}
    .nosotros_section .about_us_logo_row .et_pb_column:last-child{margin-right: 0 !important}

    .nosotros_section {padding-bottom: 88px !important; padding-top: 82px !important;}
    .nosotros_section .about_us_logo_row {display: flex; padding-top: 23px !important; padding-bottom: 0 !important; max-width: 355px !important;}
    .about_us_headline_row { padding-top: 5px !important; padding-bottom: 0 !important;  max-width: 584px !important;}
    .about_us_info_single_row{padding-bottom: 13px !important}

    .cotiza_form_section .grupo_logi_headline .et_pb_module_header {margin: auto; text-align: center !important;}
    .cotiza_form_section .grupo_logi_headline_desc {margin: auto; text-align: center !important;}


    .footer_section .footer_row {display: flex; flex-wrap: wrap; flex-direction: row;}
    .footer_section .footer_row .et_pb_column {width: 23% !important;  margin-right: 4%;}
    .footer_section .footer_row .et_pb_column:last-child{margin-right: 0 !important}
    .footer_logo .et_pb_main_blurb_image{width: 100% !important; margin-bottom: 21px !important;}
    .footer_section .mail_link .et_pb_text_inner {width: max-content !important; margin: auto; display: block;}


    .footer_section .footer_footer_info_row {display: flex; flex-wrap: wrap; flex-direction: row;}
    .footer_section .footer_footer_info_row .et_pb_column {width: 23% !important;  margin-right: 4%;}
    .footer_section .footer_footer_info_row .et_pb_column:last-child{margin-right: 0 !important}
    .footer_section .footer_footer_info_row .et_pb_column {width: 32% !important;  margin-right: 2%; margin-bottom: 0;}


    



}


@media(max-width: 767px){
    .slider_section {padding-top: 114px !important; padding-bottom: 6% !important;}
    .slider_section > .et_pb_row {max-width: 94% !important; width: 100% !important;}
    .slider_section .main_slider_logo{max-width: 57% !important; !important; width: 100% !important}
    .slider_section .main_slider_logo .et_pb_image_wrap {width: 100% !important;}
    .slider_section .main_slider_logo .et_pb_image_wrap img{width: 100% !important;}
    .slider_section .slider_logos_row .et_pb_column {width: 31% !important; margin-right: 3%; margin-bottom: 0 !important;}
    .slider_section .slider_headline .et_pb_module_header {text-align: center !important; font-size: 36px !important; line-height: 58px !important; padding-bottom: 0px !important;}
    .slider_section .slider_logos_row {padding-top: 23px !important; padding-bottom: 25px !important;}
    .slider_text_desc .et_pb_text_inner {font-size: 20px !important;}

    .footer_section .footer_row .et_pb_column {width: 48% !important; margin-right: 3%; margin-bottom: 50px;}
    .footer_section .footer_row {padding-bottom: 21px !important;}
    .address_text{max-width: 180px !important; margin: auto !important;}


}


@media(max-width: 600px){
    .footer_section .footer_row .et_pb_column {width: 100% !important; margin-right: 0% !important; margin-bottom: 30px !important;}
    .footer_section .footer_row .et_pb_column:last-child{margin-bottom: 0 !important}
    .address_text {max-width: 100% !important; margin: auto !important; text-align: center !important;}
    .footer_headline .et_pb_module_header {min-height: auto !important; padding-bottom: 0 !important; margin-block: 9px !important;}
    .footer_section .footer_footer_info_row .et_pb_column {width: 100% !important; margin-right: 0% !important; margin-bottom: 8px !important;}
    .copy_text .et_pb_text_inner {text-align: center !important;}
    .cadena_text .et_pb_text_inner {text-align: center !important;}
}


/* BACKWARDS EMAIL */
.e-mail:before { content: attr(data-website) "\0040" attr(data-user); unicode-bidi: bidi-override; direction: rtl; }

/* LANG CHANGE */
.lang_icon a { text-transform:uppercase; }
.lang_icon a:before { content: ""; display: inline-block; vertical-align: middle; width:20px; height:20px; margin-right: 10px; border-radius: 10px; background: #dadada; background-image: url(images/flags.png); }
.change_eng a:before { background-position:center bottom;  }
.change_esp a:before { background-position:center top;  }


/* SAME HEIGHT COLUMNS, VERTICAL ALIGN MIDDLE  */
.ds-vertical-align { display: flex; flex-direction: column; justify-content: center; } 

/* CONTACT MENU */
/* Toogle*/
.contact-hidden{ opacity: 1 !important;}
#menu-social-menu{ opacity: 0;}

/* Menu Display */
.menu-social-menu-container{ z-index: 999999; font: normal normal normal 14px/1 FontAwesome; position: fixed; display: block;  text-align: center; bottom: 75px; right: 30px; margin-right: 27px; margin-right: 46px;}

@keyframes pulse {
    0% {box-shadow: 0 0 0 0 rgba(236,25,104, 0.7);}
    70% {box-shadow: 0 0 0 10px rgba(236,25,104, 0);}
    100% {box-shadow: 0 0 0 0 rgba(236,25,104, 0);}
}

.fa-close:after{content: "\f00d" !important; font-size: 13px; line-height: 7px; font-size: 13px !important}
.fa-coment{border-top-left-radius: 50%; border-top-right-radius: 50%; border-bottom-right-radius: 50%; z-index: 10; position: fixed; display: block; width: 50px; height:50px; background: #ec1968; font-size: 0; text-align: center; bottom: 30px; right: 30px; line-height: 20px !important; box-shadow: 0 0 0 0 rgba(112, 0, 255, 1); animation: pulse 2s infinite; cursor: pointer;}
.fa-coment:after{content:"\f27a"; line-height: 50px; font-size: 25px !important;}
.fa-coment:before{content: "¿Tienes dudas? ¡Contáctanos!"; position: absolute; display: inline-block; right: 65px; top: 0; bottom: 0; margin: auto; width: max-content; font-size: 15px; color: #000; padding: 14px 13px; height: 4px; box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15); border: 1px solid rgba(0,0,0,.07); font-family: arial !important; border-radius: 50px; line-height: 2px; background-color: #ffff}

#menu-social-menu{display: grid; margin-bottom: 0px; margin-bottom:15px !important; }
#menu-social-menu li{margin-bottom: 0 !important; display: block;}
#menu-social-menu li a{display: block; position: relative; float: right; height: 50px; font-size:0; }
#menu-social-menu li a:after{content: ""; display: inline-block; width: 45px; height: 45px; position: absolute; background-color: #ffff; border-radius: 50px; vertical-align: middle; top: 0; bottom: 0; margin: auto; line-height: 45px; font-size:23px; right: -45px; transition: all 0.5s ease; }

/* Menu Options*/
.fa a:after{ font: normal normal normal 14px/1 FontAwesome; background-color: #e2dddf !important; color: #151515 !important; }

.fa-facebook-f a:after {content: "\f09a" !important; }
.fa-instagram a:after {content: "\f16d" !important; }
.fa-envelope a:after {content: "\f0e0" !important; font-size:15px !important }
.fa-whatsapp a:after {content: "\f232" !important; }
.fa-phone a:after {content: "\f095"  !important; }

.fa-facebook-f a:hover:after { background-color: #009fff !important; color: #fff !important; transition: all 0.2s ease;}
.fa-instagram a:hover:after { background-color: #c6018c !important; color: #fff !important; transition: all 0.2s ease;}
.fa-envelope a:hover:after { background-color: #50c9e7 !important; color: #fff !important; transition: all 0.2s ease;}
.fa-whatsapp a:hover:after { background-color: #25d366 !important; color: #fff !important; transition: all 0.2s ease;}
.fa-phone a:hover:after { background-color: #f4af0b  !important; color: #fff !important; transition: all 0.2s ease;}

/* OWL CAROUSEL */
.owl-carousel .et_pb_gallery_item{width:100%!important;margin:0!important;}
.owl-stage{display:flex;}
.owl-stage-outer {overflow: hidden;}
.owl-nav button span {display: none;}
.flex-control-nav {position: relative;}
.owl-nav button:before{font-family:FontAwesome;font-size:67px;color:#878787;}
.owl-nav .owl-prev:before{content:"\f104";}
.owl-nav .owl-next:before{content:"\f105";}
.owl-nav button{position:absolute;top:50%;transform:translateY(-50%);background-color:transparent;border:none;}
.et_pb_gallery_pagination {display: none;}
.owl-nav .owl-next {right: 0;}

/* HIDE RECAPTCHA */
.grecaptcha-badge {  visibility: hidden; }

/* SCROLL FIXED MENU MOBILE */ 
/* @media (max-width: 980px) {
	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header { position: fixed !important; }
}
.et_mobile_menu { overflow: scroll !important; max-height: 83vh; }
*/

/* MAP SCROLLING FIX */
/* In order to make this work, the map iframe must be inside the a div with the class gmap-fix. */
/* The add a height to  the class "gmap-fix" you if would have a fixed height. Don't add a height if responsive is requiered. */
/* The class "vcontainer" would be required in case you need a responsive map. Edit the padding-bottom and the min-height in case the height needs to be adjust.  */
/* The class "map_overlay" is the real fix for scrolling map. */

.gmap-fix { position:relative; /* height: -- Your fixed height here -- ; */ }
.vcontainer { height: 0; overflow: hidden; padding-bottom: 30% !important; position: relative; min-height: 350px; }
.vcontainer iframe, .vcontainer object, .vcontainer embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.map_overlay { position:absolute; z-index:9999; width:100%; height:100%; top:0; bottom:0; left:0; right:0; }