/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

body{
    font-family: static;
}

h1{
    font-weight: 900 !important;
    font-size: 50px !important;
}

h2{
    font-weight: 800 !important;
    font-size: 34px !important;
    line-height: 45px;
}
h3{
 	font-weight: 700 !important;
    font-size: 26px !important;
}

h5, .testimonials-block .avia-content-slider-inner .slide-entry-wrap .slide-entry h3{
   	font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 25px;
    margin-top: 20px !important;
}

h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

h1,h2{
	text-transform: none !important;
}
p{
	text-align:justify;
	font-size:15px;
}
.av-subheading_below p{
    text-transform: uppercase;
	font-weight: 400 !important;
}

/*Menu*/
.logo a img{
	padding:10px;
}
.avia-menu-fx {
    height: 5px !important;
	bottom: 10px !important;
}

/*Botones*/
body div .avia-button, .avia_ajax_form .button {
	background-color:transparent !important;
	border:1px solid #ffff !important;
	color: #ffff !important;
	border-radius: 0px !important;
	margin-top: 20px;

}


/*Inicio*/
.av-image-caption-overlay-center {
    vertical-align: bottom;
}
.av-image-caption-overlay-center p {
	margin-bottom:10px !important;
}



.av-image-caption-overlay-center p {
	margin-bottom:10px !important;
	font-weight:800 !important;
}

.inicio-title{
	position: relative;
    z-index: 2;
    right: 100px;
}

input::placeholder {
    color:#ffff !important;
}

input[type="text"]{
	border: unset !important;
	border-bottom: 2px solid  #ffff !important;
	color:#ffff !important;
    background-color: transparent !important;
	margin-top: 15px !important;
}


.form_element label{
	 color:#ffff !important;
}
.avia_ajax_form .button {
	float:right;
}

/*Nosotros*/
 .img-nosotros .avia-image-container-inner .avia-image-overlay-wrap .av-image-caption-overlay .av-image-caption-overlay-position .av-image-caption-overlay-center {
    vertical-align: middle !important;
}

/*Servicios*/
.custom-list li {
  	padding-left: 20px; 
 	list-style-image: url('/wp-content/uploads/2024/11/icono.jpg'); 
	margin:25px;
	
}

#top .avia-smallarrow-slider-heading {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -10%;
    left: 50%;
}

.testimonials-block .avia-content-slider-inner .slide-entry-wrap  .slide-entry h3{
 	text-align:center;
}

.testimonials-block .avia-content-slider-inner .slide-entry-wrap .slide-entry::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translateX(-50%); 
    border-radius: 50%;
    background-color: #45678F; 
    z-index: 10; 
    visibility: unset;
}

.testimonials-block .avia-content-slider-inner{
	overflow: visible !important;
}

.testimonials-block .avia-content-slider-inner .slide-entry-wrap  .slide-entry{
 	margin-left: 10px;
	width:32%;
}

/*Footer*/
#media_image-2 {
	margin-top:35px;
}
#footer {
	padding: 30px 0 30px 0;
}
#footer .widget {
	margin:20px 0 5px 0;
}
#footer .container > *:first-child {
	width: 30%;
}

#footer .container > *:nth-child(2) {
	width: 60%;	
	margin-left: 10%;
}

#menu-footer{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.container-footer{
	display:inline-block;
	width:100%;
}

.img-footer{
	float:right;
	width:45%;
}
.img-footer img{
 	width:20%;
 	margin:10px 5px;
}

.col-footer{
	float:left;
	width:40%;
}
.col-footer div{
	display:flex;
    align-items: center;
    justify-content: flex-start;
}
.col-footer div img{
	margin-right:15px;
}

.avia_ajax_form .button {
	float:right;
}

#socket .container {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
#socket .copyright {
    float: none;
}




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 860px) {
  /* Add your Mobile Styles here */
	
	h1{
    	font-size: 34px !important;
	}

	h2{
    	font-size: 26px !important;
	}
	h3{
    	font-size: 20px !important;
	}

	h5, .testimonials-block .avia-content-slider-inner .slide-entry-wrap .slide-entry h3{
   	
    	font-size: 18px !important;
	}

	/*Inicio*/
	.inicio-title {
    	right: 0;
	}
	
	input[type="text"]{
		margin-top: 10px !important;
	}
	
	/*Servicios*/
	#top .avia-smallarrow-slider-heading {
    	bottom: -3%;
    
	}

	.testimonials-block .avia-content-slider-inner .slide-entry-wrap  .slide-entry{
 		margin-bottom:20px !important;
	}

	
	/*Footer*/
	#footer {
    	padding: 30px 0 20px 0;
	}
	.container-footer{
		text-align:center;
	}
	
	#menu-footer {
    	align-items: center;
    	justify-content: space-between;
    	flex-direction: column;
	}
	
	.col-footer, .img-footer, #footer .container > *:first-child {
    	width: 100%;
	}
	
	.img-footer{
		margin-top:20px;
	}
	
	.col-footer div {
    	justify-content: center;
	}
}