body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 40px 0 0 0;
  background-image: url(../images/about-bg.png);
  background-size: cover;
}
.tramite{width:100%;border-radius:5px 5px 0px 0px;min-height: 260px;box-shadow: 1px 1px 4px 0 #ccc; /* Ajusta el margen inferior entre los contenedores */
        display: flex; /* Utiliza flexbox */
        align-items: center; }
.traizq,.trader{float:left;}
.traizq{width:30%;}
.traizq img{max-width: 100%;border-radius: 50%;margin: 10px 5px;}
#map{
	height:325px;
	width:100%;
}
#confirmOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:url('ie.png');
	background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
	z-index:100000;
}
#confirmBox{
	background:#FFFFFF;
	width:460px;
	position:fixed;
	left:50%;
	top:40%;
	margin:-130px 0 0 -230px;
	border: 1px solid rgba(33, 33, 33, 0.6);
	
	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}
#confirmBox h1,
#confirmBox p{
	font:26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background:#4d8046;
	padding: 18px 25px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	color:3ED82C;
}

#confirmBox h1{
	letter-spacing:0.3px;
	color:#888;
	margin-top:0px;
}
#confirmBox p{
	background:none;
	font-size:16px;
	line-height:1.4;
	padding-top: 35px;
}
#confirmButtons{
	padding:15px 0 25px;
	text-align:center;
}
#confirmBox .button{
	display:inline-block;
	background:#4d8046;
	color:white;
	position:relative;
	height: 40px;
	
	font:17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	
	margin-right: 15px;
	padding: 5px 35px 0 40px;
	text-decoration:none;
	border:none;
}

#confirmBox .button:last-child{	margin-right:0;}

#confirmBox .button span{
	position:absolute;
	top:0;
	right:-5px;
	background:url('buttons.png') no-repeat;
	width:5px;
	height:33px
}

#confirmBox .3ED82C{				background-position:left top;text-shadow:1px 1px 0 #5889a2;}
#confirmBox .3ED82C span{			background-position:-195px 0;}
#confirmBox .3ED82C:hover{		background-position:left bottom;}
#confirmBox .3ED82C:hover span{	background-position:-195px bottom;}

#confirmBox .gray{				background-position:-200px top;text-shadow:1px 1px 0 #707070;}
#confirmBox .gray span{			background-position:-395px 0;}
#confirmBox .gray:hover{		background-position:-200px bottom;}
#confirmBox .gray:hover span{	background-position:-395px bottom;}


table{width:100%;}
tbody, td, tfoot, th, thead, tr{border-width:1px;}
.trader{width:70%;}
.pietra{width:100%;min-height: 40px;border-radius:0px 0px 5px 5px;box-shadow: 1px 1px 4px 0 #ccc;padding-top:8px}
.pietra a{color:#FFFFFF;}
.col-md-4:nth-child(1) .pietra{background:#859e6b;}
.col-md-4:nth-child(2) .pietra{background:#e1755f;}
.col-md-4:nth-child(3) .pietra{background:#2e5c7f;}
.col-md-4:nth-child(4) .pietra{background:#48b8c0;}
.col-md-4:nth-child(5) .pietra{background:#e2ac1b;}
.col-md-4:nth-child(6) .pietra{background:#A4E4E6;}
.trader h4{font-weight:bold;min-height: 60px;}
.trader p{word-wrap: break-word;}
.trader{padding:15px;}
.layout_padding2 {
  padding: 20px 0;
}
.form-check-inline{float:left;margin:10px;}

.popup,.popupsms,.popupqr,.popuptipopago,.popupgan {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* Fondo oscuro semitransparente */
    z-index: 999999; /* Colocar el popup por encima de todo */
}
.popup-content {
    background-color: #fff;
    padding: 20px;
    width: 80%;
    max-width: 700px;
    margin: 100px auto; /* Centrar vertical y horizontalmente */
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.close,.closesms,.closeqr,.closegan {
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
	cursor:pointer;
}
#dempresa 
{
           display: none;
}
 .slick-slide img {
        width: 100%;
        height: auto;
    }
    
    .slick-prev,
    .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        width: 50px;
        height: 50px;
        background: transparent;
        border: none;
        cursor: pointer;
    }
    
    .slick-prev {
        left: 10px;
        background-image: url('prev-arrow.png'); /* Ruta de la flecha de izquierda */
        background-size: cover;
    }
    
    .slick-next {
        right: 10px;
        background-image: url('next-arrow.png'); /* Ruta de la flecha de derecha */
        background-size: cover;
    }


.layout_padding2 ul{
	    list-style-type: none; 
        padding: 0;
		}
.layout_padding2 ul li{
   	    margin:10px 0px 10px 0px;
        padding: 0px 40px 10px 40px;
		top: 50%;
        left: 0;
}
.layout_padding2 ul li{
       
        background-image: url('../images/vineta.png'); 
        background-repeat: no-repeat;
       
}
.detail_box span{color:#007933;font-weight:bold;margin:5px 0px;}
.layout_padding2-top {
  padding-top: 45px;
}
h3{text-align:center;font-weight:bold;}
.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}
.boton_leer_mas
{
    background: #007933;
    color: #FFFFFF;
    padding: 10px 25px;
    width: 200px;
    display: block;
    text-align: center;
    margin:40px auto 20px auto;
    background-image: url(../images/pdf.png);
    background-size: 15%;
    background-position: left;
    background-repeat: no-repeat;
}
.boton_leer_mas:hover{
	background:rgb(21,166,75);
	background-image: url(../images/pdf.png);color:#FFFFFF;
    background-size: 15%;
    background-position: left;
    background-repeat: no-repeat;
}
.custom_heading {
  color: #030404;
  line-height:60px;
  text-align:center;	
}
h4{text-align:center;font-size:18px;}
.rrss{list-style:none;display:inline-block;text-align:center;}
.rrss li{float:left;background-image:'';}
.custom_heading span {
  color: #007933;
  border-bottom: 4px solid #007933;
}
.nav-item > ul{display:none;width:300px;position:absolute;background:rgb(21,166,75);list-style:none;top:50px;}
.nav-item > ul ul{display:none;left:300px;position:absolute;background:rgb(21,166,75);width:400px;top:90px;list-style:none;}
.nav-item:hover > ul,.nav-item ul li:hover ul{display:inline-block;}
.nav-item > ul li a{color:#FFFFFF;display:block;padding:8px 0px;}
.nav-item ul > li a:hover{color:rgb(233,42,42);}

/*header section*/
.hero_area {
  height: 98vh;
  position: relative;
}
.etiqueta{float:left;display:inline-block;}
.hero_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: #007933;
}

.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #007933;
  padding-top: 15px;
}
#logo,#buscador,#call_center,#fecha,#escudo{float:left;}
#logo img{max-width:100%;}
#escudo img{max-width:60%;}
#logo{width:15%;text-align:center;}
#buscador{width:30%;text-align:center;padding-top:30px;display:inline-block;}
#buscador input{width:80%;background:#007933;border:1px solid #FFFFFF;color:#FFFFFF;fill:#FFFFFF}
#buscador ul {display:inline-block;}
#buscador ul li{float:left;list-style:none;}
#buscador ul li a img{max-width:80%;}
#call_center{width:15%;padding-top:30px;}
#fecha{width:30%;color:#FFFFFF;text-align:center;padding-top:30px;}
#escudo{width:10%;text-align:center;}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  background:rgb(21,166,75);
}
.barra_superior{width:100%;min-height:100px;background-color: #007933;}
.header_section .nav_container {
  margin: 0 auto;
}

.header_section .quote_btn-container a {
  color: #FFFFFF;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.navbar-brand img {
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #191919;
  margin-top: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  background-image: url(../images/foto-3.jpg);
  padding: 6% 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_detail-box h1 {
  color: #ffffff;
  font-size: 52px;
}

.slider_detail-box h1 span {
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
}

.slider_detail-box p {
  color: #f6f8f7;
  margin-top: 45px;
  margin-bottom: 40px;
}

.slider_detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 45px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
  margin-right: 10px;
}

.slider_detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  color: #023b48;
}

.slider_detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 45px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #023b48;
}

.slider_detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_img-box {
  margin-right: 5%;
}

.slider_img-box img {
  width: 100%;
}

.carousel-indicators {
  bottom: -15%;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #010106;
}

.about_section {
  background-image: url(../images/about-bg.png);
  background-size: cover;
}

.about_section .row {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box p {
  margin: 25px 0;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #023b48;
}
.row p{text-align:justify;}
.row table tbody tr th{background:rgb(21,166,75);color:#FFFFFF;}
.service_section .row .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin:20px 0px;
}
.formulario input[type='text'],.formulario input[type='email'],.formulario textarea{box-shadow: 0px 0px 10px 0 inset;} 
.col-md-4 .traizq img{max-width:100%;padding:7px;}
.col-md-4 img,.col-md-3 img {
    max-width: 100%;
    box-shadow: 1px 1px 25px 0 rgba(204, 204, 204, 0); /* Color de sombra transparente */
    transition: box-shadow 0.3s ease; /* Transición suave para la propiedad box-shadow */
    background-color: transparent !important; /* Fondo transparente */
}
.detail_box a{color:#007933;}
.container{margin:10px auto;width:100%;}
.col-md-4 img:hover,.col-md-3 img:hover {
    box-shadow: 1px 1px 25px 0 rgba(138, 131, 129, 0.5); /* Cambia el color de la sombra al pasar el mouse */
    background-color: transparent !important; /* Mantener el fondo transparente en el hover */
}
.col-md-4:nth-child(1) .traizq img{background:#859e6b;}
.col-md-4:nth-child(2) .traizq img{background:#e1755f;}
.col-md-4:nth-child(3) .traizq img{background:#2e5c7f;}
.col-md-4:nth-child(4) .traizq img{background:#48b8c0}
.col-md-4:nth-child(5) .traizq img{background:#e2ac1b}
.col-md-4:nth-child(6) .traizq img{background:#A4E4E6}
.col-md-12 h4{text-align:left;font-weight:bold;}
.col-md-12 p,.col-md-12 ul li{text-align:justify;}
.service_section .img_box {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #18d3ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .img_box img {
  width: 45px;
}

.service_section .detail_box {
  margin-top: 25px;
}

.service_section .detail_box h6 {
  font-weight: bold;
  min-height:80px;
}



.gallery-section {
  background-color: #add897;
}
iframe{border:none;}
.gallery-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#menu_pie ul{display:inline-block;width:100%;}
#menu_pie  > ul li ul {padding:0px;margin:20px 0px;}
#menu_pie  ul  li{list-style:none;}
#menu_pie > ul > li{float:left;margin:0px 25px;}

#menu_pie  ul  li a{color:#FFFFFF;}
.gallery-section .container h2 {
  color: #ffffff;
}

.gallery-section .img_box {
  margin: 15px 0;
}

.gallery-section .img_box img {
  width: 100%;
  height: 100%;
}

.gallery-section .img_box.box-1 {
  width: 28%;
}

.gallery-section .img_box.box-2 {
  width: 70%;
}

.gallery-section .img_box.box-3 {
  width: 32%;
}

.gallery-section .img_box.box-4 {
  width: 32%;
}

.gallery-section .img_box.box-5 {
  width: 32%;
}

.buy_section {
  text-align: center;
}

.buy_section p {
  margin: 25px 0;
}

.buy_section a {
  display: inline-block;
  padding: 12px 65px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
}

.buy_section a:hover {
  background-color: transparent;
  color: #023b48;
}

.client_section .pl-100 {
  padding-left: 100px;
}

.client_section .client_container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border: 1px solid #606060;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.client_section .client_container .img_box {
  width: 200px;
  margin-left: -100px;
}

.client_section .client_container .img_box img {
  min-width: 100%;
}

.client_section .client_container .detail_box {
  padding: 0 35px;
}

.client_section .carousel-indicators li {
  background-color: #0dc3ff;
}

.client_section .carousel-indicators .active {
  background-color: #8c8a8a;
}

.map_section {
  position: relative;
}

.map_section #map {
  position: absolute;
}

.map_section .form_container {
  position: relative;
  width: 50%;
  z-index: 9;
}

.map_section .form_container form {
  background-color: rgba(255, 255, 255, 0.98);
  padding: 45px;
  margin: 75px 0;
}

.map_section .form_container input {
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #111111;
  padding-top: 35px;
  width: 100%;
}

.map_section .form_container input.message-box {
  padding-top: 55px;
}

.map_section .form_container button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #023b48;
  border: 1px solid #023b48;
  color: #ffffff;
  border-radius: 30px;
  width: 100%;
  margin-top: 35px;
}

.map_section .form_container button:hover {
  background-color: transparent;
  color: #023b48;
}

.info_section {
  background-color: #333;
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.info_items .item .detail-box {
  margin-top: 5px;
  color: #fff;
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.info_items .item .img-box.box-1 {
  background-image: url(../images/location-white.png);
}

.info_items .item .img-box.box-2 {
  background-image: url(../images/telephone-white.png);
 }
#textobusqueda{background-image: url(../images/ver.png);background-size:2%;background-repeat:no-repeat;padding:20px;background-position:99%;width:82%;margin:auto;}
.info_items .item .img-box.box-3 {
  background-image: url(../images/envelope-white.png);
}

/* footer section*/
.footer_section {
  background-color: #333;
  padding: 20px;
  font-weight: 500;
  color:#FFFFFF;
}

.footer_section p {
  color:#FFFFFF;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color:#FFFFFF;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */
@media(max-width: 680px) {
  .tramite{min-height: 200px;}
}  
@media(max-width: 1200px) {
  .tramite{min-height: 270px;}
}  