html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	background:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}
.wrap{
	margin:0 auto;
	width:80%;
}
.header_bg{
	background: #CCC;
}
.header{
	padding:1% 4%;
}
#img-c{
	margin-top: -7%;
    width: 100%;
}
.logo{
	text-align:center;
}
.slider {
overflow: hidden;
width: 99.3328%;
height: 620px;
border-bottom: 5px solid #E6E6E6;
border-right: 5px solid #E6E6E6;
border-left: 5px solid #E6E6E6;
}
.slider #banner {
width: 100%;
height: 620px;
}

#servicio{
	margin-left: 3%;
}
#corfo{
    margin-left: 3%;
    margin-top: 0;
    position: absolute;
}
#logo2{
    margin-bottom: 2%;
    margin-left: 77%;
    margin-top: -1%;
}
#texto-p{
    margin-bottom: 2%;
    margin-top: -9%;
    text-align: center;
}
#txt-a{
	font-size: 16px;
	text-align:justify;
}
#mapa{
}
/*--- social-icons ----*/
.social-icons {
	float:right;
}
.social-icons li:first-child{
	margin-left: 0;
}
.social-icons li{
	float:left;
	margin-left:15px;
}
.social-icons li a {
	height: 26px;
	width: 26px;
	display: block;
	background:url(../images/soc_icons.png);
}
.social-icons li:nth-child(1) a{
	background: url(../images/soc_icons.png) 0% 0%;
}
.social-icons li:nth-child(1) a:hover{
	background: url(../images/soc_icons.png) 0% 98%;
}
.social-icons li:nth-child(2) a{
	background: url(../images/soc_icons.png) 32% 0%;
}
.social-icons li:nth-child(2) a:hover{
	background: url(../images/soc_icons.png) 32% 98%;
}
.social-icons li:nth-child(3) a{
	background: url(../images/soc_icons.png) 66% 0%;
}
.social-icons li:nth-child(3) a:hover{
	background: url(../images/soc_icons.png) 66% 98%;
}
.social-icons li:nth-child(4) a{
	background: url(../images/soc_icons.png) 100% 0%;
}
.social-icons li:nth-child(4) a:hover{
	background: url(../images/soc_icons.png) 100% 98%;
}
/* start header_btm */
.header_btm{
	background: #ffffff;
	border-bottom: 5px solid #e6e6e6;
}
.header_sub{
	padding: 0 4%;
}

/*search*/
.h_search{
	float: right;
	position: relative;
	border: 1px solid rgb(216, 216, 216);
	margin: 20px 0;
	width: 24.3333%;
}
.h_search input[type="text"]{
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	padding:10px 16px;
	outline: none;
	color: #312c3c;
	background: #FFFFFF;
	border: none;
	width: 78.33333%;
	line-height: 1.5em;
	position: relative;
	font-size: 0.8725em;
	text-transform: capitalize;
}
.h_search input[type="submit"]{
	-webkit-appearance: none;
	background:url('../images/search.png') no-repeat 10px 10px;
	padding: 10px 0px;
	border: none;
	cursor: pointer;
	width: 14.33%;
	line-height: 1.5em;
	outline: none;
	position: absolute;
	right:0px;
}
.h_search input[type="submit"]:hover {
	background: url('../images/search_h.png') no-repeat 10px 10px;
}
/*--- start iphone_nav -----*/
.sub-head{
	display:none;
	background: #FFFFFF;
	border-bottom: 4px solid #00BAC6;
}
.sub-head li{
	display:inline-block;
	float:left;
	width:50%;
	text-align:center;
}
.sub-head li a span{
	position:absolute;
	top:12px;
	left:12px;
	width:16px;
	height:16px;
	display:inline-block;
}
.sub-head li a.active{
	color:#fff;
	background: #00BAC6;
}
.sub-head li:first-child a{
	border-right:1px solid rgb(150, 148, 148);
}
.sub-head a{
	text-transform: uppercase;
	font-size: 1em;
	position:relative;
	display:block;
	color:#555;
	padding:10px;
}
.menu{
	background: #f0f0f0;
}
.menu li{	
	display:block;
}
.menu li a{
	font-size:0.8125em;
	text-transform:uppercase;
	display:block;
	padding:10px;
	color:#555;
	border-bottom: 1px solid rgb(199, 199, 199);
}
.menu li:last-child a{
	border-bottom:none;
}
.search{
	display:block;
	padding:10px;
	text-align:center;
	background: #f6f6f6; 
}
.search input[type=text]{
	width: 90%;
	padding: 10px;
	border: 1px solid rgb(217, 218, 215);
	color: #555;
	font-size: 13px;
	background: #FFF;
	outline: none;
}
.back-btn {
	cursor: pointer;
	background: rgb(71, 71, 71);
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.back-btn ul li{
	display:inline-block;
	padding: 4px 6px;
}
.back-btn ul li:before{
	content: url('../images/back.png');
}
.back-btn ul li a {
	padding: 4px 10px;
	font-size:13px;
	color: #fff;
	margin-left:-8px;	
	line-height: 1.7em;
	vertical-align: bottom;
}	
/* start slider */

/* start main */
.main{
	padding: 6% 4%;
}
.main_text{
	text-align:center;
}
.main_text h2{
	font-size: 2em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom: 2%;
}
.main_text h2 span{
	color: #555555;
	-webkit-text-stroke: 2px;
}
/** para style **/
p.para{
	font-size:17px;
	color: #555555;
	line-height: 1.8em;
}
/* start grids_of_3 */
.grids_of_3{
	text-align:center;
	margin: 6% 0 4%;
}
.grid1_of_3:first-child{
	margin-left: 0;
}
.grid1_of_3{
	float:left;
	width: 30.3333%;
	margin-left: 3.3333%;	
}
.grid1_of_3 h3{
	margin: 2% 0;
}
.grid1_of_3 h3 a{
	font-size: 1.2em;
	text-transform: capitalize;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
}
.grid1_of_3 h3 a span{
	color: #777777;
	font-weight: normal;
}
.grid1_of_3 p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
	width: 80%;
	margin: 0 auto;
}
/* start span_of_3 */
.main_bg{
	background: #eeeeee;
}
.content_top{
	text-align:center;
	position: relative;
}
.content_top:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 40px solid #eee;
	border-top: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 35px solid rgba(0, 0, 0, 0)!important;
	border-left: 35px solid rgba(0, 0, 0, 0)!important;
	left: 47%;
	top: -40px;
	margin-left: -10px;
}
.span_of_3{
	margin: 4% 0 0;
}
.span_of_3:first-child{
	margin: 0;
}
.span1_of_3{
	float:left;
	width: 29%;
	margin-left: 3.3333%;	
	border: 1px solid rgb(206, 206, 206);
	/*height: 605px;*/
	& img{
		width:100%;
		height: 300px;
	}
}
.span1_of_3:first-child{
	margin-left: 0;
	/*height: 605px;*/
}
.span1_of_3 img{
	width:100%;
}
.span1_of_3_text{
	padding: 20px;
}
.span1_of_3 h3{
	margin-bottom: 2%;	
}
.span1_of_3 h3 a{
	font-size: 15px;
	text-transform: capitalize;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span1_of_3 h3 a:hover{
	color: #00BAC6;
}
.span1_of_3 p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
	text-align: justify;
}
#cuadro-c {
    height: 340px;
}
#cuadro-v {
    height: 340px;
	margin-left: 12%;
}
/* comienzo segundo grupo*/
.span_of_32{
	margin: 4% 0 0;
}
.span_of_32:first-child{
	margin: 0;
}
.span1_of_32{
	float:left;
	width: 27.3333%;
	margin-left: 3.3333%;	
	border: 1px solid rgb(206, 206, 206);
}
.span1_of_32:first-child{
	margin-left: 0;
}
.span1_of_32 img{
	width:25%;
	padding: 10px 36%;
}
.span1_of_32_text{
	padding: 20px;
}
.span1_of_32 h3{
	margin-bottom: 2%;	
}
.span1_of_32 h3 a{
	font-size: 1em;
	text-transform: capitalize;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span1_of_32 p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}

/* start cauresol */
.nbs-flexisel-container {
	padding:4% 0;
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	width:200px;
	height:100px;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100px;
	max-height: 45px;
}
/*** start cauresol  navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 46px;
	height: 100px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -19px -21px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -55px -20px;
}
/* start footer */
.footer_bg{
	background:url('../images/footer_bg.png');
}
.footer{
	padding: 5% 4%;
}
.span_of_4{
	display: block;
}
.span1_of_4{
	float:left;
	width: 22.3333%;
	margin-left: 3.3333%;	
}
.span1_of_4:first-child{
	margin-left: 0;
}
.span1_of_4 h4{
	margin-bottom:8%;
	font-size: 1.5em;
	text-transform: capitalize;
	color: #ffffff;
	text-shadow: 0 1px 0 #555555;
}
.span1_of_4 p{
	font-size: 0.8725em;
	line-height:1.8em;
	color: #c9c9c9;
}
.span1_of_4 p a{
	color: #c9c9c9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span1_of_4 p a:hover{
	color: #00BAC6;
}
.span1_of_4 p.top{
	border-top: 1px solid rgb(99, 99, 99);
	margin-top: 20px;
	padding-top: 10px;
}
.span1_of_4 p.btm{
	margin-bottom: 8%;
}
.span1_of_4 p.btm1{
	margin-bottom: 4%;
}
.f_nav1{
	margin-top: 2%;
}
.f_nav1 li {
	display:inline-block
}
.f_nav1 li.timer{
	background: url('../images/timer.png') no-repeat;
}
.f_nav1 li a{
	padding-left:30px;
	font-size: 0.8725em;
	color: #999999;
}
.pin{
	background: url('../images/pin.png') no-repeat;
	padding-left: 30px;
}
.mail{
	background: url('../images/mail.png') no-repeat;
	padding-left: 30px;
}
.call{
	background: url('../images/call.png') no-repeat;
	padding-left: 30px;
}
big {
	font-size: 1.5em;
	color: #ffffff;
}
/* start footer1 */
.footer_bg1{
	background:url('../images/footer_bg1.png');
}
.footer1{
	padding: 4% 4%;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-move.jpg) no-repeat right top;
}
.copy{
	float:left;
	margin-left: 8%;
    width: 85%;
}
.copy p{
	font-size: 0.8725em;
	line-height: 1.8em;
	color: #c9c9c9;
}
.copy p a{
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #00BAC6;
}
/* start about */
.top_bg{
	background:  url('../images/slider_bg1.jpg');
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 2rem;
}
.top{
	padding: 4% 4%;
}
.top h2{
	font-size: 2em;
	color: #ffffff;
	text-transform: uppercase;
}
.about{
	display: block;
}
.cont-grid {
	float: left;
	width: 60.3333%;
}
.cont-grid-img{
	margin-left: 3.3333%;
	width: 30%;
	float:left;
}
.cont-grid-img img{
	margin-top: 10px;
}
.cont-grid span{
	font-size: 35px;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
#cuadro-p{
    margin-left: 3%;
    margin-top: -4%;
    text-align: justify;
    width: 70%;
	border: 1px solid #CECECE;
	padding: 1%;
}
#cuadro-p2{
	text-align: justify;
    width: 70%;
	margin-left:3%;
	margin-top:3%;
	border: 1px solid #CECECE;
	padding: 1%;
}
#cuadro-p3{
	text-align: justify;
    width: 70%;
	margin-left:3%;
	margin-top:3%;
	border: 1px solid #CECECE;
	padding: 1%;
}
#cuadro-p4{
	text-align: justify;
    width: 70%;
	margin-left:3%;
	margin-top:3%;
	border: 1px solid #CECECE;
	padding: 1%;
}
#logo-p{
	width:45%;
}
#logo-p2{
	width:15%;
}
#logo-p3{
	width: 24%;
}
#logo-p4{
	width: 37%;
}
#fotos{
	margin-left: -15%;
    width: 100%;
	height: 148px;
}
#cuadro-a{
	width:21%;
}
.abt-para p{
	margin-top: 2%;
}
.about-p{
	margin-top:20px;
}
.contact_info p{
	font-size: 20px;
	color:#999;
}
.read_more {
	margin-top: 2%;
}
.btn{
	color: #00BAC6;
	background: #ffffff;
	border: 1px solid #22D5E0;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 38px;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover {
	background: #00BAC6;
	color: #ffffff;
}
/* start services */
.ser_btn{
	position: relative;
	margin-top: 12%;
}
.ser_btn1{
	position: absolute;
	bottom: 0;	
	left: 0;
}
.button {
	color: #555555;
	border-top: 1px solid rgb(221, 221, 221);
	display: block;
	text-align:center;
	text-transform: uppercase;
	font-size: 0.875em;
	width: 100%;
	padding:12px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover {
	background: #00BAC6;
	color: #ffffff;
}
/* start blog */
.blog {
	display: block;
}
.blog_list{
	margin-top: 4%;
}
.blog_list:first-child{
	margin-top: 0%;
}
.blog_list h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.blog_list h5{
	margin-top:8px;
	font-size: 1em;
	text-transform: capitalize;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.blog_list h5 a{
	color: #00BAC6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_list h5 a:hover{
	color: #777777;
}
.blog_para{
	margin: 2% 0;
}
.blog_para p a{
	float: left;
	margin-right: 4%;
}
.blog_para p a img{
	margin-top: 10px;
}
/* start details */
.details{
	display: block;
}
.details h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.det_pic{
	margin: 2% 0;
}

/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:100%;
	}
	.h_menu ul li a {
		padding: 30px 12px;
	}
	.span1_of_3:first-child{
		margin-left: 0;
		/*height: 597px;*/
	}
	.span1_of_3 {
		border: 1px solid #CECECE;
		float: left;
		/*height: 596px;*/
		margin-left: 3.3333%;
		width: 29%;
	}
	#cuadro-c{
		height: 316px;
	}
	#cuadro-v{
		height: 316px;
		margin-left: 12%;
	}	
	
	#mapa{
	}
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.h_menu ul li a {
		padding: 30px 10px;
		font-size: 0.8125em;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.h_menu ul li a {
		padding: 30px 6px;
		font-size: 0.8125em;
	}
	.h_search input[type="submit"] {
		right: 6px;
	}
	.h_search {
		width: 26.3333%;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.h_menu{
		display:none;
	}
	.h_search{
		display:none;
	}
	.sub-head{
		display:block;
	}
	.span1_of_4 h4 {
		font-size: 1.2em;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.span1_of_4 {
		float: none;
		width: 99.3333%;
		margin-left: 0%;
	}
	.span1_of_4 h4 {
		margin: 2% 0;
	}
	.span1_of_4 p.btm {
		margin-bottom: 2%;
	}
	.social-icons li {
		float: none;
		display:inline-block;
	}
	.cont-grid {
		float: none;
		width: 99.3333%;
	}
	.cont-grid-img {
		margin-left: 0%;
		width: 99.33333%;
		float: none;
	}
	.main_text h2 {
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.grids_of_3{
		margin-top: 4%;
	}
	.grid1_of_3 {
		float: none;
		width: 99.3333%;
		margin-left: 0;
	}
	.span1_of_3 {
		margin-top: 4%;
		float: none;
		width: 99.3333%;
		margin-left: 0;
	}
	.logo{
		float:none;
		text-align:center;
	}
	.copy{
		float:none;
		text-align:center;
	}
	.social-icons{
		margin-top:4%;
		float:none;
		text-align:center;
	}
	.top h2 {
		font-size: 1.5em;
	}
	.blog_list h2 {
		font-size: 1em;
	}
	.contact h2 {
		font-size: 1em;
	}
	.sub-head a {
		font-size: 0.8725em;
	}
	.cont-grid span{
		font-size: 1em;
	}
	big {
		font-size: 1em;
	}
	.details h2 {
		font-size: 1em;
	}
	.grid1_of_3{
		margin: 20px 0;
	}
	.grid1_of_3 img{
		width:20%;
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.sub-head a {
		font-size: 0.8125em;
	}
	.grid1_of_3{
		margin: 20px 0;
	}
	.grid1_of_3 img{
		width:20%;
	}
	.content_top:after {
		border: 20px solid #eee;
		border-top: 0 solid rgba(0, 0, 0, 0)!important;
		border-right: 15px solid rgba(0, 0, 0, 0)!important;
		border-left: 15px solid rgba(0, 0, 0, 0)!important;
		left: 47%;
		top: -20px;
	}
}

.services {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #222;
}

.services p {
  font-size: 1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.6;
}



.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 20px;
  margin: 0 auto;
  justify-items: center;

  .card-service {
    width: 100%;
    max-width: 500px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;

    &:hover {
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .card-content {
      padding: 20px;

      .card-title {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 10px;
        color: #333;
      }

      p {
        font-size: 0.95rem;
        color: #555;
        line-height: 1.6;
      }
    }
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 10px;
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 768px) {
  .services {
    padding: 15px;

    h2 {
      font-size: 1.6rem;
    }

    p {
      font-size: 0.95rem;
    }
  }

  .services-grid {
    gap: 16px;
    padding: 10px;
  }
}


.header_btm .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.h_menu {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
}

.h_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.h_menu ul li a {
  display: block;
  padding: 30px 15px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  color: #555;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.h_menu ul li a:hover,
.h_menu ul li.active a {
  color: #00BAC6;
  border-bottom: 2px solid #00BAC6;
}

.menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  user-select: none;
  color: #ffffff;
  background-color: #00BAC6;
  border-radius: 50%;
  padding: 30px 15px;
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  z-index: 1100;
}

@media (max-width: 768px) {
  .h_menu ul {
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: max-height 0.35s ease;
  }

  .h_menu ul.active {
    max-height: 500px;
  }

  .menu-toggle {
    display: block;
  }
}


.contact {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2.5rem 0;
  justify-content: center;
}

.contact-info,
.contact-form {
  flex: 1 1 320px;
  max-width: 480px;
}

.contact-info h2,
.contact-form h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #004080;
  font-size: 2.2rem;
}

.contact-form span label,
label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  text-transform: capitalize;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  border: 2px solid #00BAC6;
  color: #555;
  padding: 14px 16px;
  display: block;
  width: 98%;
  outline: none;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  text-transform: none;
  font-size: 1.1rem; 
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
  border-color: #22D5E0;
  box-shadow: 0 0 8px rgba(0, 186, 198, 0.4);
}

.contact-form textarea {
  resize: none;
  height: 160px; 
}

.contact-form input[type="submit"] {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  color: #fff;
  background: #00BAC6;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 16px 52px;
  font-size: 1.2rem; 
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 186, 198, 0.4);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus {
  background: #22D5E0;
  box-shadow: 0 6px 14px rgba(34, 213, 224, 0.6);
  outline: none;
}

@media (max-width: 600px) {
  .contact {
    flex-direction: column;
  }
}


.wp-button{
	margin-top:14px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
@media (max-width: 480px) {
  /* Asegura que las imágenes se escalen correctamente */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Ajustes para evitar desbordes y márgenes extra */
  .header_bg,
  .header_btm,
  .top_bg,
  .wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    box-sizing: border-box;
  }

  /* Ajuste de imagen de encabezado (logo) */
  .logo img {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
  }

  /* Centrado del contenido de encabezado */
  .header {
    text-align: center !important;
  }

  /* Menú móvil visible como columna */
  .h_menu {
    display: block !important;
  }

  .h_menu ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px;
    padding: 0 !important;
    margin: 10px 0 !important;
  }

  .h_menu ul li {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }

  .h_menu ul li a {
    display: block;
    padding: 12px 0 !important;
    font-size: 1.1rem !important;
  }

  /* Ajustes en los cuadros de contenido */
  .grid1_of_3,
  .span1_of_3,
  .span1_of_32 {
    float: none !important;
    width: 95% !important;
    margin: 15px auto !important;
    display: block !important;
  }

  #cuadro-p,
  #cuadro-p2,
  #cuadro-p3,
  #cuadro-p4 {
    width: 90% !important;
    margin: 10px auto !important;
    padding: 10px !important;
    box-sizing: border-box;
  }

  /* Ajustes sección de contacto */
  .contact-info,
  .contact-form {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 10px !important;
    box-sizing: border-box;
    margin-top: 20px;
  }

  .contact {
    padding: 1rem !important;
    flex-direction: column !important;
  }

  .social-icons {
    display: none !important;
  }

  .slider,
  .slider #banner {
    width: 100% !important;
    height: auto !important;
  }

  /* Elementos específicos del pie de página */
  #logo2,
  #texto-p,
  #corfo,
  #servicio {
    margin: 0 auto !important;
    float: none !important;
    position: static !important;
    text-align: center !important;
    display: block !important;
  }

  #texto-p {
    margin-top: 10px !important;
    font-size: 1.1rem !important;
    padding: 0 10px !important;
  }

  #logo2 img,
  #corfo img,
  #servicio img {
    max-width: 80% !important;
    height: auto !important;
  }

  /* Mostrar subencabezado si estaba oculto */
  .sub-head {
    display: block !important;
  }
  /* Ajuste para que el botón del menú no se superponga con el texto */
.sub-head {
  position: relative !important;
  z-index: 10;
  padding: 10px 15px !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  background-color: #111 !important;
}
 /* Formulario de contacto*/
.formulario-jotform iframe {
  width: 100%;
  min-height: 1200px;
  height: auto;
  border: none;
}

 /* Fin de Formualario*/

/* Para alinear el ícono de menú correctamente */
.sub-head .menu-icon {
  margin-left: auto !important;
  font-size: 1.8rem !important;
}
}

