/*!
Theme Name: Manelsa Actualizado
Theme URI: https://limadot.com/
Author: GTecocarwash
Author URI: https://limadot.com/
Description: Theme de Limadot
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: limadot
Tags: limadot, web

 */
/* The container */
.cardRadio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
	    margin-right: 25px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.informacionLibro__radio{
	display:flex;
}
/* Hide the browser's default radio button */
.cardRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cardRadio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cardRadio input:checked ~ .checkmark {
    border: 1px solid #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cardRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cardRadio .checkmark:after {
 
    top: 2px;
    left: 2px;

	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0075FF;
}
@charset "utf-8";

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #818181;
}

/*
 font-family: 'Roboto', sans-serif;
 
 */
.cardAzulConTitulo{
	    margin-top: 50px!important;
}
.informacionLibro__card{ 
    margin-bottom: 22px;
}
.informacionLibro__card h5{
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;

}
.informacionLibro__card h5{
	font-family: Roboto;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #0051AE;

}

/*--GENERALES--*/

body {
  padding-right: 0;
  padding-left: 0;
  font-family: "Roboto", sans-serif !important;
}
ul li {
  list-style: none;
}

a,
a:hover,
.btn:focus,
.owl-theme .owl-dot:focus,
input:focus {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
button:focus{
    outline: none!important;
}

.owl-theme .owl-dot {
  background: transparent !important;
  border: 0 !important;
}
.owl-theme .owl-dots .owl-dot {
  padding: 0;
}
.owl-carousel .owl-item img {
  width: auto !important;
}
.container {
  max-width: 1200px !important;
  margin: auto !important;
  width: 100% !important;

}
.item_collapse .c-collapse {
  display: none;
}

/*EXTRAS*/

@font-face {
  font-family: "Manelsa";
  src: url("fonts/manelsa.eot?5wwqcj");
  src: url("fonts/manelsa.eot?5wwqcj#iefix") format("embedded-opentype"), url("fonts/manelsa.ttf?5wwqcj") format("truetype"), url("fonts/manelsa.woff?5wwqcj") format("woff"), url("fonts/manelsa.svg?5wwqcj#Manelsa") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="i-"],
[class*=" i-"] {
  font-family: "Manelsa" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-lupa:before {
  content: "\e90b";
}
.i-volver .path1:before {
  content: "\e909";
  color: rgb(28, 73, 155);
}
.i-volver .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.i-Group-133-1:before {
  content: "\e900";
  font-size: 38px;
}
.i-mision:before {
  content: "\e903";
}
.i-diamante:before {
  content: "\e904";
}
.i-engranaje:before {
  content: "\e905";
}
.i-arequipa:before {
  content: "\e906";
}
.i-lima:before {
  content: "\e907";
}
.i-piura:before {
  content: "\e908";
}
.i-right:before {
  content: "\e901";
}
.i-left:before {
  content: "\e902";
}
.nextbtn::after {
  font-family: "Manelsa";
  content: "\e901";
  font-size: 12px;
  padding-left: 7px;
}

/*FOOTER*/
footer .copyright {
  background-color: #1f396c;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 200;
  font-size: 14px;  
}
footer .menu_footer {
  background-color: #0051ae;
}
footer .menu_footer .container {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
footer .menu_footer .container .logo {
  width: 25%;
  display: flex;
}
footer .menu_footer .container .logo .content {
  margin: auto;
}
footer .menu_footer .container .logo .content .image {
  text-align: center;
}
footer .menu_footer .container .logo .logo2{
    margin-top: 8px;
    text-align: center;
}
footer .menu_footer .container .logo .logo2 img {
  width: 14px !important;
}
footer .menu_footer .container .datos .redes {
  margin-top: 12px;
  text-align: center;
}
footer .menu_footer .container .datos .redes a {
  color: #fff;
  margin: 0 7px;
  font-size: 20px;
}
footer .menu_footer .container .menu {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
footer .menu_footer .container .menu .item_men {
  margin: 0;
  padding: 10px;  
  
}
footer .menu_footer .container .menu .item_men:nth-child(1) {  
    width: 30%;
}
footer .menu_footer .container .menu .item_men:nth-child(2) {  
    width: 35%;
    border-left: 1px solid #1f396c;
  border-right: 1px solid #1f396c;
}
footer .menu_footer .container .menu .item_men:nth-child(3) {  
    width: 35%;
}

footer .menu_footer .container .menu ul {
    width: 100% !important;
    padding: 0 20px;
}

footer .menu_footer .container .menu ul li {
  margin-bottom: 6px;
}
footer .menu_footer .container .menu ul li a {
  color: #fff;  
  font-size: 14px;
  font-weight: 300;
}

@media(max-width: 664px){
  footer .menu_footer .container .menu ul li a{
    font-size: 12px;
  }
}

footer .menu_footer .container .menu ul li a:hover {
  color: #99dd4c;
}

footer .menu_footer .container .datos {
  width: 25%;
  padding: 15px;  
}
footer .menu_footer .container .datos .it {
  color: #fff;
  font-size: 15px;
  display: flex;
  margin-bottom: 10px;
}
footer .menu_footer .container .datos .it:last-child {
  margin-bottom: 0;
}
footer .menu_footer .container .datos .it i {
  width: 29px;
  text-align: center;
  margin-top: 5px;
}
footer .menu_footer .container .datos .it span {
  width: calc(100% - 29px);
  
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  footer .menu_footer .container {
    padding: 30px 0 0;
  }
  footer .menu_footer .container .item {
    width: 100%;
  }
  
  footer .menu_footer .container .menu {
    justify-content: center;
    width: 100% !important;
    display: block;
    padding: 0;
    text-align: center;
  }
    footer .menu_footer .container .datos .redes{
        margin-top: 20px;
    }
    footer .menu_footer .container .menu ul{
        width: 100% !important;
    }
  footer .menu_footer .container .menu .item_men {
    margin: auto;
    padding: 10px;
    width: 33%;
    border: 0;
  }
  footer .menu_footer .container .menu .item_men:nth-child(2) {
    border-left: 1px solid #1f396c;
    border-right: 1px solid #1f396c;
  }
  footer .menu_footer .container .datos .it {
    max-width: 300px;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  footer .menu_footer .container .logo .content .redes {
    padding-top: 35px;
  }
  footer .menu_footer .container .menu .item_men:nth-child(2) {
    border: 0;
  }
  footer .menu_footer .container .menu .item_men {
    padding: 0px;
    width: 100%!important;
    border: 0;
    max-width: 320px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
  }
  footer .menu_footer .container .menu ul {
    margin: 0;
    padding: 0;

    font-size: 13px;
  }
    footer .menu_footer .container .menu{
        text-align: left;        
    }
}

.menu_footer .redes i:hover {
  color: #99dd4c;
}

/*HEADER*/
header {
  position: relative;
}
header .busqueda {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(27, 58, 123, 0.7);
  z-index: 999 !important;
}
header.no-visible .busqueda {
  display: flex !important;
}
header .busqueda .content {
  margin: auto;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
header .busqueda .content form {
  display: flex;
  width: 100%;
    position: relative;
}
header .busqueda .content form button {
  padding: 0;
  color: #fff;
  font-size: 20px;
  width: 30px;
  margin-right: 10px;
  text-align: center;
}
header .busqueda .content form input {
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #fff;
  width: calc(100% - 70px);
  font-size: 14px;
  color: #fff;
}
header .busqueda .content form input::placeholder {
  color: #fff;
}
header .busqueda .content form .close_search {
  color: #FFF;
  font-size: 20px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
header.no-visible .nav_head .nav_head_menu ul li a {
  filter: blur(7px);
}
header.no-visible .nav_desk .nav_desk_menu ul li a {
  filter: blur(7px);
}
header .nav_head {
  background-color: #003f87;
}
header .nav_head .container {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
header .nav_head .nav_head_menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}
header .nav_head .nav_head_menu ul li {
  padding: 10px 20px;
}
header .nav_head .nav_head_menu ul li a {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  
  color: #ffffff;
}

header .nav_head .nav_head_menu ul li a:hover {
  color: #99dd4c;
}

header .nav_head .nav_head_redes {
  display: flex;
  margin: auto 0;
}
header .nav_head .nav_head_redes a {
  color: #fff;
  font-size: 20px;
  margin: 0 7px;
}

header .nav_head .nav_head_redes a:hover {
  color: #99dd4c;
}
header .nav_desk {
  background-color: #0051ae;
  padding: 30px 0;
}
header .nav_desk .container {
    display: flex;
    justify-content: space-between;
}
header .nav_desk .nav_desk_logo {
  width: 253px;
  margin: auto 0;
}
header .nav_desk .nav_desk_logo .custom-logo{
	width: 253px;
    height: auto;
}
header .nav_desk .nav_desk_menu {
/*  width: calc(100% - 283px);*/
    width: auto;
  margin: auto 0;
  padding-left: 20px;
  padding-right: 20px;
/*  margin-bottom: -12px;*/
}
header .nav_desk .nav_desk_menu ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
header .nav_desk .nav_desk_menu ul li span{
	cursor:pointer;
}
header .nav_desk .nav_desk_menu ul li a {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
	font-weight:bold;
}
header .nav_desk .nav_desk_menu ul li {
    color: #fff;
    font-style: normal;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	text-align: center;
	margin: 0 13px;
}
header .nav_desk .nav_desk_menu ul .productos .display-menu i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding: 1px;
  font-size: 13px;
  padding-left: 7px;
  font-style: normal !important;
}
header .nav_desk .nav_desk_menu ul .equipamientos .display-menu i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding: 1px;
  font-size: 13px;
  padding-left: 7px;
  font-style: normal !important;
}
header.no-visible .nav_desk_menu ul .display-menu i::after {
  filter: blur(7px);
}
header .nav_desk .nav_desk_menu ul li a:hover {
  color: #99dd4c;
}

header .nav_desk .nav_desk_buttons {
  width: 30px;
  margin: auto 0;
}
header .nav_desk .nav_desk_busqueda {
  text-align: right;
  color: #fff;
  font-size: 20px;
  position: relative;
}
header .nav_desk .nav_desk_busqueda i {
  cursor: pointer;
}
header .nav_desk .nav_desk_busqueda::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -15px;
  height: 100%;
  font-size: 20px;
  background: white;
  width: 2px;
}
@media (max-width: 1100px) {
  header .nav_desk {
    background-color: #0051ae;
    padding: 30px 0;
  }
  header .nav_desk .container {
    justify-content: space-between;
  }
  header .nav_desk .nav_desk_buttons {
    width: 80px;
    margin: auto 0;
    display: flex;
  }
  header.no-visible .nav_desk .nav_desk_buttons,
  header.no-visible .nav_desk .nav_desk_logo {
    filter: blur(10px);
  }

  header .nav_head {
    display: none;
    transition: all 0.25s ease-in-out;
  }
  header .nav_desk .nav_desk_menu {
    display: none;
  }
  header .nav_desk .nav_desk_icon {
    margin: auto 0;
    margin-left: 20px;
    display: block;
    cursor: pointer;
  }
  header .nav_desk .nav_desk_icon .icon_menu_principal {
    margin: auto 0;
    margin-right: 10px;
    position: relative;
    height: 20px;
    width: 20px;
    cursor: pointer;
  }
  header .nav_desk .nav_desk_icon .icon_menu_principal .i_large {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    background-color: #fff;
    width: 30px;
    height: 2px;
    transition: all 0.25s ease-in-out;
  }
  header .nav_desk .nav_desk_icon .icon_menu_principal .large_firts {
    top: 0;
  }
  header .nav_desk .nav_desk_icon .icon_menu_principal .large_middle {
    top: 50%;
  }
  header .nav_desk .nav_desk_icon .icon_menu_principal .large_last {
    top: 100%;
  }
  header .nav_desk .nav_desk_icon .icon_menu_principal.active .large_firts {
    top: 50%;
    transform: rotate(45deg);
  }
  header .nav_desk .nav_desk_icon .icon_menu_principal.active .large_middle {
    display: none;
  }
  header .nav_desk .nav_desk_icon .icon_menu_principal.active .large_last {
    top: 50%;
    transform: rotate(135deg);
  }
}
.megamenu_productos_desk,
.megamenu_equipamiento_desk {
  display: none;
}
/*
 .megamenu_productos_desk{
     min-height: 792px;
 }
 .megamenu_equipamiento_desk{
     min-height: 632px;
 }
 */
.megamenus_desk {
  position: absolute;
  background-color: #e5e5e5;
  z-index: 9999;
  width: 100%;
    max-width: 1200px;
    transform: translateX(-50%);
    left: 50%;
    max-height: calc(100vh - 134px);
    overflow: auto;
}
.megamenus_desk .capa_container{
    max-width: 1200px;
    margin: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.megamenus_desk .mega_close{
    position: absolute;
    right: 5px;
    top: 15px;
    font-size: 18px;
    color: #0051ae;
    cursor: pointer;
    border: 2px solid #0051ae;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
}
.megamenus_desk .mega_close i{
    margin: auto;
}
.megamenus_desk .container {
  display: flex;
  padding: 20px;
}
.megamenus_desk [class^="megamenu_"] {
  width: 100%;
  border-right: 1px solid #0051ae;
}
.megamenus_desk [class^="megamenu_"]:last-child {
  border-right: 0;
}
.megamenus_desk [class^="megamenu_"] ul {
  padding: 0 15px;
  margin: 0;
}
.megamenus_desk [class^="megamenu_"] ul li{
    line-height: 16.6px;
}
.megamenus_desk [class^="megamenu_"] ul li a {
  font-weight: bold;
  font-size: 13px;
  
  color: #0051ae;
	cursor:pointer;
}
.megamenus_desk [class^="megamenu_"] ul li a:hover{
	color:#000;
}
.megamenus_desk [class^="megamenu_"] ul li ul {
  padding: 0px 0 10px;
  margin: 0;
}
.megamenus_desk [class^="megamenu_"] ul li ul li {
  margin-bottom: 0px;
}
.megamenus_desk [class^="megamenu_"] ul li ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: none !important;
  color: #868686;
}
.megamenus_desk [class^="megamenu_"] ul li ul li:hover a {
  color: #0051ae;  
}
@media (max-width: 1100px) {
  .megamenu_productos_desk,
  .megamenu_equipamiento_desk {
    display: none !important;
  }
}
.nav_mobile {
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #003f87;
  width: 100%;
  height: calc(100vh - 250px);
  overflow-y: auto;
}
.nav_mobile::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.nav_mobile::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}
.nav_mobile::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.nav_mobile > ul {
  margin: 0;
  padding: 15px 10px;
}
.nav_mobile ul ul {
  margin: 0;
  padding: 10px;
}
.nav_mobile ul ul ul {
  padding: 0 10px 10px;
  display: none;
}
.nav_mobile ul .display-menu,
.nav_mobile ul ul ul .display-menu {
  display: none;
}
.nav_mobile ul ul .display-menu {
  display: inherit;
}

.nav_mobile ul ul .title {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: #fff;
}
.nav_mobile ul ul ul .title {
  padding: 0;
  border: 0;
}
.nav_mobile ul ul .title a {
  width: calc(100% - 20px);
}
.nav_mobile ul ul ul .title a {
  width: 100%;
}
.nav_mobile ul ul .title span {
  width: 20px;
  margin: auto 0;
  justify-content: flex-end;
}
.nav_mobile ul li {
  text-align: center;
  margin: 10px;
}
.nav_mobile ul li li {
  text-align: left;
  margin: 10px 0;
  border: 1px solid #fff;
}
.nav_mobile ul li li li {
  padding: 0;
  margin: 0;
  border: 0;
}
.nav_mobile ul li a {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  
  color: #fff;
}
.nav_mobile ul li li a {
  font-size: 15px;
  text-align: left !important;
}
.nav_mobile ul li li li a {
  padding: 5px;
  border: 0;
  font-size: 14px;
  text-transform: inherit !important;
}
.nav_mobile ul li li span {
  padding: 1px;
  font-size: 13px;
  cursor: pointer;
}
/*CONTENT*/
.banner_home {
  position: relative;
  padding: 0 !important;  
    margin-bottom: 30px;
}
.banner_home::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 4px solid #002B5E;
    border-radius: 50%;
    border-top: 4px solid #cecece;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.banner_home .item_home {    
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.banner_home .item_home img{
    width: 100% !important;
}
.banner_home .btn_solicita::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #334919 transparent transparent;
    position: absolute;
    right: 100%;
    bottom: 0;
}
.banner_home .btn_solicita{
    position: absolute;
    background-color: #99DD4C;
    bottom: -20px;
    z-index: 800;
    right: 11%; 
    padding: 20px 40px;
}
.banner_home .btn_solicita a{
    width: 100%;
    height: 100%;
    display: flex;
    color: #0051ae;
    font-weight: bolder;
}
.banner_home .btn_solicita .content{
    margin: auto;
    color: #FFF;
    font-size: 20px;
    color: #0051ae;
}
.banner_home .btn_solicita .content i{
    font-size: 25px;
    margin-right: 10px;
    
}
@media (max-width:800px){
    .banner_home{
        margin-bottom: 70px;
    }
    .banner_home .btn_solicita::before{
        content: none;
    }
    .banner_home .btn_solicita {
        position: absolute;
        background-color: #99DD4C;
        bottom: -70px;
        z-index: 800;
        left: 0;
        padding: 20px;
        width: 100%;
        text-align: center;
    }
}
/*
@media (max-width:1400px){
    .banner_home {
        height: 400px;		
    }
    .banner_home .item_home {
        height: 400px;		
    }
}
*/

.responsive_servicios{
  display: none;
}



.banner_home .item_left:focus, 
.banner_home .item_right:focus {
	box-shadow:0 !important;
    outline: none !important;
}
.banner_home .item_left, 
.banner_home .item_right {
    width: 50px;
    line-height: 50px;
    border: none;
    text-align: center;
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #0051ae;
    padding: 0;
}
@media(max-width:480px){
	.banner_home .item_left, 
	.banner_home .item_right {		
		line-height: 40px;
		font-size: 32px;		
	}
}
.banner_home .item_left {
    left: 0;
}
.banner_home .item_right {
    right: 0;
}

.banner_home .item_home .container {
  display: flex;
  height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    padding: 0 40px;
    transform: translateX(-50%);
}
.banner_home .item_home .content {
  margin: auto 0;
  max-width: 450px;
  width: 100%;
}
.banner_home .item_home .content .title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #0051ae;
}
.banner_home .item_home .content .subtitle {
  font-weight: 300;
  font-size: 18px;
  color: #000000;
    margin-bottom: 20px;
}



.banner_home .item_home .content .content_btn .btn {
  color: #fff;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 7px 20px !important;
  transition: all 0.25s ease-in-out;
    font-size: 15px;
}
.banner_home .item_home .content .content_btn .btn:hover {
  background-color: #99dd4c;
}
.owl_dots_home_content {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  width: 100%;
}
.owl-theme .owl_dots_home .owl-dot.active span {
  background-color: #99dd4c !important;
  border: 2px solid #99dd4c;
}
.owl-theme .owl_dots_home .owl-dot span {
  background-color: #0051ae !important;
  border: 2px solid #0051ae;
}
.item_home .banner_resposive{
    display: none !important;
}
@media(max-width:767px){
    .banner_home .item_home .content{
        position: absolute;
        top: 50%;
        left: -25px;
        width: 100%;
        transform: translateY(-50%) scale(0.7);
    }
    .banner_home .item_home .content .title,
    .banner_home .item_home .content .subtitle {
        margin-bottom: 10px;
    }
    .banner_home .item_left, .banner_home .item_right{
        font-size: 20px!important;
    }
    .owl_dots_home_content{
        display: none;
    }
}
@media(max-width:480px){
    .item_home .banner_desk{
        display: none !important;
    }
    .item_home .banner_resposive{
        display: block !important;
    }
	header .nav_desk .nav_desk_logo .custom-logo {
		width: 200px;
		height: auto;
	}
	.owl_dots_home_content {
	  position: absolute;
	  bottom: 5px;	  
	}
    .banner_home .item_home .content {     
        top: 50%;
        left: -14px;        
        transform: translateY(-50%) scale(0.6);
    }
    .banner_home .btn_solicita {
    bottom: -49px;
    padding: 12px;
    }
    .banner_home .btn_solicita .content i{
        font-size: 21px;
    }
    .banner_home .btn_solicita .content{
        font-size: 17px;
    }
    .banner_home .item_left, .banner_home .item_right{
        width: 24px;
    }
}
.about_home {
  padding: 50px 20px !important;
}
.about_home .container {
  display: flex;
  flex-wrap: wrap;
}
.about_home .content_btn {
  text-align: center;
  margin-top: 40px;
}
.about_home .content_btn .btn {
  color: #fff;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 10px 30px;
  transition: all 0.25s ease-in-out;
}
.about_home .content_btn .btn:hover {
  background-color: #99dd4c;
}
.about_home .image {
  width: 50%;
  margin: auto;
  text-align: center;
}
.about_home .image img {
  max-width: 470px;
  height: 304px;
  object-fit: cover;
  object-position: center;
}
.about_home .content {
  width: 50%;
  margin: auto;
}
.about_home .content .title {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  
  color: #0051ae;
}
.about_home .content .subtitle {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  padding: 10px 0;
}
.about_home .content .texto {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.about_home .content .lots {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about_home .content .lots .item {
  margin: 10px;
  width: calc(33% - 20px);
  display: flex;
}
.about_home .content .lots .item .imagen_item {
  width: 70px;
  margin: auto;
}
.about_home .content .lots .item .title_item {
  margin: auto 0;
  width: calc(100% - 70px);
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #000000;
}

.responsive_proyectos{
  display: none;
}

.proyectos_home {
  padding: 50px 20px !important;
  background-color: #f9f9f9;
}
.proyectos_home .container {
  padding: 0 !important;
}
.proyectos_home .title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #0051ae;
}
.proyectos_home .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  
  color: #000000;
}
.proyectos_home .content_proyectos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.proyectos_home .content_proyectos .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 203px;
  width: calc(31% - 20px);
  margin: 24px;
  position: relative;
}
.proyectos_home .content_proyectos .item .opacity {
  position: absolute;
  bottom: 0;
  width: 100%;  
  background-color: rgba(5, 65, 129, 0.6);
  height: auto;
  color: #fff;
  
  font-size: 21px;
    z-index: 9;
}
.proyectos_home .content_proyectos .item:hover .opacity{
    bottom: inherit;
    top: 0;
    height: 100%;
     background-color: transparent;
}
.proyectos_home .content_proyectos .item::after {
    content: '';
  position: absolute;
  bottom: 0;
    left: 0;
  width: 100%;
  background-color: rgba(5, 65, 129, 0.6);
  height: 1px;
  color: #fff;
  transition: all 0.20s ease-in-out;
  font-size: 21px;
    z-index: 1;
}

.proyectos_home .content_proyectos .item .opacity .texto {
  padding: 10px 20px;  
  width: 100%;
  text-align: left;
}
.proyectos_home .content_proyectos .item .opacity .texto .fecha {
  color: #fff;
  font-weight: normal;
  font-size: 11px;
  
}
.proyectos_home .content_proyectos .item .opacity .texto .titulo {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
    font-weight: bold;
}
.proyectos_home .content_proyectos .item:hover::after {
  height: 100%;
}

@-webkit-keyframes scaleDown {
  0% {
    height: 100%;
  }
  70% {
    height: 0%;
  }
  100% {
    height: auto;
  }
}
.proyectos_home .content_btn {
  text-align: center;
  margin-top: 40px;
}
.proyectos_home .content_btn .btn {
  color: #fff;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 10px 30px;
  transition: all 0.25s ease-in-out;
}
.proyectos_home .content_btn .btn:hover {
  background-color: #99dd4c;
}
.servicios_home {
  padding: 50px 20px !important;
}

.servicios_home p{
    width: 730px;
    max-width: 100%;
    text-align: center;
    margin: auto;
  }


.servicios_home .container {
  padding: 0 !important;
}
.servicios_home .title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #0051ae;
}
.servicios_home .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  
  color: #000000;
}
.servicios_home .carousel {
  position: relative;
  padding: 0 50px;
  margin-top: 40px;
}
.servicios_home .carousel .item_left,
.servicios_home .carousel .item_right {
  width: 50px;
  line-height: 50px;
  border: none;
  text-align: center;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #0051ae;
  padding: 0;
}
.servicios_home .carousel .item_left:focus,
.servicios_home .carousel .item_right:focus {
  box-shadow: none;
  outline: inherit !important;
}
.servicios_home .carousel .item_left {
  left: 0;
}
.servicios_home .carousel .item_right {
  right: 0;
}
.servicios_home .carousel .item {
  padding: 20px;
  text-align: center;
}
.servicios_home .carousel .item .icono {
  text-align: center;
  margin-bottom: 20px;
  height: 57px;
}
.servicios_home .carousel .item .icono img {
  margin: auto;
  height: 57px;
  width: auto;
}
.servicios_home .carousel .item .titulo {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #0051ae;
  padding-bottom: 20px;
  min-height: 70px;
}

.servicios_home .carousel .item .titulo span {
  margin: auto;
}
.servicios_home .carousel .item .texto {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}
.servicios_home .content_btn {
  text-align: center;
  margin-top: 40px;
}
.servicios_home .content_btn .btn {
  color: #fff;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 10px 30px;
  transition: all 0.25s ease-in-out;
}
.servicios_home .content_btn .btn:hover {
  background-color: #99dd4c;
}
.servicios_home .owl_content_servicios_home {
  margin-top: 20px;
}
.owl-theme .owl_dots_servicios_home .owl-dot.active span {
  background-color: #99dd4c !important;
  border: 2px solid #99dd4c;
}
.owl-theme .owl_dots_servicios_home .owl-dot span {
  background-color: #0051ae !important;
  border: 2px solid #0051ae;
}

@media (max-width: 992px) {
  .servicios .titulo {
    margin-top: 70px;
  }
}

.cta_home {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}
.cta_home .item {
    width: 50%;    
    position:relative;  
    cursor:pointer;
}
.cta_home .item img{
    width: 100%;
}

.cta_home .item:hover .opacity {
  background-color: rgba(5, 65, 129, 0.6);
    height: 100%;
}

.cta_home .item .opacity {
  width: 100%;
  height: 0;  
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s ease-in-out;
}

.noticias_home {
  padding: 50px 20px !important;
}
.noticias_home .container {
  padding: 0 !important;
}
.noticias_home .title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #0051ae;
}
.noticias_home .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  
  color: #000000;
}
.noticias_home .content {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.noticias_home .content .item {
  width: calc(33% - 20px);
  margin: 10px;
}
.noticias_home .content .item .imagen {
  text-align: center;
  margin: auto;
}
.noticias_home .content .item .imagen img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 207px;
}
.noticias_home .content .item .titulo {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #0051ae;
  margin: 15px 0;
  min-height: 50px;
}
.noticias_home .content .item .fecha {
  font-size: 14px;
  line-height: 16px;
  color: #1f396c;
  margin-bottom: 15px;
}
.noticias_home .content .item .texto {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.noticias_home .content .item .content_btn_item {
  margin-top: 15px;
}
.noticias_home .content .item .content_btn_item .btn {
  color: #fff;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 7px 35px;
  transition: all 0.25s ease-in-out;
}
.noticias_home .content .item .content_btn_item .btn:hover {
  background-color: #99dd4c;
}
.noticias_home .content_btn {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 30px;
}
.noticias_home .content_btn .btn {
  color: #fff;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 10px 30px;
  transition: all 0.25s ease-in-out;
}
.noticias_home .content_btn .btn:hover {
  background-color: #99dd4c;
}
@media (max-width: 1100px) {
  .about_home .image {
    width: 100%;
  }
  .about_home .image img {
    width: 100%;
  }
  .about_home .content {
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
  .proyectos_home .content_proyectos {
    justify-content: center;
  }
  .proyectos_home .content_proyectos .item {
    width: calc(50% - 20px);
  }
  .noticias_home .content .item:last-child {
    margin-bottom: 0;
  }
  .noticias_home .content .item {
    max-width: 400px;
    width: calc(100% - 20px);
    margin: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cta_home .item {
    width: 100%;
    padding: 0;
  }
  .cta_home .opacity {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 60px 20px;
  }
  .cta_home .item .texto {
    color: #fff !important;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .proyectos_home .content_proyectos .item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 203px;
    width: calc(100% - 20px);
    margin: 10px;
    position: relative;
  }
}
@media (max-width: 600px) {
  .about_home .content .lots {
    justify-content: center;
  }
  .about_home .content .lots .item {
    margin: 10px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .cta_home .item .content {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  .about_home .content .lots .item {
    width: calc(100% - 20px);
  }
  .about_home .content .lots .item .title_item {
    text-align: left;
    padding: 10px;
  }
}
.screen-reader-text {
  display: none;
}
.marcas_representadas {
  padding: 50px 20px !important;
}
.marcas_representadas .title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #0051ae;
  
  margin-bottom: 20px;
}
.marcas_representadas .content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.marcas_representadas .content .item {
  width: calc(25% - 30px);
  margin: 15px;
  min-height: 115px;
  display: flex;
}
.marcas_representadas .content .item img{
    max-height: 115px;
}

.cateprodu .content .item:nth-child(1n + 1) {
  background-image: url("img/fondo-1.png");
}

.cateprodu .content .item:nth-child(2n + 2) {
  background-image: url("img/fondo-2.png");
}

.productos_carousel .carousel .item {
  background-image: url("img/fondo-1.png");
}

.marcas_representadas .content .item a {
  margin: auto;
  color: #fff !important;
  font-weight: 900;
}

.marcas_representadas .content .item a p {
  text-align: center;
  color: #000;  
  
}

.marcas_representadas .content .item a p:hover {
  color: #99dd4c;
}

.marcas_representadas .paginacion {
  width: 100%;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #c4c4c4;  
}
.pagination {
  margin: auto;
}
.marcas_representadas .paginacion .page-numbers {
  margin: 0 5px;
  color: #0051ae;
}
.marcas_representadas .paginacion .current {
  color: #b7dc87;
  background-color: #0051ae;
  padding: 8px;
}

.marcas_representadas .content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.cateprodu {
  padding: 50px 20px !important;
}

.cateprodu .content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.cateprodu .title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #0051ae;
  
  margin-bottom: 20px;
}

.cateprodu .content .item {
  width: calc(25% - 30px);
  margin: 15px;
  min-height: 115px;
  display: flex;
}

.cateprodu .content .item a {
  margin: auto;
  color: #fff !important;
  font-weight: 900;
  text-align:center;
}

@media (max-width: 1200px) {
  .marcas_representadas .content .item {
    display: flex;
    width: calc(33% - 30px);
    margin: 15px;
  }

  .cateprodu .content .item {
    display: flex;
    width: calc(33% - 30px);
    margin: 15px;
  }
}
@media (max-width: 992px) {
  .marcas_representadas .content .item {
    display: flex;
    width: calc(50% - 30px);
    margin: 15px;
  }

  .cateprodu .content .item {
    display: flex;
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media (max-width: 650px) {
  .category_de_productos .content .item {
    display: flex;
    width: calc(100% - 20px);
    margin: 10px;
  }

  .category_de_productos .content .item {
    display: flex;
    width: calc(100% - 20px);
    margin: 10px;
  }
}

.marcas_representadas .content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.category_de_productos .content .item a {
  margin: auto;
  color: #fff !important;
  font-weight: 900;
}

/* Marcas Detalle */
.marcas_detalle .container {
  max-width: 992px !important;
}
.marcas_detalle .image img{
    width: 390px;
    height: auto;
}
.MDtitulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #0051ae;
  mix-blend-mode: normal;
  padding: 50px;
}

.image img {
  display: block;
  margin: auto;
}

.MDlinea {
  border-bottom: 2px solid #000000;
  display: block;
}

.MDdescription {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  color: #000000;

  display: block;
  text-align: justify;
  margin: auto;
  padding: 30px 0 30px 0px;
}

.MD2titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #0051ae;
  display: block;

  padding-bottom: 20px;
  margin-top: 50px;
}

.MD2titulo img {
  margin: 0 10px 0 0;
}

.MD3titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #0051ae;
  display: block;

  padding-bottom: 20px;
}

.MDlinks {
  display: grid;
}

.MDlinks a {
  display: block;

  margin-top: 20px;
}

.MDlinks img {
  padding: 0 10px 0 0px;
}

.MDbutton {
  margin-bottom: 40px;
}
.curso-vista-interna-p .MDbutton{
    margin-bottom: 10px;
    margin-top: 50px;
}

.responsive_catalogo{
  display: none;
}



.curso-vista-interna-p .MDbutton button:hover,
.description-vista-interna .MDbutton button:hover,
.agradecimientos .MDbutton button:hover,
.catalogos-vista .MDbutton button:hover,
.marcas_detalle .MDbutton button:hover {
        background: #99dd4c;
}

.curso-vista-interna-p .MDbutton button:focus,
.description-vista-interna .MDbutton button:focus,
.agradecimientos .MDbutton button:focus,
.catalogos-vista .MDbutton button:focus,
.marcas_detalle .MDbutton button:focus {
    box-shadow: 0!important;
    outline: none!important;
}
    
.curso-vista-interna-p .MDbutton button,
.description-vista-interna .MDbutton button,
.agradecimientos .MDbutton button,
.catalogos-vista .MDbutton button,
.marcas_detalle .MDbutton button {
      background: #0051ae;
    border-radius: 9px;
    border: 0;
    padding: 10px 30px;
    display: block;
    margin: auto;
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.25s ease-in-out;
}
.curso-vista-interna-p .MDbutton button i,
.description-vista-interna .MDbutton button i,
.agradecimientos .MDbutton button i,
.catalogos-vista .MDbutton button i,
.marcas_detalle .MDbutton button i{
    font-size: 13px;
    margin-right: 5px;
}

/* Contacto */

.banner .container {
  display: flex;
  height: 100%;
}
.banner .content {
  margin: auto 0;
  max-width: 450px;
  width: 100%;
}

.banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 465px;
}

.banner .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0051ae;
  margin-bottom: 30px;
}

.banner .texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.contacto .container {
  display: flex;
  flex-wrap: wrap;
}

.contacto .container .content {
  width: 50%;
}

.contacto .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  
  color: #0051ae;
}

.contacto .desc-titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #0051ae;
  margin-top: 30px;
}

.contacto .desc-texto {
  color: #000000;
  margin: 20px 0px 20px 0px;
}
.contacto .redes{
    margin-top: 30px;
}
.contacto .redes .social{
    display: flex;
}
.contacto .redes .social a{
    margin: 0 7px;
    color: #003f87;
    transition: all 0.25s ease-in-out;
    font-size: 20px;
}
.contacto .redes .social a:hover {
  color: #a1e04e;
}
.contacto .redes-titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  
  color: #0051ae;
    margin-bottom: 20px;
}

@media (max-width: 942px) {
  .contacto .redes {
    width: 210px;
  }
}

textarea:focus {
  box-shadow: none !important;
}

.content {
  width: 100%;
  margin: auto 0;
}

.form-titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  
  color: #0051ae;
}

.content-formulario {
  width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.formulario::placeholder {
  color: #0051ae !important;
  opacity: 0.5 !important;
}

.formulario input {
  border-color: ;
}

.content-formulario .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  
  color: #0051ae;
  margin-bottom: 70px;
}

.content-formulario .item {
  width: 472px;
}

.content-formulario .nombre {
  margin-right: 100px;
}

.boton-form {
  color: #fff;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 10px 30px;
  transition: all 0.25s ease-in-out;
  border: 0px;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.boton-form:hover {
  background-color: #99dd4c;
}

.formulario {
  background: transparent !important;
  border: 2px solid #0051ae !important;
  box-sizing: border-box !important;
  border-radius: 9px !important;
}

@media (max-width: 992px) {
  .contacto .titulo {
    margin-top: 70px;
  }
}

/* Servicios */

.banner-servicios .container {
  display: flex;
  height: 100%;
}
.banner-servicios .content {
  margin: auto 0;
  max-width: 450px;
  width: 100%;
}

.banner-servicios {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 390px;
}

.banner-servicios .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0051ae;
  margin-bottom: 30px;
}

.banner-servicios .texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.servicios {
  background-image: url("img/formulario-servicio.png");
  background-size: cover;
}

.servicios .container {
  display: flex;
  flex-wrap: wrap;
}

.servicios .container .content {
  width: 50%;
}

.servicios .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  
  color: #99dd4c;
  margin: 30px 0;
}

.servicios .desc-texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  
  color: #ffffff;
  width: 430px;
}

.content-servicios {
  width: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.content-servicios .boton-form {
  background: transparent;
  border: 2px solid #fff;
}

.content-servicios .boton-form:hover {
  background: #99dd4c;
  border: 2px solid #99dd4c;
}

.content-servicios .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  
  color: #fff;
  margin-bottom: 70px;
  margin-top: 0;
}

.content-servicios .item {
  width: 472px;
}

.content-servicios .nombre {
  margin-right: 100px;
}

.content-servicios .formulario::placeholder {
  color: #fff !important;
}

.content-servicios .formulario {
  border: 2px solid #fff !important;
}

.content-servicios input {
  color: #fff !important;
}
.content-servicios textarea {
  color: #fff !important;
  height: 200px !important;
}

/* Noticias */
.noticias{
    padding: 50px 20px!important;
}
.noticias .container {
  display: flex;
  flex-wrap: wrap;
}

.noticias .sidebar {
  width: 30%;
  padding-right: 40px;
}

.noticias .articulos {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

.noticias .articulos .item {
  width: calc(48% - 20px);
  margin: 25px 18px;
}

.sidebar h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  
  color: #000000;
  margin: 30px 0 0px 0px;
  padding-bottom: 20px;
  border-bottom: 2px solid #0051ae;
  cursor: pointer;
}
.noticias .sidebar .content-sidebar h3{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/*

.noticias .sidebar .content-sidebar h3 i::after{
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;   
    font-style: normal;
}
.noticias .sidebar .content-sidebar h3.active i::after{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;  
    font-style: normal;
}
*/

.noticias .sidebar .content-sidebar h3 i {
  position: relative;
  width: 25px;
  height: 25px;
  margin: auto 0;
  margin-left: 10px;
  border: 1px solid;
  border-radius: 20px;
  background: #0051ae;
  border-color: #0051ae;
    color: #FFF;
    text-align: center;
}
.noticias .sidebar .content-sidebar h3 i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding: 1px;
  font-size: 10px;
  font-style: normal !important;

}
.noticias .sidebar .content-sidebar h3.active i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding: 1px;
  font-size: 10px;
  font-style: normal !important;
}



.sidebar h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  
  color: #000000;
}

.sidebar li {
  list-style: none;
  margin: 10px;
}

.articulos .item .imagen img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 210px;
}

.articulos .titulo {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #0051ae;
  margin-top: 20px;
}

.articulos .fecha {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  
  color: #1f396c;
  margin: 20px 0px 20px 0px;
}

.btn-noticias {
  color: #fff;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 10px 40px;
  transition: all 0.25s ease-in-out;
  margin-top: 20px;
}

.btn-noticias:hover {
  background-color: #99dd4c;
  color: #fff;
}

.content_btn_item {
  margin-top: 30px;
}

.noticias .paginacion {
  width: 100%;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #c4c4c4;
  margin-top: 60px;
}
.pagination {
  margin: auto;
}
.noticias .paginacion .page-numbers {
  margin: 0 5px;
  color: #0051ae;
}
.noticias .paginacion .current {
  color: #b7dc87;
  background-color: #0051ae;
  padding: 8px;
}

.noticias .i-left {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;

  padding: 5px;
  color: #0051ae;
}

.content-sidebar ul {
  margin-top: 30px;
}

.content-sidebar ul li a {
  color: black;
}

.content-sidebar ul li a:hover {
  color: #99dd4c;
}

.content-sidebar ul .menu-item ul {
  margin-top: 5px;
  margin-left: -30px;
}

.noticias .i-right {
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  color: #0051ae;
}

@media (max-width: 1200px) {
  .articulos {
    width: 100%;
  }
  .noticias .sidebar {
    width: 40%;
  }
  .noticias .articulos .item {
    width: calc(100% - 20px);
    margin: 10px;
  }
  .noticias .articulos {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
  }
}

@media (max-width: 520px) {
  .articulos {
    width: 100%;
  }
  .noticias .sidebar {
    width: 100%;
    padding: 0;
  }
  .noticias .articulos .item {
    width: calc(100% - 20px);
    margin: 10px;
      margin-top: 20px;
  }
  .noticias .articulos {
    display: flex;
    flex-wrap: wrap;    
    width: 100%;
  }
  .content-sidebar ul {
    display: none;
  }
}

/* Noticias interna */

.noticias-interna {
  text-align: center;
}
.noticias-interna .item{
    max-width: 1000px!important;
    margin: auto;
    width: 100%;
}
.noticias-interna .item .titulo {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #0051ae;
  margin: 70px 0 50px 0;
}

.noticias-interna .item .imagen img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.noticias-interna .item .fecha {
  margin-top: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  
  color: #1f396c;
    text-align: left;
}


.noticias-interna strong{
	color: #1f396c;
}

@media (max-width: 992px) {
  .noticias-interna .item .fecha {
    width: 53%;
  }
}

@media (max-width: 742px) {
  .noticias-interna .item .fecha {
    width: 50%;
  }
}

@media (max-width: 642px) {
  .noticias-interna .item .fecha {
    width: 53%;
  }
}

@media (max-width: 500px) {
  .noticias-interna .item .fecha {
    width: 59%;
  }
}

.noticias-interna .item .texto {
  margin: 50px 0 100px 0;
  text-align: left;
}

.n-i {
  background: #f9f9f9;
}

/* proyecto */

.banner-proyectos .container {
  display: flex;
  height: 100%;
}
.banner-proyectos .content {
  margin: auto 0;
  max-width: 450px;
  width: 100%;
}

.banner-proyectos {
  background-image: url("img/banner-proyecto.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 465px;
}

.banner-proyectos .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0051ae;
  margin-top: 0;
  margin-bottom: 30px;
}

.banner-proyectos .texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.form-busqueda {
  margin: auto;
  text-align: center;
}
.form-busqueda form {
  display: flex;
  max-width: 400px;
  margin: auto;
  width: 100%;
}
.form-busqueda input {
  width: calc(100% - 50px);
  border: 2px solid #0051ae;
  height: 46px;
  padding: 4px 20px;
}

.form-busqueda button {
  width: 50px;
  border: 0;
  background: #0051ae;
  border-radius: 0px 7px 7px 0px;
  color: #fff;
  text-align: center;
}

.proyectos_home .paginacion .current {
  color: #b7dc87;
  background-color: #0051ae;
  padding: 8px;
}

.proyectos_home .paginacion .page-numbers {
  margin: 0 5px;
}

.proyectos_home .paginacion {
  width: 100%;
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #c4c4c4;
  margin-top: 50px;
}

.proyecto-vista-despegable {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 110px;
}

.proyecto-vista-despegable .border-bottom {
  border-bottom: 2px solid #0051ae !important;
}

.proyecto-vista-despegable .item {
  display: grid;
}

.proyecto-vista-despegable .item a {
  margin: 10px 0;
}

.proyecto-vista-despegable .item_collapse {
  margin: 30px 0;
}

.proyecto-vista-despegable span {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.proyecto-vista-despegable .c-collapse {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 60px 0;
  text-align: left;
}

.proyecto-vista-despegable .desplegable .item_collapse {
  margin: 40px 0;
}
.proyecto-vista-despegable .desplegable .item_collapse button:focus {
  box-shadow: none;
  outline: none;
}
.proyecto-vista-despegable .desplegable .item_collapse button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
}
.proyecto-vista-despegable .desplegable .item_collapse button i {
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto 0;
  margin-left: 10px;
  border: 1px solid;
  border-radius: 20px;
  background: #0051ae;
  border-color: #0051ae;
    color: #FFF;
    text-align: center;
}
.proyecto-vista-despegable .desplegable .item_collapse button i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding: 1px;
  font-size: 13px;
  font-style: normal !important;
     position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;

}
.proyecto-vista-despegable .desplegable .item_collapse.active button i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding: 1px;
  font-size: 13px;
  font-style: normal !important;
}

.proyecto-vista-despegable .desplegable .item_collapse button span {
  margin: auto 0;
  width: calc(100% - 40px);
  text-align: left;
}

.proyecto-vista-despegable .desplegable .item_collapse .c-collapse {
  font-family: "Asap", sans-serif;
  padding: 10px;
  background-color: #fff;
  border-top: 0;
}

.vista {
  background-color: #fff !important;
}

.volver {
  margin: 40px 0 40px 0px;
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 30px;
}
.volver.sinl{
    border-bottom: 0!important;
    padding-bottom: 20px !important;
    text-align: center;
}
.volver a {
  color: #0051ae;
}

.description-vista-interna .fecha {
  color: #0051ae;
  margin: 20px 0px;
    margin-top: 30px;
}

.description-vista-interna .fecha span {
  font-weight: bold;
}

.description-vista-interna .titulo-principal {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  color: #0051ae;
  margin: 20px 0px;
}

.description-vista-interna .p-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin: 20px 0px;
}

.description-vista-interna .carousel .item img {
     width: auto !important;
    max-height: 500px;
}

.description-vista-interna .carousel {
  position: relative;
  padding: 0 50px;
  margin-top: 40px;
}

.description-vista-interna .carousel .item_left {
  left: 0;
}

.description-vista-interna .carousel .item_right {
  right: 0;
}

.description-vista-interna .carousel .item_left,
.description-vista-interna .carousel .item_right {
  width: 50px;
  line-height: 50px;
  border: none;
  text-align: center;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #0051ae;
  padding: 0;
}

.description-vista-interna img {
  margin: auto;
  height: auto;
}

.description-vista-interna .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #99dd4c !important;
}

.description-vista-interna .owl-theme .owl-dots .owl-dot span {
  background: #2d4480 !important;
}

.description-vista-interna .owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin: 30px 0;
}

.description-vista-interna .titulo {
  color: #000000;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #0051ae;
  padding-bottom: 20px;
  margin: 60px 0px;
  cursor: pointer;
}

.description-vista-interna .titulo i {
  color: #0051ae;
}

.description-vista-interna .right {
  float: right;
}

.despegable {
  display: none;
}

.description-vista-interna .p-description-minimo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}

.description-vista-interna .tabla {
  background: #ffffff;
  border: 1px solid #0051ae;
  box-sizing: border-box;
}

.description-vista-interna .titulos-tabla {
  background-color: #0051ae;  
  height: 70px;
  padding: 24px 0px;
    display: flex;
    flex-wrap: wrap;
}

.description-vista-interna .titulos-tabla p {
    color: #fff;
    padding: 0;
    margin: 0;
    
}
.description-vista-interna .titulos-tabla p:first-child{
    width: 20%;
    text-align: center;
}
.description-vista-interna .titulos-tabla p:last-child{
    width: 80%;
    text-align: left;
}
@media(max-width:700px){
    .description-vista-interna .titulos-tabla p:first-child{
        width: 120px;
    }
    .description-vista-interna .titulos-tabla p:last-child{
        width: calc(100% - 120px);
    }
}
.description-vista-interna .margin-fila{
    display: block;
    padding: 20px 0;
}
.description-vista-interna .margin-fila .fila{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.description-vista-interna .margin-fila .fila:last-child{
    margin-bottom: 0;
}
.description-vista-interna .margin-fila p {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    margin: 0;
}
.description-vista-interna .margin-fila .fila p:first-child{
    width: 20%;
    text-align: center;
}
.description-vista-interna .margin-fila .fila p:last-child{
    width: 80%;
    text-align: left;
    padding-right: 20px;
}
@media(max-width:700px){
    .description-vista-interna .margin-fila .fila p:first-child{
        width: 120px;
    }
    .description-vista-interna .margin-fila .fila p:last-child{
        width: calc(100% - 120px);
        padding-right: 10px;
    }
}

.proyecto-vista-despegable .border {
  border: 1px solid #0051ae !important;
}

.description-vista-interna table {
  width: 100%;
}


.fotos {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  width: 100%;
  justify-content: center;
}

.description-vista-interna .item-img img {
  width: calc(100% - 20px);
  margin: 10px;
}

.servicios .titulo-1 {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  
  color: #99dd4c;
  margin-bottom: 50px;
}

.vista-interna {
  background: #fff;
}

@media (max-width: 892px) {
  .description-vista-interna .fila {
    display: flex;
    width: 100%;
  }

  .description-vista-interna .fila span {
    margin-right: 60px;
  }

  .description-vista-interna .fila {
    padding: 0 5px;
  }

  .description-vista-interna .titulos-tabla span {
    margin-left: 5px;
  }
  .servicios .titulo-1 {
    margin-top: 90px;
  }
}

@media (max-width: 534px) {
  .description-vista-interna .fila span {
    margin-right: 55px;
  }
}

.proyecto-form {
  background-image: url("img/formulario-servicio.png");
  background-size: cover;
}

.proyecto-form .container {
  display: flex;
  flex-wrap: wrap;
}

.proyecto-form .container .content {
  width: 50%;
}

.content-proyecto-form .formulario::placeholder {
  color: #fff !important;
}

.content-proyecto-form .boton-form {
  background: transparent;
  border: 2px solid #fff;
}

.content-proyecto-form .boton-form:hover {
  background: #99dd4c;
  border: 2px solid #99dd4c;
}

.content-proyecto-form .formulario {
  border: 2px solid #fff !important;
}

.content-proyecto-form input {
  color: #fff !important;
}
.content-proyecto-form textarea {
  color: #fff !important;
}

.proyecto-form .titulo-1 {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  
  color: #99dd4c;
  margin-bottom: 30px;
}

.proyecto-form .desc-texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  
  color: #ffffff;
  width: 430px;
}

.content-proyecto-form {
  width: 50%;
  margin-top: 50px;
}

.content-proyecto-form .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  
  color: #fff;
  margin-bottom: 70px;
}

.content-proyecto-form .item {
  width: 472px;
}

.content-proyecto-form .nombre {
  margin-right: 100px;
}

/* Cursos */

.banner-cursos .container {
  display: flex;
  height: 100%;
}
.banner-cursos.content {
  margin: auto 0;
  max-width: 450px;
  width: 100%;
}

.banner-cursos {  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0px;
  height: 425px;
}

.banner-cursos .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0051ae;
  margin-bottom: 30px;
}

.banner-cursos .texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  width: 30%;
}
.cursos-paginacion .container{
    display: flex;
    flex-wrap: wrap;
}
.cursos-paginacion .container .sidebar{
    width: 25%;
    padding-right: 20px;
}
.cursos-paginacion .container .sidebar .content-sidebar h3{
    display: flex;
    justify-content: space-between;
}
.cursos-paginacion .container .sidebar .content-sidebar h3 i {
  position: relative;
  width: 25px;
  height: 25px;
  margin: auto 0;
  margin-left: 10px;
  border: 1px solid;
  border-radius: 20px;
  background: #0051ae;
  border-color: #0051ae;
    color: #FFF;
    text-align: center;
}
.cursos-paginacion .container .sidebar .content-sidebar h3 i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding: 1px;
  font-size: 10px;
  font-style: normal !important;

}
.cursos-paginacion .container .sidebar .content-sidebar h3.active i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding: 1px;
  font-size: 10px;
  font-style: normal !important;
}



.cursos-paginacion .container .content{
    width: 75%;
}
.cursos-paginacion .container .content .item{
    margin-bottom: 30px;
    margin-top: 0;
}
.cursos-paginacion .container .content .item .titulo{    
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 63px;
}

@media (max-width:1100px){
    .cursos-paginacion .container .content{
        flex-wrap: wrap; 
    }
    .cursos-paginacion .container .content .item{
        max-width: inherit;
        width: calc(50% - 20px) !important;
        margin: 0 10px;
        margin-bottom: 30px;
        margin-top: 0;
    }
}
@media (max-width:900px){
    .cursos-paginacion .container .sidebar{
        width: 100%;
        padding-right: 20px;
    }
    .cursos-paginacion .container .content{
        width: 100%;
    }
    .cursos-paginacion .content-sidebar ul{
        display: none;
    }
}
@media (max-width:900px){
    .cursos-paginacion .container .content .item{
        max-width: inherit;
        width: calc(100% - 20px) !important;
        margin: 0 10px;
        margin-bottom: 30px;
        margin-top: 0;
    }
}

.cursos-paginacion .paginacion {
  width: 100%;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #c4c4c4;
  margin: 70px 0 40px 0px;
    justify-content: center;
}

.cursos-paginacion .paginacion .current {
  color: #b7dc87 !important;
  background-color: #0051ae;
  padding: 0 4px;
}

.cursos-paginacion .paginacion .page-numbers {
  margin: 0 5px;
    line-height: 29px;
}

.cursos-paginacion .paginacion .page-numbers {
  margin: 0 5px;
  color: #0051ae;
}

.cursos-paginacion .i-left {
  width: 100px;
  height: 100px;
  color: #0051ae;
}

.cursos-paginacion .i-right {
  width: 100px;
  height: 100px;
  color: #0051ae;
}

.filter_content {
    padding-left: 30px;
}
.filter_content .item_collapse:first-child{
    margin-top: 20px;
}
.filter_content .item_collapse button:focus{
    box-shadow: none;
    outline: none;
}
.filter_content .item_collapse button{        
    width: 100%;    
    border-radius: 0;
    text-align: left!important;
    border:0!important;
    padding: 0!important;    
    margin: 7px 0;
    display: flex;
    justify-content: space-between;
    color: #000;
}
.filter_content .item_collapse button span{
    margin: auto 0;
    width: calc(100% - 40px);            
    font-size: 16px;    
    font-weight: 400;
}

.filter_content .item_collapse .c-collapse{    
    padding-left: 30px;    
    font-size: 16px !important;    
    font-weight: 400 !important; 
    
}
.filter_content .item_collapse .c-collapse .margin-collapse{
    margin-bottom: 7px;
    font-size: 14px;
}

.filter_content .item_collapse a{
    color: #000 !important;
}
@media(max-width:1200px){
    .filter_content .item_collapse button span{
        text-align: left;
    }
}

.filter_content .item_collapse button i{    
    position: relative;    
    width: 30px;
    height: 30px;
    margin: auto 0;
    text-align: right;
}
.filter_content .item_collapse button i:after{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 10px;
  font-style: normal !important;    
}
.filter_content .item_collapse.active button i:after{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  font-style: normal !important;
}

.curso-vista-interna-p {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  color: #0051ae;
}

.curso-vista-interna-p .imagen {
  margin: 50px 0;
}

.curso-vista-interna-p .imagen img {
  display: block;
  margin: auto;  
    max-width: 597px;
    width: 100%;
  height: auto;
}

.curso-vista-interna-p .border-bottom {
  border-bottom: 2px solid #0051ae !important;
}

.item_collapse .btn {
  border-bottom: 2px solid #0051ae !important;
}

.content-cursos .formulario::placeholder {
  color: #fff !important;
}

.content-cursos .formulario {
  border: 2px solid #fff !important;
}

.content-cursoss input {
  color: #fff !important;
}
.content-cursos textarea {
  color: #fff !important;
}

.content-cursos .boton-form {
  background: transparent;
  border: 2px solid #fff;
}

.content-cursos .boton-form:hover {
  background: #99dd4c;
  border: 2px solid #99dd4c;
}

.curso-vista-interna-p .item_collapse {
  margin: 30px 0;
}

.curso-vista-interna-p span {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #0051ae;
  float: left;
}

.curso-vista-interna-p .c-collapse {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 60px 0;
}

.c-collapse i {
  color: #0051ae;
}

.cursos {
  background-image: url("img/formulario-servicio.png");
  background-size: cover;
}

.cursos .formulario::placeholder {
  color: #fff !important;
}

.cursos input {
  color: #fff !important;
}

.cursos select {
  color: #fff !important;
}

.cursos select option {
  color: #fff !important;
  background: #0051ae;
}

.cursos textarea {
  color: white !important;
}

.cursos .container {
  display: flex;
  flex-wrap: wrap;
}

.cursos .container .content {
  width: 50%;
}

.cursos .titulo-1 {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  
  color: #99dd4c;
  margin-bottom: 40px;
}

.cursos .desc-texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  
  color: #ffffff;
  width: 430px;
}

.content-cursos {
  width: 50%;
  margin-top: 50px;
}

.content-cursos .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  
  color: #fff;
  margin-bottom: 70px;
}

.content-cursos .item {
  width: 472px;
}

.content-cursos .nombre {
  margin-right: 100px;
}
.curso-vista-interna-p{
    padding: 50px 20px!important;
}
.curso-vista-interna-p .desplegable .item_collapse {
  margin: 40px 0;
}
.curso-vista-interna-p .desplegable .item_collapse button:focus {
  box-shadow: none;
  outline: none;
}
.curso-vista-interna-p .desplegable .item_collapse button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
}
.curso-vista-interna-p .desplegable .item_collapse button i {
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto 0;
  margin-left: 10px;
  border: 1px solid;
  border-radius: 20px;
  background: #0051ae;
  border-color: #0051ae;
    color: #FFF;
    text-align: center;
}
.curso-vista-interna-p .desplegable .item_collapse button i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding: 1px;
  font-size: 13px;
  font-style: normal !important;
     position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;

}
.curso-vista-interna-p .desplegable .item_collapse.active button i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding: 1px;
  font-size: 13px;
  font-style: normal !important;
}

.curso-vista-interna-p .desplegable .item_collapse button span {
  margin: auto 0;
  width: calc(100% - 40px);
  text-align: left;
}

.curso-vista-interna-p .desplegable .item_collapse .c-collapse {
  font-family: "Asap", sans-serif;
  padding: 10px;
  background-color: #fff;
  border-top: 0;
}

/* equipamiento */

.vista-equipamiento {
  text-align: center;
}

.vista-equipamiento .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #0051ae;
  margin: 40px 0;
}

.vista-equipamiento .imagen img {
  max-width: 100%;
  height: auto;
}

.vista-equipamiento .titulo-descripcion {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  
  color: #0051ae;
  margin: 40px 0;
}

.vista-equipamiento .descripcion {
  text-align: left;
  width: 70%;
  margin: auto;
}
.vista-equipamiento .descripcion li{
	list-style:inherit!important;
}

.vista-equipamiento .descripcion .border {
  margin-top: 50px;
}

.vista-equipamiento strong{
	color:#0051ae;
}

.equipamiento-form {
  text-align: center;
}

.equipamiento-form input {
  border: 1px solid #0051ae;
}

.equipamiento-form .formulario::placeholder {
  color: #0051ae !important;
  opacity: 0.5;
}

.equipamiento-form textarea {
  border: 1px solid #0051ae;
}

.equipamiento-form .container {
  max-width: 660px !important;
}

@media (max-width: 1042px) {
  .vista-equipamiento .descripcion {
    width: 76%;
  }
}

@media (max-width: 920px) {
  .vista-equipamiento .descripcion {
    width: 100%;
  }

  .banner-cursos .texto {
    width: 100%;
  }
}

/* empresa */

.banner-empresa .container {
  display: flex;
  height: 100%;
}
.banner-empresa .content {
  margin: auto 0;
  max-width: 450px;
  width: 100%;
}

.banner-empresa {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0px;
  height: 425px;
}

.banner-empresa .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0051ae;
  margin-bottom: 30px;
}

.banner-empresa .texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.empresa .active {
  color: #0051ae !important;
}

.tabs_experience i {
  font-size: 30px;
  margin: -3px -41px;
  position: absolute;
}

.tabs_experience .active span {
  border-bottom: 2px solid #a1e04e;
  border-radius: 0px;
  padding-bottom: 3px;
}

.empresa .btn_tab {
  margin: 0 30px;
  font-weight: bold;
  color: #000000;
}

.empresa .nav {
  margin: auto 0 0;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.empresa .tabs_experience .tab-content {
  display: flex;
  flex-wrap: wrap;
}


.contenido-empresa {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0;
}

.contenido-empresa .imagen {
  width: 50%;
  text-align: center;
}

.contenido-empresa .imagen img {
  max-width: 100%;
  height: auto;
}

.contenido-empresa .item {
  width: 50%;
}

.contenido-empresa .item .empresa-titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  color: #0051ae;
  margin-bottom: 30px;
}

.contenido-empresa .item .empresa-descripcion {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}

.contenido-empresa .item .empresa-descripcion .sub-item {
  display: flex;
  margin-top: 40px;
}

.contenido-empresa .item .empresa-descripcion .sub-item .item {
  width: 50%;
  display: flex;
}

.contenido-empresa .item .empresa-descripcion .sub-item .item img {
  margin: 0 10px;
}

.contenido-empresa .item .empresa-descripcion .sub-item .item .texto {
  margin: 30px 5px;
  font-size: 16px;
}

.empresa-unidad {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.empresa-unidad .titulo-superior {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  
  color: #0051ae;
  text-align: center;
  width: 100%;
}

.empresa-unidad {

 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
}

.empresa-unidad .item {
  width: 30%;
  background: rgba(255, 255, 255, 0.85);
  margin: 40px 10px;
  padding: 50px;
  max-height: 370px;
}

.empresa-unidad .contenido-unidad {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0;
  justify-content: center;
}

.empresa-unidad .contenido-unidad .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  color: #0051ae;
}

.empresa-unidad .contenido-unidad .descripcion {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin: 20px;
}

.descripcon_empresa_responsive{
  display: none;
}

@media (max-width: 992px) {
  .contenido-empresa .imagen {
    width: 100%;
  }
  .contenido-empresa .item {
    width: 100%;
    text-align: center;
    margin: 30px 0;
  }
  .contenido-empresa .item .empresa-descripcion .sub-item .item {
    width: 100%;
  }
  .empresa-unidad .item {
    width: 100%;
  }
  .empresa .nav {
    flex-wrap: wrap;
    display: contents;
    text-align: left;
  }
  .banner-proyectos .texto{
    width: auto;
  }
  .banner-catalogos .texto{
    width: 150px;
  }
  .no-url{
    pointer-events: none;
  }
  .contacto .container .content{
    width: 100%;
  }
}

@media (max-width: 642px) {
  .contenido-empresa .item .empresa-descripcion .sub-item {
    flex-wrap: wrap;
  }
}

.vision-mision {
  display: flex;
  flex-wrap: wrap;
  margin: 150px 0;
}

.vision-mision .contenido {
  width: 50%;
  display: flex;
}

.vision-mision .contenido .item {
  margin: 10px 20px;
}

.vision-mision .contenido .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  
  color: #0051ae;
}

.vision-mision .contenido .descripcion {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  margin: 10px 0;
}

@media (max-width: 992px) {
  .vision-mision .contenido {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 50px 0;
  }
}

.valores {
  display: flex;
  flex-wrap: wrap;
  margin: 150px 0;
	justify-content:center;
}

.valores .contenido {
  	width: calc(33% - 20px);
	margin 10px;
}


.valores .contenido .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  
  color: #0051ae;
}

.valores .contenido .descripcion {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  margin: 10px 0;
}

@media (max-width: 992px) {
  .valores .contenido {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 50px 0;
  }
}

.sistema .contenido {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
}

.sistema .contenido .imagen {
  width: 50%;
  text-align: center;
}

.sistema .contenido .imagen img {
  max-width: 100%;
  height: auto;
}

.sistema .contenido .contenido-interno {
  width: 50%;
}

.sistema .contenido .contenido-interno .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  
  color: #0051ae;
  margin: 30px 0;
}

.sistema .contenido .contenido-interno .descripcion {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.sistema .contenido .contenido-interno .imagen {
  display: flex;
  margin: 40px 0;
}

.sistema .contenido .contenido-interno .imagen img {
  width: 40%;
  margin: 0 15px;
  height: auto;
}
.sistema .descargable .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  
  color: #0051ae;
  text-align: center;
}

.sistema .descargable .item {
  width: 50%;
  display: grid;
  padding: 0px 70px;
}

.sistema .descargable .item a {
  margin: 10px 0;
}

.sistema .descargable .contenido {
  display: flex;
}

@media (max-width: 992px) {
  .sistema .contenido .imagen {
    width: 100%;
  }

  .sistema .contenido .contenido-interno {
    width: 100%;
  }
  .sistema .contenido .contenido-interno .imagen {
    display: inherit;
  }

  .sistema .contenido .contenido-interno .imagen img {
    width: 170px;
    margin: 10px 0;
  }

  .trabaja-nosotros .desc-texto {
    width: 290px;
  }
}

@media (max-width: 682px) {
  .sistema .descargable .item {
    width: 100%;
  }
}

/* sucursales */

.responsive_sucursales{
  display: none;
}

.banner-sucursales .container {
  display: flex;
  height: 100%;
}
.banner-sucursales .content {
  margin: auto 0;
  max-width: 450px;
  width: 100%;
}

.banner-sucursales {  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0px;
  height: 425px;
}

.banner-sucursales .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0051ae;
  margin-bottom: 30px;
}

.banner-sucursales .texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  width: 100%;
}

.sucursales .tabs_experience li {
  margin: 35px 15px;
}

.sucursales .active {
  color: #0051ae;
}

.sucursales .contenido .container {
  display: flex;
  flex-wrap: wrap;
}

.sucursales .contenido .mapa {
  height: 100%;
    display: none;
}
.sucursales .contenido .mapa.active{
    display: block!important;
}

.sucursales .contenido .item {
      width: calc(29% - 60px);
    padding: 0 30px;
}

.sucursales .contenido .item .titulo {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #0051ae;
    margin-bottom: 20px;
    min-height: 43px;
    line-height: 21px;
    cursor: pointer;
}
.sucursales .contenido .item .active {
  color: #99dd4c !important;
}


.sucursales .contenido .item .descripcion {
  width: 230px;
  color: #000;
}
.sucursales .contenido .item .descripcion .descrip-item{
    min-height: 82px;
}

.sucursales .contenido {
  margin: 30px 0px 100px 0px;
}

.sucursales .contenido .item .descripcion span {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #0051ae;
}

.sucursales-form {
  background-image: url("img/formulario-servicio.png");
  background-size: cover;
}

.sucursales-form .container {
  display: flex;
  flex-wrap: wrap;
}

.sucursales-form .container .content {
  width: 50%;
}

.content-sucursales-form .formulario::placeholder {
  color: #fff !important;
}

.content-sucursales-form .boton-form {
  background: transparent;
  border: 2px solid #fff;
}

.content-sucursales-form .boton-form:hover {
  background: #99dd4c;
  border: 2px solid #99dd4c;
}

.content-sucursales-form .formulario {
  border: 2px solid #fff !important;
}

.content-sucursales-form input {
  color: #fff !important;
}
.content-sucursales-form textarea {
  color: #fff !important;
}

.sucursales-form .titulo-1 {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  
  color: #99dd4c;
  margin-bottom: 20px;
}

.sucursales-form .desc-texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  
  color: #ffffff;
  width: 100%;
}

.content-sucursales-form {
  width: 50%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.content-sucursales-form .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  
  color: #fff;
  margin-bottom: 35px;
}

.content-sucursales-form .item {
  width: 472px;
}

.content-sucursales-form .nombre {
  margin-right: 100px;
}
.sucursales .contenido .item .map-responsive{
        display: none;
    }

@media (max-width: 1122px) {
  .sucursales .nav {
    flex-wrap: wrap;
    display: contents;
    text-align: center;
  }

  .sucursales .contenido .mapa {
    width: 100%;
    margin: 0;
  }

  .sucursales .contenido .item {
    width: 100%;
    text-align: center;
    margin: 30px;
  }
    .sucursales .contenido .item .map-responsive{
        display: block;
        margin-bottom: 20px;
    }
  .sucursales .contenido .item .descripcion {
    width: 100%;
  }
    .sucursales .contenido .container .mappanel{
        width: 100%;
        height: 300px;
    }
    .sucursales .contenido .mapa {
      height: 100%;
        display: none;
    }
    .sucursales .contenido .mapa.active{
        display: none!important;
    }
    .sucursales .contenido .mappanel{
        display: none!important;
    }
    .sucursales .contenido .item .active {
      color: #0051ae !important;
    }
}

/* trabaja con nosotros */

.responsive_trabaja{
  display: none;
}


.banner-trabaja .container {
  display: flex;
  height: 100%;
}
.banner-trabaja .content {
  margin: auto 0;
  max-width: 450px;
  width: 100%;
}

.banner-trabaja {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 425px;
}

.banner-trabaja .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0051ae;
  margin-bottom: 30px;
}

.banner-trabaja .texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.trabaja-nosotros .container {
  display: flex;
  flex-wrap: wrap;
}

.trabaja-nosotros .container .content {
  width: 50%;
}

.trabaja-nosotros .titulo-1 {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  
  color: #99dd4c;
}

.trabaja-nosotros .desc-texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  
  color: #000;
  width: 430px;
}
.trabaja-nosotros{
    padding: 50px 20px!important;
}
.content-trabaja {
  width: 50%;
  margin-top: 10px;
}

.content-trabaja .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  
  color: #0051ae;
  margin-bottom: 40px;
}

@media (max-width:992px){
    .trabaja-nosotros .container .content{
        width: 100%;
    }
    .trabaja-nosotros .container .content .espacio{
        margin-top: 0!important;
    }
    .trabaja-nosotros .container .content .espacio .desc-texto{
        width: 100% !important
    }
}

.content-trabaja .item {
  width: 472px;
}

.content-trabaja .nombre {
  margin-right: 100px;
}

.content-trabaja .formulario::placeholder {
  color: #afaeae;
  opacity: 0.5;
}

.content-trabaja .formulario {
  border: 2px solid #0051ae !important;
}

.content-trabaja input {
  color: #000;
}
.content-trabaja textarea {
  color: #000;
}

.content-trabaja .subir {
  width: 100%;
  border: 2px solid #8da4cd;
  height: 40px;
  display: flex;
  border-radius: 10px;
  cursor: pointer;
  margin-top: -10px;
  margin-bottom: 17px;
}
.content-trabaja .subir {
  display: flex;
  height: 54px;
  width: 100%;
  border: 0px solid #0051ae;
}
.content-trabaja .subir .info {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  color: #000;
  height: 100%;
  width: calc(100% - 125px);
  border: 2px solid #0051ae;
  border-left: 0;
  border-radius: 0px 10px 10px 0px;
  display: flex;
}
.content-trabaja label .icono {
  display: flex;
  height: 100%;
  margin: auto;
  width: 125px;
  text-align: center;
  background-color: #0051ae;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  color: #fff;
}
.content-trabaja label .info span,
.content-trabaja label .icono span {
  margin: auto;
}
.espacio .titulo {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #0051ae;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
  .espacio {
    margin-top: 50px;
  }
}

/* catalogos */

.banner-catalogos .container {
  display: flex;
  height: 100%;
}
.banner-catalogos .content {
  margin: auto 0;
  max-width: 450px;
  width: 100%;
}

.banner-catalogos {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 425px;
}
.banner-catalogos.bnn-productos{
    height:400px;     
}

.banner-catalogos .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0051ae;
  margin-bottom: 30px;
}
@media (max-width:767px){
    .banner-catalogos.bnn-productos{
        height: 200px !important;
    }
    .banner-catalogos .titulo {
        font-size: 25px;
    }
}
.bnn-productos .titulo{
    font-weight: normal;
    font-size: 33px;
    margin-bottom: 10px;
}
.bnn-productos{
    margin-bottom: 30px
}
.bnn-productos .subtitulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 35px;
  line-height: 42px;
  color: #0051ae;  
}
.banner-catalogos .texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
    
}
@media (max-width:767px){
    .bnn-productos .titulo{
        font-weight: normal;
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 30px !important;
    }
    .bnn-productos .subtitulo {
      font-family: "Roboto", sans-serif !important;
      font-style: normal;
      font-weight: 700 !important;
      font-size: 28px;
      line-height: 30px !important;
      color: #0051ae;  
    }
}

.categorias {
  margin-top: 40px;
}

.categorias .container {
  display: flex;
}

.categorias .inicio-categoria {
  margin: 0 5px;
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
}

.categorias .inicio-categoria a {
  color: #000000;
}

.categorias .inicio-categoria a:hover {
  color: #99dd4c;
}

.categorias .categoria-interna a {
  color: #0051ae;
}

.categorias .categoria-interna a:hover {
  color: #99dd4c;
}

.categorias .categoria-interna {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #0051ae;
  margin-top: 4px;
}

.categorias .categoria-interna {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #0051ae;
  margin-top: 2px;
}

.categorias .categoria-producto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #0051ae;
  margin-top: 1px;
}

.catalogos-vista {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 90px;
}

.catalogos-vista .border-bottom {
  border-bottom: 2px solid #0051ae !important;
}

.catalogos-vista .item {
  display: grid;
}

.catalogos-vista .item a {
  margin: 10px 0;
}

.catalogos-vista .item_collapse {
  margin: 30px 0;
}

.catalogos-vista span {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.catalogos-vista .c-collapse {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 20px 0;
  text-align: left;
}

.catalogos-vista .desplegable .item_collapse {
  margin: 40px 0;
}
.catalogos-vista .desplegable .item_collapse button:focus {
  box-shadow: none;
  outline: none;
}
.catalogos-vista .desplegable .item_collapse button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
}
.catalogos-vista .desplegable .item_collapse button i {
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto 0;
  margin-left: 10px;
  border: 1px solid;
  border-radius: 20px;
  background: #0051ae;
  border-color: #0051ae;
    color: #FFF;
    text-align: center;
}
.catalogos-vista .desplegable .item_collapse button i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding: 1px;
  font-size: 13px;
  font-style: normal !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;

}
.catalogos-vista .desplegable .item_collapse.active button i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding: 1px;
  font-size: 13px;
  font-style: normal !important;
}

.catalogos-vista .desplegable .item_collapse button span {
  margin: auto 0;
  width: calc(100% - 40px);
  text-align: left;
}

.catalogos-vista .desplegable .item_collapse .c-collapse {
  font-family: "Asap", sans-serif;
  padding: 10px;
  background-color: #fff;
  border-top: 0;
}

@media (max-width: 380px) {
  .categorias .inicio-categoria {
    font-size: 13px;
  }
}

.form-busqueda .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  
  color: #0051ae;
  text-align: center;
  margin-top: 50px;
    margin-bottom: 30px;
}
.sub-bn-productos .titulo{
    font-weight: bold;
}
.vista-producto {
    margin-top: 30px;
}
.vista-producto .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.vista-producto .filtros {
  width: 293px;
}

.vista-producto .todos-productos.onlyproducts{
    margin: auto;
    width: 100%;
}
.vista-producto .todos-productos {
  width: calc(100% - 293px);
}

.vista-producto .todos-productos .content_todos_productos {
  display: flex;
  flex-wrap: wrap;
}
.vista-producto .todos-productos .content_todos_productos .loading{
    width: 100%;
    display: flex;
    height: 142px;
}
.vista-producto .todos-productos .content_todos_productos .loading .elemen{
    margin: auto;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #0051ae;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.vista-producto .todos-productos .content_todos_productos .loading .cargar-mas i{
    margin-right: 10px;
}
.vista-producto .todos-productos .content_todos_productos .loading .cargar-mas{
    display: block;
    margin: auto;
    background: #0051ae;
    color: #fff;
    border: 0;
    height: auto!important;
    width: auto !important;
    padding: 8px 20px!important;
    border-radius: 6px;
}
.vista-producto .todos-productos .item {
  width: calc(25% - 20px);
  margin: 10px;
  text-align: center;
}

.vista-producto .todos-productos .item .imagen {
  position: relative;
  width: 100%;
  text-align: center;
}
.vista-producto .todos-productos .item .imagen img {
  width: auto !important;
  height: 187px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #c7c7c7;
}

.vista-producto .todos-productos .item:hover .imagen img {
  border: 2px solid #0051ae;
}

@media (max-width: 1200px) {
  .vista-producto .todos-productos .item {
    width: calc(33% - 20px);
  }
}
@media (max-width: 992px) {
  .vista-producto .todos-productos .item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .vista-producto .filtros {
    width: 100%;
    margin-bottom: 30px;
  }
  .vista-producto .todos-productos {
    width: calc(100%);
  }
  .vista-producto .filtros .contenedor_filtros {
    display: none;
  }
}
@media (max-width: 480px) {
  .vista-producto .todos-productos .item {
    width: calc(50% - 20px);
  }
  .vista-producto .todos-productos .item .imagen img {
    width: 100%;
    height: 150px;
  }
}
@media (max-width: 364px) {
  .vista-producto .todos-productos .item .imagen img {
    height: 120px;
  }
}

.vista-producto .todos-productos .item .opacity {
  background-color: rgba(5, 65, 129, 0.6);
  height: 0;
  position: absolute;
}

.vista-producto .todos-productos .item:hover .opacity {
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
}

.productos_interno .item .imagen {
  position: relative;
  width: 100%;
}
.productos_interno .item .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.productos_interno .item .opacity {
  background-color: rgba(5, 65, 129, 0.6);
  height: 0;
  position: absolute;
}

.productos_interno .item:hover .opacity {
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
}

.vista-producto .todos-productos .item .titulo {
  margin: 20px 0px;
  color: #000;
  display: flex;
  flex-direction: column;
    font-size: 16px;    
	word-break: break-word;
}

.vista-producto .todos-productos .item:hover .titulo {
  color: #99dd4c;
}

.vista-producto .paginacion {
  width: 100%;
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #c4c4c4;
  margin: 70px 0 40px 0px;
}

.vista-producto .paginacion .current {
  color: #b7dc87 !important;
  background-color: #0051ae;
  padding: 8px;
}

.vista-producto .paginacion .page-numbers {
  margin: 0 5px;
}

.vista-producto .paginacion .page-numbers {
  margin: 0 5px;
  color: #0051ae;
}

.vista-producto .i-left {
  width: 100px;
  height: 100px;
  color: #0051ae;
}

.vista-producto .i-right {
  width: 100px;
  height: 100px;
  color: #0051ae;
}

.vista-producto .filtros .titulo {
      font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #0051ae;
    text-align: center;
    
}
#filter_title{
    display: none;
    font-weight: 20px;
}
@media (max-width:767px){
    #filter_title{
        display: inherit!important;
    }
}
.content-input {
  position: relative;
  margin-bottom: 30px;
  padding: 5px 0 5px 46px;
  display: block;  
    font-size: 15px;
}

.content-input input,
.content-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.content-input input {
  visibility: hidden;
  position: absolute;
  right: 0;
}

.content-input input + i {
  background: transparent;
  border: 2px solid #0051ae;
  position: absolute;
  left: 23px;
  top: 9px;
  cursor: pointer;
}
.vista-producto .contenedor_filtros .filtro_principal {
  max-width: 90%;
  margin: auto;
}
.content-input input[type="checkbox"] + i {
      width: 14px;
    height: 14px;
}

.content-input input[type="checkbox"]:checked + i {
  background: #0051ae;
}

#scroll {
  height: 210px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow: auto;
  border: none;
  padding-top: 10px;
}

#scroll::-webkit-scrollbar-track:hover,
#scroll::-webkit-scrollbar-track:active {
  background: #c7c7c7;
}

#scroll::-webkit-scrollbar-thumb {
  background: #0051ae;
}

#scroll::-webkit-scrollbar-track {
  background: #c7c7c7;
}

.filtros-categorias {
  background: #f9f9f9;
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
}

.filtros-categorias .content-input {
  display: block;
    position: relative;
    padding: 5px 0 5px 47px;
    margin: auto;
    margin-top: -3px;
    margin-bottom: 0px;
    font-size: 14px;
}

.filtros-categorias .fondo {
  background: #0051ae;
  border-radius: 10px 10px 0px 0px;
  height: 41px;
}

.filtros-categorias .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  
  color: #fff !important;
  text-align: center;
  padding-top: 13px;
}

.vista-producto button {
  display: block;
  margin: auto;
  background: #0051ae;
  color: #fff;
  border: 0;
  height: 50px;
  width: 260px;
  border-radius: 6px;
}

@media (max-width: 692px) {
  .vista-producto .filtros {
    width: 100%;
  }
  .vista-producto .todos-productos {
    width: 100%;
  }
}

.productos_carousel {
  padding: 50px 20px !important;
  background: #f9f9f9;
}

.productos_carousel .owl-carousel .owl-item img {
  width: 105% !important;
  margin-top: 40px;
}

.productos_carousel .container {
  padding: 0 !important;
}
.productos_carousel .title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #0051ae;
}
.productos_carousel .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  
  color: #000000;
}
.productos_carousel .carousel {
  position: relative;
  padding: 0 55px;
  margin-top: 30px;
}
.productos_carousel .carousel .item_left,
.productos_carousel .carousel .item_right {
  width: 50px;
  line-height: 50px;
  border: none;
  text-align: center;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #0051ae;
  padding: 0;
}
.productos_carousel .carousel .item_left:focus,
.productos_carousel .carousel .item_right:focus {
  box-shadow: none;
  outline: inherit !important;
}
.productos_carousel .carousel .item_left {
  left: 0;
}
.productos_carousel .carousel .item_right {
  right: 0;
}
.productos_carousel .carousel .item {
  padding: 0px;
  text-align: center;
  height: 110px;
}
.productos_carousel .carousel .item a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
  font-weight: 900;
}

.productos_carousel .carousel .item .icono {
  text-align: center;
  margin-bottom: 20px;
}
.productos_carousel .carousel .item .icono img {
  margin: auto;
}
.productos_carousel .carousel .item .titulo {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #0051ae;
  padding-bottom: 20px;
  min-height: 70px;
  display: flex;
}
.productos_carousel .carousel .item .titulo span {
  margin: auto;
}
.productos_carousel .carousel .item .texto {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}
.productos_carousel .content_btn {
  text-align: center;
  margin-top: 40px;
}
.productos_carousel .content_btn .btn {
  color: #fff;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 10px 30px;
  transition: all 0.25s ease-in-out;
}
.productos_carousel .content_btn .btn:hover {
  background-color: #99dd4c;
}
.productos_carousel .owl_content_productos_carousel {
  margin-top: 20px;
}
.owl-theme .owl_dots_productos_carousel .owl-dot.active span {
  background-color: #99dd4c !important;
  border: 2px solid #99dd4c;
}
.owl-theme .owl_dots_productos_carousel .owl-dot span {
  background-color: #0051ae !important;
  border: 2px solid #0051ae;
}

/* Producto vista */
.producto_interno {
  padding: 60px 0;
}
.producto_interno .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.producto_interno .content_info_producto_interno {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
.producto_interno .content_info_producto_interno .products_intern_image {
  width: 60%;
  display: flex;
}
.producto_interno .content_info_producto_interno .descripcion {
  width: 40%;
  padding: 0 20px;
}
.producto_interno .cotizacion {
  width: 25%;
}
.producto_interno .content_info_producto_interno .products_intern_image .imagenes {
  width: 100px;
}
.producto_interno .content_info_producto_interno .products_intern_image .imagenes a {
  display: flex;
  flex-direction: column;
  width: calc(100% - 10px);
  margin: 0 5px;
  margin-bottom: 10px;
}
.producto_interno .content_info_producto_interno .products_intern_image .imagenes img {
  width: 100%;  
  border: 1px solid #c7c7c7;
}
.producto_interno .content_info_producto_interno .products_intern_image .imagen {
  width: calc(100% - 100px);
}
.producto_interno .content_info_producto_interno .products_intern_image .imagen .owl_carrousel_productos {
  width: 100%;
  text-align: center;
}
.producto_interno .content_info_producto_interno .products_intern_image .imagen .owl_carrousel_productos img {
  text-align: center;
  margin: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 390px;
  border: 1px solid #c7c7c7;
}
.producto_interno .content_info_producto_interno .descripcion .titulo {
  font-size: 18px;
  line-height: 21px;
  color: #0051ae;
  font-weight: bolder;
  display: flex;
  flex-direction: column;
}
.producto_interno .content_info_producto_interno .descripcion .titulo b {
  font-weight: bold;
  color: #0051ae;
}
.producto_interno .content_info_producto_interno .descripcion .sub-descripcion {
    margin: 5px 0 15px;
    font-weight: 500;
    font-size: 16px;
}
.producto_interno .content_info_producto_interno .descripcion .description-short {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 15px;
}
.producto_interno .content_info_producto_interno .descripcion .detalle {  
  font-size: 15px;
  line-height: 19px;
  
}
.producto_interno .content_info_producto_interno .descripcion .detalle p {
  margin-bottom: 8px;
}
.producto_interno .content_info_producto_interno .descripcion .detalle strong {
  text-transform: inherit !important;
  font-weight: 500;
}
.producto_interno .cotizacion .titulo {
  text-align: center;
  width: 100%;
  background-color: #0051ae;
  border-radius: 10px 10px 0 0;
  padding: 15px 10px;
  font-size: 19px;
  color: #fff;
  line-height: 22px;
    font-weight: bold !important;
}
.producto_interno .cotizacion form {
  margin: 0 !important;
  padding: 15px 10px;
  background-color: #f9f9f9;
  border-radius: 0 0 10px 10px;
}
.producto_interno .cotizacion form textarea,
.producto_interno .cotizacion form input {
  font-size: 12px;
  resize: none;
  border: 0.5px solid #0051ae !important;
}
.producto_interno .cotizacion form button {
  margin: 0 !important;
  margin-top: 20px !important;
  width: 100%;
  padding: 5px 30px;
}
@media (max-width: 1170px) {
  .producto_interno .content_info_producto_interno {
    width: 100%;
    margin-bottom: 30px;
  }
  .producto_interno .cotizacion {
    margin: auto;
    width: 100%;
  }
  .producto_interno .cotizacion form button {
    width: auto;
    margin: auto !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 876px) {
  .producto_interno .content_info_producto_interno .products_intern_image {
    width: 100%;
    margin-bottom: 20px;
  }
  .producto_interno .content_info_producto_interno .descripcion {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .producto_interno .content_info_producto_interno .products_intern_image .imagenes {
    width: 70px;
  }
  .producto_interno .content_info_producto_interno .products_intern_image .imagen {
    width: calc(100% - 70px);
  }
  .producto_interno .content_info_producto_interno .products_intern_image .imagen .owl_carrousel_productos img {
    height: 300px;
  }
}
@media (max-width: 418px) {
  .producto_interno .content_info_producto_interno .products_intern_image .imagen .owl_carrousel_productos img {
    height: 270px;
  }
}
@media (max-width: 386px) {
  .producto_interno .content_info_producto_interno .products_intern_image .imagenes {
    width: 60px;
  }
  .producto_interno .content_info_producto_interno .products_intern_image .imagen {
    width: calc(100% - 60px);
  }
  .producto_interno .content_info_producto_interno .products_intern_image .imagen .owl_carrousel_productos img {
    height: 230px;
  }
}
.detalle-producto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #0051ae;
  text-align: left;
}
.detalle-producto .titulo-1 {
  font-weight: bold;
}

.detalle-producto .border-bottom {
  border-bottom: 2px solid #0051ae !important;
}

.detalle-producto .item {
  display: grid;
}

.detalle-producto .item a {
  margin: 10px 0;
}

.detalle-producto .item_collapse {
  margin: 30px 0;
}

.detalle-producto span {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.detalle-producto .c-collapse {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 30px 0;
  text-align: left;
}

.detalle-producto .desplegable .item_collapse {
  margin: 40px 0;
}
.detalle-producto .desplegable .item_collapse button:focus {
  box-shadow: none;
  outline: none;
}
.detalle-producto .desplegable .item_collapse button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 15px;
  border-radius: 0;
}
.detalle-producto .desplegable  .item_collapse button i {
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto 0;
  margin-left: 10px;
  border: 1px solid;
  border-radius: 20px;
  background: #0051ae;
  border-color: #0051ae;
    color: #FFF;
    text-align: center;
}
.detalle-producto .desplegable  .item_collapse button i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding: 1px;
  font-size: 13px;
  font-style: normal !important;
     position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;

}
.detalle-producto .desplegable  .item_collapse.active button i::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  padding: 1px;
  font-size: 13px;
  font-style: normal !important;
}

.detalle-producto .desplegable .item_collapse button span {
  margin: auto 0;
  width: calc(100% - 40px);
  text-align: left;
}

.detalle-producto .desplegable .item_collapse .c-collapse {
  font-family: "Asap", sans-serif;
  padding: 10px;
  background-color: #fff;
  border-top: 0;
}

.productos_interno {
  padding: 50px 20px !important;
  background: #f9f9f9;
}
.productos_interno .carousel {
  padding-top: 40px;
}
.productos_interno .owl-carousel .owl-item img {
  width: 100% !important;
  margin: auto;
}

.productos_interno .container {
  padding: 0 !important;
}
.productos_interno .title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #0051ae;
  
}
.productos_interno .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  
  color: #000000;
}
.productos_interno .carousel {
  position: relative;
  padding: 0 50px;
  margin-top: 40px;
}
.productos_interno .carousel .item_left,
.productos_interno .carousel .item_right {
  width: 50px;
  line-height: 50px;
  border: none;
  text-align: center;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #0051ae;
  padding: 0;
}
.productos_interno .carousel .item_left:focus,
.productos_interno .carousel .item_right:focus {
  box-shadow: none;
  outline: inherit !important;
}
.productos_interno .carousel .item_left {
  left: 0;
}
.productos_interno .carousel .item_right {
  right: 0;
}
.productos_interno .carousel .item {
  padding: 20px;
  text-align: center;
}
.productos_interno .carousel .item .icono {
  text-align: center;
  margin-bottom: 20px;
}
.productos_interno .carousel .item .icono img {
  margin: auto;
}
.productos_interno .carousel .item .titulo {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #0051ae;
  padding-bottom: 20px;
  min-height: 70px;
  display: flex;
}
.productos_interno .carousel .item .titulo span {
  margin: auto;
}
.productos_interno .carousel .item .texto {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}
.productos_interno .content_btn {
  text-align: center;
  margin-top: 40px;
}
.productos_interno .content_btn .btn {
  color: #fff;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 10px 30px;
  transition: all 0.25s ease-in-out;
}
.productos_interno .content_btn .btn:hover {
  background-color: #99dd4c;
}
.productos_interno .owl_content_productos_interno {
  margin-top: 20px;
}
.owl-theme .owl_dots_productos_interno .owl-dot.active span {
  background-color: #99dd4c !important;
  border: 2px solid #99dd4c;
}
.owl-theme .owl_dots_productos_interno .owl-dot span {
  background-color: #0051ae !important;
  border: 2px solid #0051ae;
}

.carousel p {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  
  color: #000000;
  margin-top: 20px;
}

@media (max-width: 992px) {
  .empresa-unidad .contenido-unidad .descripcion {
    margin: auto;
  }

  .sistema .descargable .item {
    padding: 0;
  }

  .sucursales-form .desc-texto {
    font-size: 16px;
  }

  .sucursales-form .titulo-1 {
    width: 200px !important;
    font-size: 23px;
  }

  .content-trabaja label .info {
    font-size: 9px;
  }

  .noticias-interna .item .imagen img {
    width: 100%;
  }
  .noticias-interna .item .titulo {
    font-size: 20px;
  }
}

.categoria-vista {
  padding: 50px 20px !important;
}
.categoria-vista {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #0051ae;
  
}
.categoria-vista .content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.categoria-vista .content .item {
  width: calc(25% - 30px);
  margin: 15px;
  min-height: 115px;
  display: flex;
}
.categoria-vista .content .item a {
  margin: auto;
}

.categoria-vista p {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  
  color: #000000;
  margin: 20px 0;
}

@media (max-width: 1200px) {
  .categoria-vista .content .item {
    display: flex;
    width: calc(33% - 30px);
    margin: 15px;
  }
}
@media (max-width: 992px) {
  .categoria-vista .content .item {
    display: flex;
    width: calc(50% - 30px);
    margin: 15px;
  }

  .cursos .desc-texto {
    width: 290px;
  }

  .proyecto-form .desc-texto {
    width: 290px;
  }

  .servicios .desc-texto {
    width: 290px;
  }

  .trabaja-nosotros .desc-texto {
    width: 290px;
  }
}

@media (max-width: 650px) {
  .categoria-vista .content .item {
    display: flex;
    width: calc(100% - 20px);
    margin: 0 -5px;
  }
}
.banner-lading {
	position:relative;
}
.banner-lading .container {
  display: flex;
  height: 100%;
}
.banner-lading .content {
  margin: auto 0;
  max-width: 450px;
  width: 100%;
}

.banner-lading {
  background-image: url("img/banner-lading.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(70vh - 90px);
}

.banner-lading .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0051ae;
  margin-bottom: 30px;
}

.banner-lading .texto {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.vista-lading {
  text-align: left;
}

.vista-lading .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #0051ae;
  margin: 40px 0;
}

.vista-lading .titulo-descripcion {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  
  color: #0051ae;
  margin: 40px 0;
}

.vista-lading .descripcion {
  text-align: left;
  width: 70%;
  margin: auto;
  padding: 70px 0px;
}
.vista-lading .descripcion img{
	max-width:100%;
}

.lading-form {
  background-image: url("img/formulario-servicio.png");
  background-size: cover;
}

.lading-form .content-lading {
  width: 50%;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 70px;
}

.lading-form input {
  border: 1px solid #0051ae;
}

.lading-form .formulario::placeholder {
  color: #0051ae !important;
  opacity: 0.5;
}

.lading-form textarea {
  border: 1px solid #0051ae;
}

.lading-form .titulo {
  font-family: "Roboto", sans-serif !important;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  
  color: #fff;
  margin-bottom: 70px;
  text-align: center;
}

.lading-form .boton-form {
  border: 1px solid #fff;
  background: transparent;
}

.lading-form .boton-form:hover {
  border: 1px solid #99dd4c;
  background: #99dd4c;
}

.lading-form .formulario::placeholder {
  color: #fff !important;
}

.lading-form .formulario {
  border: 2px solid #fff !important;
}

.lading-form input {
  color: #fff !important;
}

.lading-form textarea {
  color: #fff !important;
}

.lading-form select {
  color: #fff !important;
}

.lading-form option {
  color: #fff !important;
  background: #0051ae;
}

@media (max-width: 920px) {
  .lading-form .content-lading {
    width: 100%;
  }
  .vista-lading .descripcion {
    width: 100%;
	  
    padding: 30px 0px;
  }

}

.form-control {
  height: calc(2.5em + 0.75rem + 2px) !important;
}

.cotizacion .form-control {
  height: calc(1.5em + 0.75rem + 2px) !important;
}

textarea {
  height: 500px !important;
}

.cursos textarea {
  height: 200px !important;
}

.formtamaño {
  height: 200px !important;
}
.content p{
	font-family: Roboto;
font-size: 14px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: left;

}
.btn {
  font-weight: 300 !important;
}

textarea.form-control {
  height: 130px !important;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}

/* float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

@media (max-width: 992px) {
  .marcas_representadas {
    padding: 50px 0px !important;
  }

  .marcas_representadas .content {
    margin: 30px -7px;
  }

  .categorias .categoria-interna {
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #0051ae;
    margin-top: 0px;
  }
  .contenido-empresa .item .empresa-descripcion .sub-item .item .texto {
    text-align: left;
  }

  .categorias .categoria-producto {
    line-height: 16px;
    font-size: 14px;
  }
}

.nav2_desk {
  background-color: #0051ae;
}
.nav2_desk .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 !important;
}
.nav2_desk .container .nav2_desk_logo {
  margin: auto 0;
}
.nav2_desk .container .nav2_desk_menu {
  display: flex;
  margin: auto 0;
}
.nav2_desk .container .nav2_desk_menu .nav2_btn {
  padding: 0 20px;
  position: relative;
  display: flex;
}
.nav2_desk .container .nav2_desk_menu .nav2_btn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  right: 0;
  background-color: #fff;
}
.nav2_desk .container .nav2_desk_menu .nav2_btn a {
  font-weight: normal;
  font-size: 16px;
  
  color: #ffffff;
  margin: auto;
}
.nav2_desk .container .nav2_desk_menu .nav2_redes {
  margin-left: 20px;
  display: flex;
}
header .nav_head .nav_head_redes a:hover,
.nav2_desk .container .nav2_desk_menu .nav2_redes a:hover {
  color: #99dd4c;
}
.nav2_desk .container .nav2_desk_menu .nav2_redes a {
  margin: 0 7px;
  font-size: 20px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1200px) {
  .nav2_desk .container {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .nav2_desk .container .nav2_desk_logo img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .nav2_desk .container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .nav2_desk .container .nav2_desk_logo {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .nav2_desk .container .nav2_desk_menu {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .nav2_desk .container .nav2_desk_menu {
    display: block;
  }
  .nav2_desk .container .nav2_desk_menu .nav2_btn::after {
    content: none;
  }
  .nav2_desk .container .nav2_desk_menu .nav2_redes {
    justify-content: center;
    margin: auto;
    margin-top: 10px;
  }
}

#filter_title {
  cursor: pointer;
}
#filter_title:hover {
  color: #99dd4c;
}

.error {
      display: flex;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 50px 20px !important;
    min-height: calc(100vh - 402.5px);
}

.error .titulo {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  
  color: #0051ae;
  margin: 50px 0px;
}

.error p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #000000;
  width: 50%;
  display: block;
  margin-top: 43px;
  margin-bottom: 20px;
  margin: auto;
}

.error .btn {
  color: #fff !important;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 10px 30px;
  transition: all 0.25s ease-in-out;
  margin-top: 40px;
}

.error .imagen img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .error {
    max-height: 500px !important;
  }

  .error .titulo {
    font-size: 25px;
    margin: 15px 0px;
  }

  .error p {
    font-size: 13px;
    text-align: center;
    width: 100%;
  }
  .error .btn {
    padding: 7px 30px;
    transition: all 0.25s ease-in-out;
    margin-top: 10px;
  }
}

.agradecimientos {
  position: relative;
  text-align: center;
  height: 686px;
  display: flex ;
}
.agradecimientos .container{
    margin: auto;
}

.agradecimientos .titulo {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  
  color: #0051ae;
  margin: 50px 0px;
}

.agradecimientos p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #000000;
  width: 50%;
  display: block;
    margin: auto;
  margin-top: 43px;
  margin-bottom: 20px;
}

.agradecimientos .btn {
  color: #fff !important;
  background-color: #0051ae;
  border-radius: 9px;
  padding: 10px 30px;
  transition: all 0.25s ease-in-out;
  margin-top: 40px;
}

.agradecimientos .imagen img {
  max-width: 100%;
  height: auto;
}
.agradecimientos .mini{
    display: flex ;
    flex-wrap: wrap;
    justify-content: center;
}
.agradecimientos .mini a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #0051ae;
  width: 150px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .agradecimientos {
    max-height: 500px !important;
    transform: translate(-50%, 7%);
  }

  .agradecimientos .titulo {
    font-size: 30px;
    margin: 15px 0px;
  }

  .agradecimientos p {
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  .agradecimientos .btn {
    padding: 7px 30px;
    transition: all 0.25s ease-in-out;
    margin-top: 10px;
  }
}

.tabla-titulo {
  margin: 20px 0;
  font-size: 18px;
}

.terminos {
    padding: 50px 20px!important;
}

.terminos .titulo{
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #0051ae;
    
    margin-bottom: 20px;   
}
.terminos .container{
    padding: 0;
}
.terminos .content{
    margin-top: 40px;
}
.terminos .content li{
    list-style: inherit!important;
}

.libro_reclamaciones {
    padding: 50px 20px!important;
}

.libro_reclamaciones .titulo{
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    color: #0051ae;
    
    margin-bottom: 20px;   
}
.libro_reclamaciones .container{
    padding: 0;
}
.libro_reclamaciones .content{
    margin-top: 40px;
}

.libro_reclamaciones .content form{
    margin: 0;
}
.libro_reclamaciones .content form .form_title{
    padding: 15px;
    background-color: #003f87;
    color: #FFF;
    
}
.libro_reclamaciones .content form .form-group{
    margin-bottom: 20px;
	margin-top:20px
}
.libro_reclamaciones .content form .frm_reclamacion{
    border: 1px solid #0051ae;
    box-sizing: border-box;
    border-radius: 0;
    resize: none;
    font-weight: 300;
    font-size: 14px;
}
.libro_reclamaciones .content form label{
    color: #0051ae;
    font-size: 14px;
}
.libro_reclamaciones .content form .btn_formulario{
    background: #0051ae;
    border-radius: 0;
    width: 100%;
    height: 50px;
    color: #FFF;
    font-size: 18px;
}
.libro_reclamaciones .content form .radios_btns .radio_btn{
    display: flex;
}
.libro_reclamaciones .content form .radios_btns .radio_btn .radio_part{
    width: 50%;
}

.ui-autocomplete{
    z-index: 999 !important;
    max-width: 600px !important;
    width: 100% !important;
    border-radius: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 87px !important;
}
.ui-widget-content{
    background: #FFF !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0px !important;
    background: #adb5bd !important;
    font-weight: 400!important;
    color: #000 !important;
}
.ui-autocomplete-category{
    font-weight: bold!important;
}
.ui-widget {
    font-family: "Roboto", sans-serif !important;
    font-size: 1.1em;
}
.ui-menu .ui-menu-item a.ui-state-focus{
    margin: 0!important;
}
@media (max-width:480px){
    header .busqueda .content form{
        padding:  0 10px;
    }
}
.seaPro button{
    cursor: none;
    pointer-events: none;
}
#seaPro button:focus{
    outline: none!important;
    border: 0!important;    
}
.nofound{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.nofound span{
    color: #0051ae;
    font-size: 20px;
    margin-left: 30px;
}
#btnTrabajo:disabled{
    opacity: 0.4;
}
.vista-equipamiento .carousel .item img {
    max-width: 100%!important;
    width: auto!important;
    max-height: 500px;
}

.vista-equipamiento .carousel {
  position: relative;
  padding: 0 50px;
  margin-top: 40px;
}

.vista-equipamiento .carousel .item_left {
  left: 0;
}

.vista-equipamiento .carousel .item_right {
  right: 0;
}

.vista-equipamiento .carousel .item_left,
.vista-equipamiento .carousel .item_right {
  width: 50px;
  line-height: 50px;
  border: none;
  text-align: center;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  color: #0051ae;
  padding: 0;
}

.vista-equipamiento img {
  margin: auto;
  height: auto;
}
@media (max-width:480px){
    .vista-equipamiento .titulo{
        font-size: 20px;
    }
    .vista-equipamiento .carousel {
        padding: 0 30px;
    }
    .vista-equipamiento .carousel .item_left, .vista-equipamiento .carousel .item_right{
        width: 30px;
        font-size: 20px;
    }
}

.responsive_capacitaciones, .responsive_contacto, .responsive_noticias{
  display: none;
}
.banner-lading::after{content:none;}
.g-recaptcha{
	width:100%;
	z-index:9999;
}
.g-recaptcha > div{
	margin:auto;
}
.producto_interno .g-recaptcha{
	 transform: scale(0.8);
}

/* ==================== SERVICIOS - Cards (¿Por qué / Cómo lo hacemos?) ==================== */
.mn-cards-section-wrapper {
    width: 100% !important;
    display: block !important;
    padding: 55px !important;
    margin-bottom: 45px !important;
    background-color: #f5f7fa;
}
.mn-container-cards {
    padding: 10px 15px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    width: 100% !important;
}
.mn-interaccion {
    display: flex !important;
    gap: 25px !important;
    justify-content: center !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
}
.mn-card {
    flex: 1 !important;
    min-width: 300px !important;
    padding: 25px 30px !important;
    border-radius: 25px !important;
    transition: all 0.5s ease !important;
    border: 2px solid #0051ae !important;
    background-color: #f5f7fa !important;
    color: #0051ae !important;
    position: relative !important;
    box-sizing: border-box !important;
    display: block !important;
}
.mn-card.active {
    background: linear-gradient(90deg, #010039, #0051ae) !important;
    color: white !important;
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 0 15px 40px rgba(0, 81, 174, 0.35) !important;
    border: 2px solid #0051ae !important;
}
.mn-card h2 {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    color: inherit !important;
    text-align: center !important;
    line-height: 1.1 !important;
}
.mn-card ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.mn-card ul li {
    padding: 7px 0 !important;
    padding-left: 28px !important;
    position: relative !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    color: inherit !important;
    list-style: none !important;
    text-align: left !important;
}
.mn-card ul li::before {
    content: "\2713" !important;
    position: absolute !important;
    left: 0 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: inherit !important;
}
.mn-card .sub-list {
    margin-top: 8px !important;
    margin-left: 15px !important;
}
.mn-card .sub-list li {
    font-size: 13px !important;
    padding: 5px 0 !important;
    padding-left: 20px !important;
}
.mn-card .sub-list li::before {
    content: "\2022" !important;
    font-size: 14px !important;
}
@media (max-width: 768px) {
    .mn-cards-section-wrapper { padding: 35px 20px !important; margin-bottom: 30px !important; }
    .mn-container-cards { padding: 10px !important; }
    .mn-interaccion { flex-direction: column !important; gap: 20px !important; }
    .mn-card { min-width: 100% !important; padding: 20px 25px !important; border-radius: 20px !important; }
    .mn-card h2 { font-size: 20px !important; margin-bottom: 15px !important; }
    .mn-card ul li { font-size: 13px !important; padding: 6px 0 !important; padding-left: 25px !important; }
    .mn-card .sub-list li { font-size: 12px !important; padding: 4px 0 !important; padding-left: 18px !important; }
}
@media (max-width: 480px) {
    .mn-cards-section-wrapper { padding: 25px 15px !important; margin-bottom: 20px !important; }
    .mn-card { padding: 18px 20px !important; border-radius: 18px !important; }
    .mn-card h2 { font-size: 18px !important; margin-bottom: 12px !important; }
    .mn-card ul li { font-size: 12px !important; padding: 5px 0 !important; padding-left: 22px !important; }
    .mn-card .sub-list { margin-left: 10px !important; }
    .mn-card .sub-list li { font-size: 11px !important; padding: 3px 0 !important; padding-left: 16px !important; }
}

/* ==================== SERVICIOS - Pilares (Nuestros Servicios) ==================== */
.pilares-container { padding: 20px 20px; max-width: 1300px; margin: 0 auto; }
.pilares-title { text-align: center; font-size: 32px; font-weight: bold; color: #0051ae; margin-bottom: 50px; letter-spacing: 1px; }
.pilares-content { display: flex; justify-content: space-between; align-items: stretch; gap: 0; }
.pilar { flex: 1; padding: 30px 25px; text-align: center; }
.pilar-divider { width: 2px; background: linear-gradient(to bottom, transparent, #0051ae, transparent); margin: 20px 0; }
.pilar-icon { width: 90px; height: 90px; background: linear-gradient(90deg, #010039, #0051ae); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; }
.pilar-icon i { font-size: 45px; }
.pilar-title { font-size: 24px; font-weight: bold; color: #0051ae; margin-bottom: 15px; }
.pilar-description { font-size: 14px; color: #333; margin-bottom: 20px; line-height: 1.5; }
.pilar-list { list-style: none; padding: 0; margin: 0; text-align: left; }
.pilar-list li { padding: 6px 0; padding-left: 25px; position: relative; font-size: 14px; line-height: 1.4; color: #333; }
.pilar-list li::before { content: "\2713"; position: absolute; left: 0; font-weight: bold; font-size: 16px; color: #0051ae; }
.pilar-list li.sub-item { padding-left: 40px; font-size: 13px; }
.pilar-list li.sub-item::before { content: "\2022"; font-size: 14px; left: 20px; }
@media (max-width: 768px) {
    .pilares-content { flex-direction: column; gap: 0; }
    .pilar { padding: 25px 20px; width: 100%; }
    .pilar:not(:last-child)::after { content: ''; display: block; width: 60%; height: 2px; background: linear-gradient(to right, transparent, #0051ae, transparent); margin: 20px auto; }
    .pilar-divider { display: none; }
    .pilar-icon { width: 75px; height: 75px; }
    .pilar-icon i { font-size: 38px; }
    .pilar-title { font-size: 20px; }
}

/* ==================== SERVICIOS - Catálogo + Frase ==================== */
.caja-catalogo-boton { background-color: #f5f7fa; padding-top: 40px; }
.container-catalogo-servicios { position: relative; width: 100%; height: 600px; }
.catalogo-servicios { position: absolute; bottom: 0; left: 0; width: 250px; height: 120px; background-color: #f5f7fa; z-index: 10; pointer-events: auto; }
.fp-iframe { border: 0; width: 100%; height: 100%; }
.contenedor-boton { text-align: center; padding: 40px 20px; background-color: transparent; }
.contenedor-boton .btn-descargar { display: inline-block; padding: 15px 40px; background-color: #0051ae; color: white; text-decoration: none; font-weight: bold; font-size: 16px; border-radius: 8px; font-family: Arial, sans-serif; transition: all 0.3s ease; box-shadow: 0 4px 6px rgba(0, 81, 174, 0.2); }
.contenedor-boton .btn-descargar:hover { background-color: #062d57; box-shadow: 0 6px 12px rgba(0, 81, 174, 0.3); transform: translateY(-2px); }
.contenedor-boton .btn-descargar:active { transform: translateY(0); box-shadow: 0 2px 4px rgba(0, 81, 174, 0.2); }
.frase-conmodora.container { padding: 60px 20px; text-align: center; font-family: Arial, sans-serif; font-size: 1.5rem; color: #0051ae; font-weight: bold; line-height: 1.6; }
@media (max-width: 768px) {
    .caja-catalogo-boton { padding-top: 30px; }
    .container-catalogo-servicios { height: 450px; }
    .catalogo-servicios { width: 200px; height: 100px; }
    .contenedor-boton { padding: 30px 15px; }
    .contenedor-boton .btn-descargar { padding: 12px 30px; font-size: 15px; }
    .frase-conmodora.container { padding: 40px 20px; font-size: 1.2rem; line-height: 1.5; }
}
@media (max-width: 480px) {
    .caja-catalogo-boton { padding-top: 20px; }
    .container-catalogo-servicios { height: 350px; }
    .catalogo-servicios { width: 150px; height: 80px; }
    .contenedor-boton { padding: 25px 10px; }
    .contenedor-boton .btn-descargar { padding: 10px 25px; font-size: 14px; border-radius: 6px; }
    .frase-conmodora.container { padding: 30px 15px; font-size: 1rem; line-height: 1.4; }
}

/* ==================== SERVICIOS - Barra nav ==================== */
.barrita-secundaria-mn-wrapper { width: 100%; background-color: #ffffff; box-shadow: 0px 10px 9px rgba(0,0,0,0.08); position: relative; z-index: 999; padding: 12px 0; display: block !important; }
.barrita-secundaria-mn-container { max-width: 1400px; margin: 0 auto; padding: 0 15px; }
.barrita-secundaria-mn-list { display: flex; justify-content: center; align-items: center; gap: 40px; width: 100%; margin: 0; padding: 0; list-style: none !important; flex-wrap: wrap; }
.barrita-secundaria-mn-list li { position: relative; margin: 0; padding: 0; list-style: none !important; }
.barrita-secundaria-mn-link { display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none !important; color: #373737; font-size: 12px; font-weight: 500; line-height: 1.2; padding: 8px 14px; border-radius: 6px; transition: all 0.3s ease; position: relative; background: transparent; }
.barrita-secundaria-mn-link i { font-size: 20px; color: #546a7b; transition: all 0.3s ease; margin-bottom: 6px; }
.barrita-secundaria-mn-link span { white-space: nowrap; }
.barrita-secundaria-mn-link::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: linear-gradient(90deg, #0051ae, #1f396c); border-radius: 2px; transition: width 0.3s ease; }
.barrita-secundaria-mn-link:hover { color: #0051ae; }
.barrita-secundaria-mn-link:hover i { color: #0051ae; transform: scale(1.1) rotate(3deg); }
.barrita-secundaria-mn-link:hover::after { width: 100%; }
@keyframes slideDownMN { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.barrita-secundaria-mn-list li { animation: slideDownMN 0.4s ease forwards; opacity: 0; }
.barrita-secundaria-mn-list li:nth-child(1) { animation-delay: 0.1s; }
.barrita-secundaria-mn-list li:nth-child(2) { animation-delay: 0.2s; }
.barrita-secundaria-mn-list li:nth-child(3) { animation-delay: 0.3s; }
.barrita-secundaria-mn-list li:nth-child(4) { animation-delay: 0.4s; }
.barrita-secundaria-mn-list li:nth-child(5) { animation-delay: 0.5s; }
@media (max-width: 992px) {
    .barrita-secundaria-mn-list { gap: 22px; }
    .barrita-secundaria-mn-link { padding: 6px 10px; }
}

.banner-srv-servicios .container .content .titulo,
.banner-srv-servicios .container .content .texto { color: white !important; }
.seccion-form-servicios .titulo { color: white !important; }

h1.titulo { margin-top: 0; padding-top: 0; }

.home-cta-wrap { text-align: center; margin-top: 34px; }
.home-cta { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #0051ae, #003f87); color: #fff; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 15px; padding: 13px 32px; border-radius: 40px; text-decoration: none; box-shadow: 0 8px 20px -8px rgba(0,49,107,.6); transition: all .25s ease; }
.home-cta:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -10px rgba(0,49,107,.75); color: #fff; }
.home-cta svg { width: 16px; height: 16px; transition: transform .25s ease; }
.home-cta:hover svg { transform: translateX(4px); }

.prodcard { display: flex; flex-direction: column; background: #fff; border: 1px solid #e2eaf6; border-radius: 16px; overflow: hidden; text-decoration: none; height: 100%; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.prodcard:hover { transform: translateY(-7px); box-shadow: 0 26px 46px -26px rgba(0,49,107,.55); border-color: #bcd3f2; }
.prodcard__img { position: relative; height: 190px; background: linear-gradient(160deg,#f6f9fd,#e8f1fd); display: flex; align-items: center; justify-content: center; padding: 22px; }
.prodcard__img img { max-width: 100% !important; max-height: 100%; width: auto !important; height: auto !important; object-fit: contain !important; border: 0 !important; }
.prodcard__badge { position: absolute; top: 12px; left: 12px; background: #fff; color: #0051ae; font-size: 11px; font-weight: 700; padding: 4px 11px; border-radius: 20px; box-shadow: 0 3px 10px rgba(0,49,107,.14); }
.prodcard__body { padding: 16px 18px 0; display: flex; flex-direction: column; flex: 1; text-align: left; }
.prodcard__name { font-size: 15px; font-weight: 700; color: #0e1f38; line-height: 1.35; margin: 0; min-height: 41px; word-break: break-word; }
.prodcard__specs { margin-top: 12px; border-top: 1px solid #e2eaf6; padding-top: 10px; }
.prodcard__r { display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px; margin-bottom: 5px; }
.prodcard__r .k { color: #5a6b82; }
.prodcard__r .v { color: #0e1f38; font-weight: 600; text-align: right; word-break: break-word; }
.prodcard__btn { margin: 15px 18px 18px; padding: 11px; border-radius: 11px; background: linear-gradient(135deg,#0051ae,#003f87); color: #fff; font-size: 13.5px; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 6px 15px -6px rgba(0,49,107,.5); transition: all .25s ease; }
.prodcard:hover .prodcard__btn { box-shadow: 0 12px 24px -8px rgba(0,49,107,.6); }
.prodcard__btn svg { width: 14px; height: 14px; }
.vista-producto .todos-productos .item { text-align: left; }
.destacados_home .owl-stage-outer,
.soluciones_home .owl-stage-outer,
.marca-carousel .owl-stage-outer,
.productos_interno .owl-stage-outer { padding-top: 14px; padding-bottom: 8px; }

.productos_interno .owl_productos_interno .owl-stage { display: flex; }
.productos_interno .owl_productos_interno .owl-item { display: flex; }
.productos_interno .owl_productos_interno .owl-item > .item { width: 100%; }
.productos_interno .rel-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #e2eaf6; border-radius: 16px; overflow: hidden; text-decoration: none; height: 100%; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.productos_interno .rel-card:hover { transform: translateY(-7px); box-shadow: 0 26px 46px -26px rgba(0,49,107,.55); border-color: #bcd3f2; }
.productos_interno .rel-card__img { position: relative; height: 200px; background: #f4f7fb; display: flex; align-items: center; justify-content: center; padding: 22px; overflow: hidden; }
.productos_interno .rel-card__img img { max-width: 100% !important; max-height: 100%; width: auto !important; height: auto !important; object-fit: contain !important; border: 0 !important; }
.productos_interno .rel-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,49,107,.15), rgba(0,49,107,.6)); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s ease; }
.productos_interno .rel-card:hover .rel-card__overlay { opacity: 1; }
.productos_interno .rel-card__pill { background: #fff; color: #0051ae; font-weight: 700; font-size: 13px; padding: 11px 22px; border-radius: 30px; display: inline-flex; align-items: center; gap: 8px; transform: translateY(10px); transition: transform .3s ease; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.productos_interno .rel-card:hover .rel-card__pill { transform: translateY(0); }
.productos_interno .rel-card__pill svg { width: 14px; height: 14px; }
.productos_interno .rel-card__body { padding: 15px 18px 18px; text-align: left; }
.productos_interno .rel-card__marca { font-size: 11px; font-weight: 700; color: #0051ae; text-transform: uppercase; letter-spacing: .6px; }
.productos_interno .rel-card__name { font-size: 15px; font-weight: 700; margin: 5px 0 10px; color: #0e1f38; line-height: 1.35; min-height: 41px; word-break: break-word; }
.productos_interno .rel-card__meta { font-size: 12.5px; color: #5a6b82; line-height: 1.7; border-top: 1px solid #e2eaf6; padding-top: 9px; }
.productos_interno .rel-card__meta b { color: #0e1f38; font-weight: 600; }
.productos_interno .rel-head { text-align: center; margin-bottom: 4px; }
.productos_interno .rel-eyebrow { display: inline-block; color: #0051ae; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.productos_interno .rel-eyebrow::before { content: ""; display: inline-block; width: 24px; height: 2px; background: #99dd4c; vertical-align: middle; margin-right: 9px; transform: translateY(-3px); }
.productos_interno .title { position: relative; margin: 0; padding-bottom: 14px; }
.productos_interno .title::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 64px; height: 3px; background: linear-gradient(90deg,#0051ae,#003f87); border-radius: 2px; }
.productos_interno .carousel { margin-top: 30px; }
.productos_interno .carousel .item_left, .productos_interno .carousel .item_right { width: 46px; height: 46px; line-height: 1; border-radius: 50%; font-size: 22px; background: #fff; border: 1px solid #e2eaf6; color: #0051ae; box-shadow: 0 8px 20px -8px rgba(0,49,107,.4); display: flex; align-items: center; justify-content: center; transition: all .2s ease; }
.productos_interno .carousel .item_left:hover, .productos_interno .carousel .item_right:hover { background: #0051ae; color: #fff; }