a {
    color: #fff;
}

a:hover {
    color: #fff;
}

a.link-tmi {
    color: #fdd603;
}

a.link-tmi:hover {
    color: #fdd603;
}




.container{
	max-width: 1200px;
}

.navbar-brand {
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.wow { visibility: hidden; }

@media (max-width: 767px) {
	.wow { visibility: visible; }
}


.header_wrap_3 .header_bottom .navbar .navbar-nav > li.nav-item .mega_blog_details ul.mega_blog_list li a i {
	display: block;
	position: absolute;
	color: #76179e;
}

.header_wrap_3 .header_bottom .navbar .navbar-nav > li.nav-item .mega_blog_details ul.mega_blog_list li a span {
	display: inline-block;
	margin-left: 25px;
	line-height: 20px;
}

.header_wrap_3 .header_top a {
    font-weight: 600;
	color: #81438f;
}

.header_wrap_3 .header_bottom .navbar .navbar-nav > li.nav-item > a i{
	margin-left: 10px;
}

.header_wrap_3 .header_bottom .navbar .navbar-nav > li.nav-item > a i:before{
	position: relative;
    top: 2px;
}


.navbar {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.section_title_main p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
}

.section_title_main_4{
	margin-bottom: 50px;
}

.section_title_main_4 h3{
    font-size: 46px;
    margin-top: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
	background: -webkit-linear-gradient(right, #343434 0%, #262626 100%);
    background: -o-linear-gradient(left, #343434 0%, #262626 100%);
    background: -moz-linear-gradient(to left, #343434 0%, #262626 100%);
    background: linear-gradient(to left, #343434 0%, #262626 100%);
	 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	 margin-bottom: 15px;
}



@media (max-width: 767px) {
	.section_title_main_4 h3{
		 font-size: 36px;
	}
}


.section_title_main_4 h3:after {
    position: absolute;
    z-index: -1;
    left: calc(50% - 200px);
    width: 400px;
    height: 7px;
    top: 100px;
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/linea_claro.svg);
	z-index: 1;
}

@media (max-width: 767px) {
	.section_title_main_4 h3:after {
		 left: calc(50% - 100px);
		  width: 200px;
	}
}


.about_section p {
    font-size: 19px;
    line-height: 25px;
}

@media (max-width: 767px) {
	.about_section p {
		margin-top: 30px;
	}
}


.block-container-section{
	background: none;
    padding: 100px 0px 100px;
    height: auto;
}

.title_color_text{
	color: #FFFFFF;
	margin-bottom: 15px;
	text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
	font-weight: 800;
	font-size: 42px;
}

.side_bar {
    padding: 25px;
    background: #f2f2f2;
	border-radius: 10px;
}

.single_button_action {
	overflow: hidden;
    margin: 0px;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

.hero_area_5:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../img/hero_area/hero-bg-2.html);
}


.single_button_action {
	color: #FFFFFF;
    border: 0;
    background: -webkit-linear-gradient(bottom, #eaeaea 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
    background: -moz-linear-gradient(to top, #eaeaea 0%, #ffffff 100%);
    background: linear-gradient(to top, #eaeaea 0%, #ffffff	 100%);
    border-radius: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 0px 8px -2px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 0px 8px -2px rgba(0,0,0,0.7);
	box-shadow: 1px 0px 8px -2px rgba(0,0,0,0.7);
}

.single_button_action h3{
	color: #634e65;
	padding: 10px 0;
    margin-bottom: 5px;
}

.single_button_action p{
	color: #634e65;
    margin-bottom: 15px;
	font-size: 16px;
}

.single_button_action h3:after, .single_button_action h3:before {
    content: none;
}

.button_product_sidebar_background {
	position: absolute;
    float: left;
    top: 0;
	right: 0;
	opacity: 0.4;
}

.single_button_action:hover .button_product_sidebar_background {
	opacity: 0.8;
}


.contact_area .contact_form .boxed_btn {
      margin-top: 10px;
      padding: 15px 30px;
      font-size: 20px;
      border-radius: 10px;
      border: 0;
      float: left;
      clear: both;
      display: inline-block;
      background: #2f338c;
	  background: -webkit-linear-gradient(left, #2f338c 0%, #2f338c 100%);
      background: -o-linear-gradient(right, #2f338c 0%, #2f338c 100%);
      background: -moz-linear-gradient(to right, #2f338c 0%, #2f338c 100%);
      background: linear-gradient(to right, #2f338c 0%, #2f338c 100%);
      box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.2);
      color: #fff;
	  text-transform: none;
	  line-height: 1;
}

.contact_area .contact_form .boxed_btn:hover {
      color: #fff;
      background: #2f338c;
      background: -webkit-linear-gradient(left, #2f338c 0%, #2f338c 100%);
      background: -o-linear-gradient(right, #2f338c 0%, #2f338c 100%);
      background: -moz-linear-gradient(to right, #2f338c 0%, #2f338c 100%);
      background: linear-gradient(to right, #2f338c 0%, #2f338c 100%);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.3);}
  
.contact_area .contact_form .boxed_btn:after {
    background: #8256c2;
    border-radius: 5px;
}

/* ***** */
.contact_area .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
	border-radius: 5px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #ffffff;
    background-color: #81438f;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #81438f;
}

.contact_form p {
    color: #838bab;
    margin-right: 30px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}



.contact_area img{
	width: 60%;
    height: auto;
	position: absolute;
	left: 97px;
	top: -30px;
}



/* ################## */
.loader-small,
.loade-smallr:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.loader-small {
  margin: 10px auto;
  display: inline-block;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-small-text{
	margin: 0 auto;
    display: inline-block;
    position: relative;
    top: 10px;
}


/* Contact Form Home */
.contact_home{
	background-image: url(../img/bg_contacto_form.html);
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 500px;
}
@media only screen and (max-width: 1366px) {
   .contact_home {
    background: url(../img/bg_contacto_form.html); }
}

/********************/

.servicio-swiper.swiper-button-next,
.servicio-swiper.swiper-button-prev {
	top: 40%;
}

.servicio-swiper.swiper-button-next i,
.servicio-swiper.swiper-button-prev i{
	display: none;
}

.servicio-swiper.swiper-button-next{
	right: 100px;
	background-image:url(../img/flecha_der.svg);
}

.servicio-swiper.swiper-button-prev{
	left: 100px;
	background-image:url(../img/flecha_izq.svg);
}

@media only screen and (max-width: 1600px) {
   .servicio-swiper.swiper-button-next,
   .servicio-swiper.swiper-button-prev {
      top: 45%;
	}
	
  .servicio-swiper.swiper-button-next{
	  right: 50px;
   }
  
  .servicio-swiper.swiper-button-prev{
	  left: 50px;
   }
}


@media only screen and (max-width: 1366px) {
	.servicio-swiper.swiper-button-next,
	.servicio-swiper.swiper-button-prev {
		top: 45%;
	}
	
  .servicio-swiper.swiper-button-next{
	right: 20px;
  }
  
  .servicio-swiper.swiper-button-prev{
	left: 20px;
	}
}


@media only screen and (max-width: 768px) {
	.servicio-swiper.swiper-button-next,
	.servicio-swiper.swiper-button-prev {
		top: 40%;
	}
	
  .servicio-swiper.swiper-button-next{
	right: 10px;
  }
  
  .servicio-swiper.swiper-button-prev{
	left: 10px;
	}
}


/********************/

.servicio-4-swiper.swiper-button-next,
.servicio-4-swiper.swiper-button-prev {
	top: 40%;
}

.servicio-4-swiper.swiper-button-next i,
.servicio-4-swiper.swiper-button-prev i{
	display: none;
}

.servicio-4-swiper.swiper-button-next{
	right: -100px;
	background-image:url(../img/flecha_der.svg);
}

.servicio-4-swiper.swiper-button-prev{
	left: -100px;
	background-image:url(../img/flecha_izq.svg);
}

@media only screen and (max-width: 1600px) {
   .servicio-4-swiper.swiper-button-next,
   .servicio-4-swiper.swiper-button-prev {
      top: 45%;
	}
	
  .servicio-4-swiper.swiper-button-next{
	  right: 50px;
   }
  
  .servicio-4-swiper.swiper-button-prev{
	  left: 50px;
   }
}


@media only screen and (max-width: 1366px) {
	.servicio-4-swiper.swiper-button-next,
	.servicio-4-swiper.swiper-button-prev {
		top: 45%;
	}
	
  .servicio-4-swiper.swiper-button-next{
	right: 20px;
  }
  
  .servicio-4-swiper.swiper-button-prev{
	left: 20px;
	}
}


@media only screen and (max-width: 768px) {
	.servicio-4-swiper.swiper-button-next,
	.servicio-4-swiper.swiper-button-prev {
		top: 40%;
	}
	
  .servicio-4-swiper.swiper-button-next{
	right: 10px;
  }
  
  .servicio-4-swiper.swiper-button-prev{
	left: 10px;
	}
}



/********************/

.client-area-4-swiper.swiper-button-next,
.client-area-4-swiper.swiper-button-prev {
	top: 40%;
}

.client-area-4-swiper.swiper-button-next i,
.client-area-4-swiper.swiper-button-prev i{
	display: none;
}

.client-area-4-swiper.swiper-button-next{
	right: -100px;
	background-image:url(../img/fecha-der-v2.svg);
}

.client-area-4-swiper.swiper-button-prev{
	left: -100px;
	background-image:url(../img/fecha-izq-v2.svg);
}

@media only screen and (max-width: 1600px) {
   .client-area-4-swiper.swiper-button-next,
   .client-area-4-swiper.swiper-button-prev {
      top: 45%;
	}
	
  .client-area-4-swiper.swiper-button-next{
	  right: 50px;
   }
  
  .client-area-4-swiper.swiper-button-prev{
	  left: 50px;
   }
}


@media only screen and (max-width: 1366px) {
	.client-area-4-swiper.swiper-button-next,
	.client-area-4-swiper.swiper-button-prev {
		top: 45%;
	}
	
  .client-area-4-swiper.swiper-button-next{
	right: 20px;
  }
  
  .client-area-4-swiper.swiper-button-prev{
	left: 20px;
	}
}


@media only screen and (max-width: 768px) {
	.client-area-4-swiper.swiper-button-next,
	.client-area-4-swiper.swiper-button-prev {
		top: 40%;
	}
	
  .client-area-4-swiper.swiper-button-next{
	right: 10px;
  }
  
  .client-area-4-swiper.swiper-button-prev{
	left: 10px;
	}
}


/**************/

.about_section.img1_section{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../img/pg_adorno_ubicacion.png);
}


@media only screen and (max-width: 1200px) and (min-width: 992px){
	.about_section {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.about_section {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.about_section {
		margin-top: 0px;
	}
}

.about_section.about_section_2{
	padding: 40px 0px 100px 0px;
}


/* ------------ */
.facebook_section .fb-page{
  -webkit-box-shadow: 0px 0px 15px 8px rgb(84 94 95 / 30%);
  -moz-box-shadow: 0px 0px 15px 8px rgb(84 94 95 / 30%);
  box-shadow: 0px 0px 15px 8px rgb(84 94 95 / 30%);}

/* ------ */
.facebook_section {
	
	background-image: url(../img/fondo_red_social.html);
    background-position: 105% 30%;
    background-size: 40%;
    background-repeat: no-repeat;
	color: #5e5e5e;
}

.facebook_section .single_about .about_info p,
.facebook_section .single_about .about_info li,
.facebook_section .single_about .about_info li i{
  color: #5e5e5e;}

.facebook_section:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../img/bg_onda_blanco_botto.html);
}

.facebook_section .single_about .about_info h3 {
	display: inline-block;
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #5e5e5e;
}

.facebook_section .single_about .about_info p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.facebook_section .single_about .about_info li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.facebook_section .single_about .about_info li i {
    margin-right: 5px;
    font-weight: 900;
	color: #fff005;
}

.facebook_section .single_about .about_info a.boxed_btn {
    color: #fff;
    padding: 15px 20px;
    margin-top: 30px;
    background: -webkit-linear-gradient(left, #82ca11 0%, #7cc118 100%);
    background: -o-linear-gradient(right, #82ca11 0%, #7cc118 100%);
    background: -moz-linear-gradient(to right, #82ca11 0%, #7cc118 100%);
    background: linear-gradient(to right, #82ca11 0%, #7cc118 100%);
    display: inline-block;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.facebook_section:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../img/bg_onda_blanco_bottom.html);
}

/* -------- */

	
 .feature_area_3 {
        background: url(../img/fondo_oferta.html); }
	
	@media only screen and (max-width: 1366px) {
	    .feature_area_3 {
			background: url(../img/fondo_oferta_laptop.html); }
	}
	
  .packege_pricing_area_2 {
        background: url(../img/fondo_oferta.html); }

	@media only screen and (max-width: 1366px) {
	    .packege_pricing_area_2 {
			background: url(../img/fondo_oferta_laptop.html); }
	}
/*
  .footer_middle {
        background: url(../img/fondo_pie.png); }

	@media only screen and (max-width: 1366px) {
	    .footer_middle {
			background: url(../img/fondo_pie_laptop.png); }
	}
*/

/***********/
.float {
    top: 280px;
}

.float_2 {
    top: 390px;
}

.float, .float_2 {
    position: fixed;
    width: 95px;
    height: 90px;
    right: -1px;
    background-color: transparent;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}



/* ******* */

.footer_middle .mail_subscribe form {
    position: relative;
    width: 100%;
}

.footer_middle .mail_subscribe {
    position: relative;
    z-index: 4;
    padding: 22px 0;
}

.footer_middle .mail_subscribe form input {
    font-size: 16px;
    padding: 20px;
    border: 1px solid #7d7d7d;
    background: #FFF;
    width: 85%;
    color: #fff;
}

.footer_middle .mail_subscribe form button {
    width: 60px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    border: 1px solid #7d7d7d;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color: #fff;
    background: -webkit-linear-gradient(left, #050408 0%, #18161e 100%);
    background: -o-linear-gradient(right, #050408 0%, #18161e 100%);
    background: -moz-linear-gradient(to right, #050408 0%, #18161e 100%);
    background: linear-gradient(to right, #050408 0%, #18161e 100%);
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
	
}

.footer_middle .mail_subscribe form button i {
    transform: rotate(90deg);
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer_middle .mail_subscribe form button i {
	 transform: rotate(90deg);
    display: block;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}


.footer_middle .mail_subscribe form button:hover i {
    transform: rotate(43deg);
}

.footer_middle .f_widget_3 ul li a:hover{
	margin-left: 0px;
    opacity: 0.8;
}

.footer_middle .f_widget_3 ul li{
	margin-right: 10px;
	display: inline-block;
}

.facebook_section .blue {
	color: #3c85ff!important;
}



/* */


.footer_middle .f_widget_1 .social_link .list_correo li i {
      border: none;}

.footer_middle .f_widget_1 .social_link .list_correo p {
      margin-top: 0px;
      margin-bottom: 0px;}

.footer_middle .f_widget_1 .social_link .list_correo a {
      font-size: 14px;}

.footer_middle .f_widget_1 .social_link .visible_link a {
      font-size: 14px;}



.footer_text {
	font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
}

/******************/
.contact_area.contact_home .contact_form input[type="text"],
.contact_area.contact_home .contact_form input[type="email"],
.contact_area.contact_home .contact_form input[type="tel"],
.contact_area.contact_home .contact_form textarea,
.contact_area.contact_home .contact_form .form-control {
    background: #fff;
    padding: 10px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    height: 42px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #ededed;
    color: #3c3c3c;
}

/***********************/
.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
animation-delay: 1s;
}

/***********************/

.client_and_testimonial_3{
	background-color: #fff;
    /*background-image: url(../img/pg_adorno_edificio.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: initial;*/
	padding: 100px 0px;
}


.client_and_testimonial_3.blue{
	background-color: #1f2887;
}



@media (max-width: 768px) {
	.client_and_testimonial_3{
		padding: 70px 0px;
	}
}


.client_and_testimonial_3 img{
	width: 400px;
}

.client_and_testimonial_3 h3{
    font-size: 46px;
    margin-top: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
	color: #fff;
}


.client_and_testimonial_3 h3:after {
	position: absolute;
    z-index: -1;
    left: calc(50% - 200px);
    width: 400px;
    height: 7px;
    top: 120%;
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/linea_oscuro.svg);
}


@media (max-width: 1024px) {
	.client_and_testimonial_3 h3{
		font-size: 32px;
	}
}

/**************************/

.service_carousel_area_1.catalogo .single_service_item_5 h3{
	font-size: 18px;
}


.service_carousel_area_1.catalogo .single_service_item_5{
	min-height: 200px;
}
@media (max-width: 767px) {
	.service_carousel_area_1.catalogo .single_service_item_5{
		margin-bottom: 40px;
	}
}

.service_carousel_area_1.catalogo .single_service_item_5 li{
	font-size: 15px;
}

.service_carousel_area_1.catalogo .service_list{
	text-align: left;
	margin-bottom: 15px;
}

.service_carousel_area_1.catalogo .single_service_item_5 li i{
	float: left;
	margin-top: 2px;
}

.service_carousel_area_1.catalogo .single_service_item_5 li span{
	margin-left: 18px;
    display: block;
	line-height: 1.2;
}

.service_carousel_area_1.catalogo .single_service_item_5 li span{
	margin-left: 18px;
    display: block;
	line-height: 1.2;
}

.service_carousel_area_1.catalogo .single_service_item_5 a.boxed_btn{
	margin-top: 15px;
}

.service_carousel_area_1.catalogo .single_service_item_5 li i{
	color: #278d5e;
}

.service_carousel_area_1.catalogo .single_service_item_5 .price{
	font-size: 28px;
}


/************************/

.service_list{
	text-align: left;
}

/***********************/
.btn_wa_producto .fa-whatsapp:before{
	font-size: 20px;
}

/***********************/
#modPedido .modal-title{
	font-size: 24px;
	font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.1;
    margin-bottom: 0px;
}

#modPedido	.btn.btn-primary {
		background: -webkit-linear-gradient(left, #fff 0%, #136038 100%);
		background: -o-linear-gradient(right, #fff 0%, #136038 100%);
		background: -moz-linear-gradient(to right, #fff 0%, #136038 100%);
		background: linear-gradient(to right, #fff 0%, #136038 100%);
      color: #fff;
}

#modPedido	.btn-primary:not(:disabled):not(.disabled):active:focus{
	box-shadow: 0 0 0 0.2rem rgb(14 167 89 / 50%);
}
#modPedido	.btn-primary:not(:disabled):not(.disabled):active{
	border-color: #005cbf;
}

/* ************ */
.hero_area_2 .slide_1, .hero_area_2 .slide_2, .hero_area_2 .slide_3, .hero_area_2 .slide_4 {
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 0% 0% !important; 

}

.hero_area_2 .slide_1 {
	background-image: url(../img/slides/bg_home_slide_1.jpg); }
.hero_area_2 .slide_2 {
	background-image: url(../img/slides/bg_home_slide_2.jpg); }
.hero_area_2 .slide_3 {
	background-image: url(../img/slides/bg_home_slide_3.jpg); }
.hero_area_2 .slide_4 {
	background-image: url(../img/slides/bg_home_slide_4.html); }

@media only screen and (max-width: 1366px) {
    .hero_area_2 .slide_1 {
        background-image: url(../img/slides/bg_home_slide_1_laptop.jpg); }
    .hero_area_2 .slide_2 {
        background-image: url(../img/slides/bg_home_slide_2_laptop.jpg); }
    .hero_area_2 .slide_3 {
        background-image: url(../img/slides/bg_home_slide_3_laptop.jpg); }
    .hero_area_2 .slide_4 {
        background-image: url(../img/slides/bg_home_slide_4_laptop.html); }
}

@media only screen and (max-width: 767px) {

    .hero_area_2 .slide_1 {
        background-image: url(../img/slides/bg_home_slide_1_movil.jpg); }
    .hero_area_2 .slide_2 {
        background-image: url(../img/slides/bg_home_slide_2_movil.jpg); }
    .hero_area_2 .slide_3 {
        background-image: url(../img/slides/bg_home_slide_3_movil.jpg); }
    .hero_area_2 .slide_4 {
        background-image: url(../img/slides/bg_home_slide_4_movil.html); }

    .hero_area_2 .slide_1, .hero_area_2 .slide_2,
    .hero_area_2 .slide_3, .hero_area_2 .slide_4{
        background-size: contain !important;
    }
    .hero_area_2 .hero_content{
        text-shadow: -1px 1px 2px rgb(0 0 0);
    }
    .hero_area_2 .slide_1 .hero_content_wrapper .hero_content h2,
	.hero_area_2 .slide_2 .hero_content_wrapper .hero_content h2,
	.hero_area_2 .slide_3 .hero_content_wrapper .hero_content h2,
	.hero_area_2 .slide_4 .hero_content_wrapper .hero_content h2{
        font-size: 28px !important;
    }
	
}

@media only screen and (max-width: 414px) {

    .hero_area_2 .slide_1 {
        background-image: url(../img/slides/bg_home_slide_1_movil_414.jpg); }
    .hero_area_2 .slide_2 {
        background-image: url(../img/slides/bg_home_slide_2_movil_414.jpg); }
    .hero_area_2 .slide_3 {
        background-image: url(../img/slides/bg_home_slide_3_movil_414.jpg); }
	.hero_area_2 .slide_4 {
        background-image: url(../img/slides/bg_home_slide_4_movil_414.html); }

}

@media only screen and (max-width: 375px) {

    .hero_area_2 .slide_1 {
        background-image: url(../img/slides/bg_home_slide_1_movil_375.jpg);}
    .hero_area_2 .slide_2 {
        background-image: url(../img/slides/bg_home_slide_2_movil_375.jpg); }
    .hero_area_2 .slide_3 {
        background-image: url(../img/slides/bg_home_slide_3_movil_375.jpg); }
    .hero_area_2 .slide_4 {
        background-image: url(../img/slides/bg_home_slide_4_movil_375.html); }

    .hero_area_2 .slide_1, .hero_area_2 .slide_2,
    .hero_area_2 .slide_3, .hero_area_2 .slide_4 {
        background-size: auto !important;
    }
}

@media only screen and (max-width: 320px) {

    .hero_area_2 .slide_1 {
        background-image: url(../img/slides/bg_home_slide_1_movil_320.jpg); }
    .hero_area_2 .slide_2 {
        background-image: url(../img/slides/bg_home_slide_2_movil_320.jpg); }
    .hero_area_2 .slide_3 {
        background-image: url(../img/slides/bg_home_slide_3_movil_320.jpg); }
    .hero_area_2 .slide_4 {
        background-image: url(../img/slides/bg_home_slide_4_movil_320.html); }

    .hero_area_2 .slide_1, .hero_area_2 .slide_2,
    .hero_area_2 .slide_3, .hero_area_2 .slide_4 {
        background-size: auto !important;
    }
	
}

/* ************* */




.hero_area_2 .slide_1 .hero_content {
    padding: 0px 0px 0px 0px; }
	
@media only screen and (max-width: 1366px) {
  .hero_area_2 .slide_1 .hero_content{
    padding: 120px 0px 0px 0px; }
  .hero_area_2 .slide_1 .hero_content_wrapper .hero_content h2 {
	font-size: 42px; }
}

/*
@media only screen and (max-width: 426px) {
  .hero_area_2 .slide_1 .hero_content{
    padding: 60px 0px 0px 0px; }
}
*/

  .hero_area_2 .slide_2 .hero_content{
    padding: 0px 0px 0px 0px; }

	
  .hero_area_2 .slide_2 .hero_content .boxed_btn{
    text-align: center;}
	
@media only screen and (max-width: 1366px) {
  .hero_area_2 .slide_2 .hero_content{
    padding: 150px 0px 0px 0px; }
	
  .hero_area_2 .slide_2 .hero_content_wrapper .hero_content h2 {
	font-size: 54px; }
}

  .hero_area_2 .slide_3 .hero_content{
    padding: 0px 0px 0px 0px; }


  .hero_area_2 .slide_3 .hero_content .list_protector{
    margin-bottom: 50px;
	text-align: left;
	margin-left: 53px;}
	
   .hero_area_2 .slide_3 .hero_content .list_protector li{
    margin-bottom: 10px;
	font-size: 20px;}
	
  .hero_area_2 .slide_3 .hero_content .boxed_btn{
    text-align: center;}
	
@media only screen and (max-width: 1366px) {
  .hero_area_2 .slide_3 .hero_content{
    padding: 130px 0px 0px 0px; }	
  .hero_area_2 .slide_3 .hero_content_wrapper .hero_content h2 {
	font-size: 54px; }
}


  .hero_area_2 .slide_4 .hero_content{
    padding: 800px 0px 0px 0px; }
	
@media only screen and (max-width: 1366px) {
  .hero_area_2 .slide_4 .hero_content{
    padding: 550px 0px 0px 0px; }
  .hero_area_2 .slide_4 .hero_content_wrapper .hero_content h2 {
	font-size: 54px; }
}


/* ************* */

@media only screen and (max-width: 1366px) {
.hero_area_3 .slide_redsalud {
    background: url("../img/pages/bd_page_redsalud_laptop.html") !important; }

.hero_area_3 .slide_plan_familiar_sanpablo {
    background: url("../img/pages/bd_page_topsaludproii_laptop.html") !important; }


.hero_area_3 .slide_top_salud_pro_iii {
    background: url("../img/pages/bd_page_topsaludproii_laptop.html") !important; }

.hero_area_3 .slide_productos {
    background: url("../img/pages/bd_page_productos_laptop.html") !important; }
	
.hero_area_3 .slide_plus_pro_iii {
    background: url("../img/pages/bd_page_plusproiii_laptop.html") !important; }
	
.hero_area_3 .slide_gold_pro_iii {
    background: url("../img/pages/bd_page_goldproiii_laptop.html") !important; }

.hero_area_3 .slide_contacto {
    background: url("../img/pages/bd_page_contacto_laptop.html") !important; }
}

/* ************* */
.header_wrap_2 .navbar .navbar-nav > li.nav-item > a {
	padding: 17px 21px 17px 21px !important;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
	text-shadow: 1px 1px 3px #f1f1f1;
}

@media (max-width: 1024px) {
	.header_wrap_2 .navbar .navbar-nav > li.nav-item > a {
		padding: 13px 14px 17px 13px !important;
		font-size: 15px;
		font-weight: 700;
	}
}

@media only screen and (max-width: 991px) and (min-width: 320px){
	.header_wrap_2 .navbar .navbar-nav > li.nav-item > a {
		padding: 7px 7px 7px 7px !important;
	}

}


.header_wrap_2 .navbar .navbar-nav > li.nav-item > a:hover {
	color: #f7f7f7;
	transition: all 0.2s ease-in;
	transform: initial;
    transform-origin: initial;
	text-shadow: 1px 1px 3px #616161;
}

.header_wrap_2 .navbar .navbar-nav > li.nav-item > a:after{
	position: absolute;
	background: transparent;
	background: -webkit-linear-gradient(left, transparent 0%, transparent 100%);
    background: -o-linear-gradient(right, transparent 0%, transparent 100%);
    background: -moz-linear-gradient(to right, transparent 0%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, transparent 100%);
	height: 100%;
    top: 0;
    left: 0;
    content: ' ';
    z-index: -1;
	width: 100%;
	opacity: 0;
	border-radius: 8px;
	transition: opacity .4s ease-in-out;
	transform: initial;
    transform-origin: initial;
}

.header_wrap_2 .navbar .navbar-nav > li.nav-item > a:hover:after {
	position: absolute;
    width: 100%;
    background: #fff005;
    background: -webkit-linear-gradient(left, #fff005 0%, #a4f91d 100%);
    background: -o-linear-gradient(right, #fff005 0%, #a4f91d 100%);
    background: -moz-linear-gradient(to right, #fff005 0%, #a4f91d 100%);
    background: linear-gradient(to right, #fff005 0%, #a4f91d 100%);
    height: 100%;
    top: 0;
    left: 0;
    content: ' ';
    z-index: -1;
	opacity: 1;
    border-radius: 10px;
	transform: initial;
    transform-origin: initial;
}

.header_wrap_2 .navbar .navbar-nav > li.nav-item.nav-item-button > a{
	padding: 0px !important;
}

.header_wrap_2 .navbar .navbar-nav > li.nav-item.nav-item-button > a:after
{
	content: none !important;
}

/* ************* */

@media (max-width: 425px) {
	.hero_area_2 .hero_content_wrapper{
		height: 85vh;
	}
}

@media (max-width: 375px) {
	.hero_area_2 .hero_content_wrapper{
		height: 85vh;
	}
}

@media (max-width: 360px) {
	.hero_area_2 .hero_content_wrapper{
		height: 127vh;
	}
}

@media (max-width: 360px){
	.hero_area_2 .hero_content_wrapper {
		height: 100vh;
	}
}

.hero_area_2 .hero_content_wrapper .hero_content h2{
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
	font-style: italic;
    font-weight: 900;
    margin-bottom: 5px;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
	text-shadow: 1px 1px 3px #0404048f;
}

.hero_area_2 .hero_content_wrapper .hero_content h2.dark{
	color: #30318b;
}

.hero_area_2 .hero_content_wrapper .hero_content .parrafo {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-shadow: 1px 1px 3px #0404048f;
}

@media (max-width: 768px) {
	.hero_area_2 .hero_content_wrapper .hero_content .parrafo {
		font-size: 18px;
	}
}


.hero_area_2 .hero_content_wrapper .hero_content .boxed_btn {
    margin: 0;
	margin-top: 40px;
    padding: 18px 35px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
	background: #ee0000;
	background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -webkit-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -o-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -moz-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    /*border: 1px solid #2493b3;*/
	border: none;
	font-weight: 700;
	/*text-transform: uppercase;*/
	letter-spacing: 0.5px;
}

.hero_area_2 .hero_content_wrapper .hero_content .boxed_btn:after{
	    background: #ee0000;
}


/**************************/

.about_section .single_about .about_info a.boxed_btn {
    margin: 0;
	margin-top: 40px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    background: #ee0000;
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -webkit-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -o-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -moz-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    /*border: 1px solid #2493b3;*/
	border: none;
	font-weight: 700;
	/*text-transform: uppercase;*/
	letter-spacing: 0.5px;
}

.about_section .single_about .about_info a.boxed_btn:after{
	    background: #58585a;
}

/***************************/

.about_section a.boxed_btn,
.call_to_action_area_4 a.boxed_btn {
    margin: 0;
    margin-top: 40px;
    padding: 15px 25px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    background: #ee0000;
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -webkit-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -o-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -moz-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    border: none;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.call_to_action_area_4 a.boxed_btn:hover {
    background: #ee0000;
    color: #fff;
}


/**************************/

@media only screen and (max-width: 1200px) and (min-width: 992px){
	.about_section .single_about .about_img img {
		height: auto;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.about_section .single_about .about_img img {
		height: auto;
	}
}

/*************************/


@media only screen and (max-width: 1200px) and (min-width: 992px){
	.promo_content_area .container-fluid .promo_content {
		width: 100%;
		height: 186px;
	}
}


@media (max-width: 767px){
	.promo_content_area .container-fluid .left_side .promo_content {
		height: 360px;
	}
	.promo_content_area .container-fluid .left_side .promo_content img{
		height: 100%;
	}
}


/**************************/

.single_service_item_5{
	border: none;
	background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(84 94 95 / 30%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(84 94 95 / 30%);
    box-shadow: 0px 0px 15px 0px rgb(84 94 95 / 30%);
	padding: 0px;
	border-radius: 0px;
}

.single_service_item_5.banner_1{
	background-color: #ffffff;
	background-image: url(../img/servicios/banner_01.html);
	background-repeat: none;
	background-position: center center;
}

.single_service_item_5.banner_2{
	background-color: #ffffff;
	background-image: url(../img/servicios/banner_02.html);
	background-repeat: none;
	background-position: center center;
}

.single_service_item_5.banner_3{
	background-color: #ffffff;
	background-image: url(../img/servicios/banner_03.html);
	background-repeat: none;
	background-position: center center;
}

.single_service_item_5.banner_4{
	background-color: #ffffff;
	background-image: url(../img/servicios/banner_04.html);
	background-repeat: none;
	background-position: center center;
}


@keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}


@media (max-width: 768px) {
    .single_service_item_5.banner_1 {
		background-image: url(../img/img_fondo_servicio_1_768.html);
	}
}




.single_service_item_5 .service_list{
	padding-left: 20px;
}

.single_service_item_5 .margin-left{
	margin-left: 20px !important;
}

.single_service_item_5 p{
	font-size: 17px;
}

/*********************/

.about_section .about_info{
	padding-left: 50px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-top: 35px;
}

.about_section .about_info_right{
	padding-left: 15px;
    padding-right: 50px;
}

.about_section .single_about .single_service_item_5 .col-md-4{
	background-color: #ffffff59;
}

.about_section .single_about .about_info p.titulo{
	text-align: center;
	font-size: 24px;
	line-height: 28px;
    margin-top: 25px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
    color: #050408;
}


.about_section .single_about .single_service_item_5 .col-md-4.yellow{
	background-color: #ffe214b3;
}


/*******************/

@media only screen and (max-width: 1200px) and (min-width: 992px){
	.promo_content_area .container-fluid .right_side {
		height: 186px;
		margin: 0;
	}
}


@media (max-width: 767px){
	.promo_content_area .container-fluid .right_side {
		height: 800px;
		padding: 0px 0;
	}
}



.promo_content_area .container-fluid .right_side .promo_content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: inherit;
    display: block;
}

@media (max-width: 767px){
	.promo_content_area .container-fluid .right_side .promo_content img {
		height: 186px;
	}
}




.promo_content_area .text_promo_div{
	float: right;
	position: absolute;
	z-index: 99;
	top: 0px;
    right: 0px;
	text-align: center;
	height: 100%;
	padding: 80px 0;
    vertical-align: middle;
}



@media (max-width: 1024px) {
    .promo_content_area .text_promo_div{
		padding: 10px 0;
	}
	
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    .promo_content_area .text_promo_div{
		padding: 80px 0;
	}
}





.promo_content_area .text_promo_div_left{
	float: left;
	position: absolute;
	z-index: 99;
	top: 0px;
    left: 0px;
	text-align: center;
	height: 100%;
	padding: 80px 0;
    vertical-align: middle;
}

@media (max-width: 1024px) {
	
	.promo_content_area .text_promo_div_left{
		padding: 10px 0;
	}
	
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    	.promo_content_area .text_promo_div_left{
		padding: 80px 0;
	}
}


.promo_content_area .about_info p{
	display: inline-block;
    font-size: 17px;
	font-weight: 500;
    margin-bottom: 5px;
	color: #5e5e5e;
}

@media (max-width: 1024px) {
	
	.promo_content_area .about_info p{
		font-size: 15px;
	}
	
}


.promo_content_area  .about_info h3{
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: none !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    background: -webkit-linear-gradient(right, #5e5e5e 0%, #5e5e5e 100%) !important;
    background: -o-linear-gradient(left, #5e5e5e 0%, #5e5e5e 100%) !important;
    background: -moz-linear-gradient(to left, #5e5e5e 0%, #5e5e5e 100%) !important;
    background: linear-gradient(to left, #5e5e5e 0%, #5e5e5e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
	text-transform: uppercase !important;

}

@media (max-width: 1024px) {
	
	.promo_content_area .about_info h3{
		font-size: 32px !important;
		font-weight: 800 !important;
	}
	
}


.promo_content_area  .text_promo_div_left .about_info p{
	color: #fff;
}

.promo_content_area .text_promo_div_left .about_info h3{
	background: -webkit-linear-gradient(right, #fff 0%, #fff 100%) !important;
    background: -o-linear-gradient(left, #fff 0%, #fff 100%) !important;
    background: -moz-linear-gradient(to left, #fff 0%, #fff 100%) !important;
    background: linear-gradient(to left, #fff 0%, #fff 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
	text-transform: uppercase !important;
}

.promo_content_area .about_info a.boxed_btn {
    color: #fff;
	font-weight: bold;
    padding: 15px 20px;
    margin-top: 30px;
	min-width: 150px;
    background: -webkit-linear-gradient(left, #fff005 0%, #fff005 100%);
    background: -o-linear-gradient(right, #fff005 0%, #fff005 100%);
    background: -moz-linear-gradient(to right, #fff005 0%, #fff005 100%);
    background: linear-gradient(to right, #fff005 0%, #fff005 100%);
    display: inline-block;
    border-radius: 25px;
	font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
	
@media (max-width: 1024px) {
	.promo_content_area .about_info a.boxed_btn {
		margin-top: 15px;}
}

.promo_content_area .about_info a.boxed_btn:hover {
    background: #82ca11;
    border-radius: 25px;
}


/*************************/

.seccion_home_servicio{
	background: #fff;
}


.seccion_home_servicio_2.background_1{
	background: #fff;
	background-image: url(../img/inicio/adorno-fecha-abajo.png);
	background-position: 100% 0%;
    background-repeat: no-repeat;
}

.seccion_home_servicio_2.background_2{
	background: #fff;
	background-image: url(../img/inicio/adorno-carro.png);
	background-position: 0% 100%;
	background-size: 100%;
    background-repeat: no-repeat;
}



.about_section.seccion_home_servicio img {
	width: 80%;
}

.about_section.seccion_home_servicio_2 img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
}


.about_section.seccion_home_servicio_2 .single_feature_item_3 {
    padding: 0px;
	border-radius: 5px;
}



.about_section.seccion_home_servicio_2 .single_feature_item_3 h3 {
	color: #fff;
	background: #2f338c;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
	line-height: 50px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


.about_section.seccion_home_servicio_2 .single_feature_item_3 h3.oscuro {
	color: #fff;
	background: #373b3e;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
	line-height: 50px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}



.about_section.seccion_home_servicio_2 .single_feature_item_3 .feature_img {
    margin-bottom: 0px;
}


/****************************/


.service_carousel .single_service_item_3{
	background: -webkit-linear-gradient(left, #6a11cb 0%, #2575fc 100%);
    background: -o-linear-gradient(right, #6a11cb 0%, #2575fc 100%);
    background: -moz-linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    color: #fff;
	overflow: hidden;
    margin: 0 15px;
    background: #fff;
    position: relative;
}

.service_carousel .single_service_item_3 p{
	display: block;
	background: #8fdd1e;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    font-family: 'Source Sans Pro', sans-serif;
}

.service_carousel .single_service_item_3 .button_card{
	display: block;
    padding: 20px;
    display: block;
    float: left;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.service_carousel .single_service_item_3 .button_card a.boxed_btn {
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    margin: 30px 15px 0px 0px;
    min-width: 50px;
    background: -webkit-linear-gradient(left, #929292 0%, #7a7a7a 100%);
    background: -o-linear-gradient(right, #929292 0%, #7a7a7a 100%);
    background: -moz-linear-gradient(to right, #929292 0%, #7a7a7a 100%);
    background: linear-gradient(to right, #929292 0%, #7a7a7a 100%);
    display: inline-block;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 15px 0px rgb(84 94 95 / 30%);
}



/************************/

.call_to_action_area_2{
	padding: 40px 0;
	background: linear-gradient(0deg, #2f338c 0%, #1d3188 100%);
}

.call_to_action_area_2 .ct_action img {
    position: absolute;
    width: 90px;
    left: 20px;
    top: -20px;
}

.call_to_action_area_2 .ct_action h3{
	color: #fff;
	font-size: 18px;
	text-align: left;
	margin-left: 100px;
}

.call_to_action_area_2 .item_wrapper{
	max-width: 20%;
	position: relative;
	height: 100px;
}


@media (max-width: 767px) {
	
	.call_to_action_area_2 .ct_action {
		/*padding-left: 90px;*/
		 margin-bottom: 40px;
	}
	
	.call_to_action_area_2 .ct_action img {
		position: absolute;
		left: 20px;
		top: 0px;
		width: 60px;
	}
	
    .call_to_action_area_2 .item_wrapper{
		max-width: 100%;
		width: 100%;
		display: inline-block;
	}
	
	.call_to_action_area_2 .d-flex{
		display: block !important;
	}
}

.call_to_action_area_2 .item:hover{
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.call_to_action_area_2 .item:hover{
    animation-duration: 0.7s;
    animation-delay: 0s;
    animation-name: pulse;
	animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale3d(1,1,1);
	}

	50% {
		transform: scale3d(1.05,1.05,1.05);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}


/*************************/
.call_to_action_area_slogan {
    color: #fff;
	padding: 150px 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg, #2f338c 0%, #1d3188 100%);
}

.call_to_action_area_slogan h3 {
    font-size: 36px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    text-shadow: 1px 1px 3px #0404048f;
}


/*************************/
.call_to_action_area_40 {
    color: #fff;
	padding: 280px 0;
    position: relative;
    z-index: 1;
    background: url(../img/pg_home_02.jpg);
    background-position: center;
    background-size: cover;
}

.call_to_action_area_40 h3 {
    color: #2f338c;
	font-weight: bold;
	font-size: 46px;
	margin-bottom: 20px;
}

.call_to_action_area_40 p {
    color: #000;
	font-weight: 600;
	font-size: 36px;
}


@media only screen and (max-width: 414px) {
	.call_to_action_area_40 {
		padding: 120px 0;
	}

}



/************************/


.call_to_action_area_4 {
    color: #fff;
	padding: 150px 0;
    position: relative;
    z-index: 1;
	background: #424242;
    /*background: url(../img/img_fondo_slogan.jpg);
    background-position: center;
    background-size: cover;*/
}

.call_to_action_area_4 p{
	font-size: 24px;
	line-height: 1.5;
}

.client_area_4 .single_service_item_3{
	margin-left: 5px;
    margin-right: 5px;
}


/************************/


.client_area_4_servicios {
  background: none;
  padding: 100px 0px 100px;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .client_area_4_servicios .wrapper {
    margin: 15px; }
  .client_area_4_servicios .client_img {
    margin: 0;
    height: 100px;
    width: 100%;
    border-radius: 5px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*-webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);*/ }
    .client_area_4_servicios .client_img a {
      font-size: 0;
      text-align: center; }
      .client_area_4_servicios .client_img a img {
        width: 70%; }
    .client_area_4_servicios .client_img:hover {
      transform: scale(1.1); }


.client_area_4_servicios .single_service_item_3{
	margin-left: 5px;
    margin-right: 5px;
}

.client_area_4_servicios .single_service_item_3 p{
	background-color: #ffde00;
	width: 100%;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .client_area_4_servicios {
    padding: 60px 0px 60px; }
 }

@media (max-width: 767px) {
  .client_area_4_servicios {
    padding: 50px 0px 50px; }
    .client_area_4_servicios .wrapper {
      padding: 0  35px; }
    .client_area_4_servicios .client_img a img {
      width: 56%; }
 }

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .client_area_4_servicios {
    padding: 55px 0px 35px; }
    .client_area_4_servicios .wrapper {
      padding: 0; }
}

/***********************/

.hero_light_in.pg_nosotros, .hero_light_in.pg_servicios, .hero_light_in.pg_flota,
.hero_light_in.pg_clientes, .hero_light_in.pg_contacto, .hero_light_in.pg_politicas{
	background-size: cover;
}


.hero_light_in.pg_nosotros{
    background-image: url(../img/headers/header_nosotros.png);
}

.hero_light_in.pg_servicios{
    background-image: url(../img/headers/header_servicios.png);
}

.hero_light_in.pg_productos{
    background-image: url(../img/headers/header_productos.png);
}

.hero_light_in.pg_contacto{
    background-image: url(../img/headers/header_contacto.png);
}


/* ************* */

.list_correo {
    margin-top: 15px; }

.list_correo li {
    margin-bottom: 15px;}

.list_correo li p {
    margin-bottom: 5px; }

.list_correo li i {
    margin-right: 5px; }

.list_correo li:last-child {
    margin: 0; }

/* ************* */
.contact_form i {
    font-size: 16px;
    left: 40px;
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 16px;
    width: 16px;
    color: #304e73;
}

.contact_area .contact_form input[type="text"],
.contact_area .contact_form input[type="email"],
.contact_area .contact_form input[type="tel"],
.contact_area .contact_form textarea,
.contact_area .contact_form .form-control {
    padding-left: 55px;
}

.contact_area .contact_form .boxed_btn i{
    position: relative;
    top: inherit;
    left: inherit;
    color: #fff;
    font-size: 20px;
}


.contact_area .select_month_wrapper {
    border-radius: 20px;
    margin-bottom:  0px;
}

@media (max-width: 767px) {
    .contact_area .select_month_wrapper {
        margin-bottom:  20px;
        width: 100%;
    }
}

.contact_area .select_month_wrapper .split{
    width: 80px;
    height: 52px;
    background: #3ba6c0;
    border-radius: 0px 10px 10px 0px;
    border-top: solid 1px #1a98b7;
    border-bottom: solid 1px #1a98b7;
    border-right: solid 1px #1a98b7;
}

.contact_area .select_month_wrapper .arrow{
    right: 35px;
}

@media (max-width: 767px) {
    .contact_area .select_month_wrapper .arrow{
        top: calc(50% - 0px);
    }
}

.contact_area .select_month_wrapper #chose_plan {
    border-radius: 10px;
    height: 52px;
    box-shadow: none;
    border: 1px solid #ededed;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 0 #3c3c3c;
}

.contact_area .select_month_wrapper .option_list.dropon{
    top: 110%;
}

@media (max-width: 767px) {
    .contact_area .select_month_wrapper .option_list.dropon{
        top: 150%;
    }
}


@media (max-width: 767px) {
    .contact_area .select_month_wrapper .option_list li{
        line-height: 30px;
    }
}


.contact_area .select_month_wrapper .option_list li:hover{
    background: #3eaac3;
}

.contact_area .contact_form .custom_select_wrapper .custom_select .custom_options .custom_option:hover{
    background: #3eaac3;
}


/* \\\\\\\\\\\\\\\\\\\\\\
			21. Pricing sections
\\\\\\\\\\\\\\\\\\\\\\ */
.select_TipoPaciente_wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  margin-bottom: 110px;
  border-radius: 20px;
  margin-bottom:  0px;}

@media (max-width: 767px) {
    .select_TipoPaciente_wrapper {
        margin-bottom:  20px;
        width: 100%;
    }
}
  .select_TipoPaciente_wrapper #cmbTipoPaciente {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 6px;
    top: 0;
    margin: 0;
    border: none;
    background: #fff;
    text-shadow: 0 0 0 #304e73;
    color: transparent;
    padding: 12px 20px;
    cursor: pointer;
    line-height: 36px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
    height: 52px;
    box-shadow: none;
    border: 1px solid #ededed;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 0 #3c3c3c;}
  .select_TipoPaciente_wrapper .option_list {
    position: absolute;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    top: 100%;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .select_TipoPaciente_wrapper .option_list li {
      font-weight: 400;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 16px;
      line-height: 30px;
      color: #fff005;
      background: #fff;
      cursor: pointer;
      text-align: left;
      margin: 0;
      padding: 5px 15px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
	@media (max-width: 767px) {
		.select_TipoPaciente_wrapper .option_list li{
			line-height: 30px;
		}
	}
      .select_TipoPaciente_wrapper .option_list li:hover {
        color: #fff;
        background: #3eaac3;}
    .select_TipoPaciente_wrapper .option_list.dropon {
      display: block !important;
      opacity: 1;
	  top: 100%;
      -webkit-box-shadow: 2.347px 4.415px 20px 0px rgba(23, 6, 125, 0.3);
      -moz-box-shadow: 2.347px 4.415px 20px 0px rgba(23, 6, 125, 0.3);
      box-shadow: 2.347px 4.415px 20px 0px rgba(23, 6, 125, 0.3); }
	  
	@media (max-width: 767px) {
		.select_TipoPaciente_wrapper .option_list.dropon{
			top: 150%;
		}
	}
  .select_TipoPaciente_wrapper .arrow {
    position: absolute;
    z-index: 19;
    left: auto;
    right: 9%;
    top: calc(50% - 8px);
    width: 0px;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scaleY(1) rotate(0deg);
	right: 35px;}
	@media (max-width: 767px) {
		.select_TipoPaciente_wrapper .arrow{
			top: calc(50% - 0px);
		}
	}
	
    .select_TipoPaciente_wrapper .arrow.reverce {
      transform: scaleY(-1) rotate(0deg); }
  .select_TipoPaciente_wrapper .split {
    position: absolute;
    z-index: 17;
    background: #2cd63c;
    width: 24%;
    height: 100%;
    left: auto;
    border-radius: 0 6px 6px 0;
    top: 0px;
    right: 0px;
    cursor: pointer;
	width: 80px;
    height: 52px;
    background: #3ba6c0;
    border-radius: 0px 10px 10px 0px;
    border-top: solid 1px #1a98b7;
    border-bottom: solid 1px #1a98b7;
    border-right: solid 1px #1a98b7;
	}


/* ****************************************************************** */
.select_Especialidad_wrapper {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  margin-bottom: 110px;
  border-radius: 20px;
  margin-bottom:  0px;}

@media (max-width: 767px) {
    .select_Especialidad_wrapper {
        margin-bottom:  20px;
        width: 100%;
    }
}
  .select_Especialidad_wrapper #cmbEspecialidad {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 6px;
    top: 0;
    margin: 0;
    border: none;
    background: #fff;
    text-shadow: 0 0 0 #304e73;
    color: transparent;
    padding: 12px 20px;
    cursor: pointer;
    line-height: 36px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
    height: 52px;
    box-shadow: none;
    border: 1px solid #ededed;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 0 #3c3c3c;}
  .select_Especialidad_wrapper .option_list {
    position: absolute;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    top: 100%;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .select_Especialidad_wrapper .option_list li {
      font-weight: 400;
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 16px;
      line-height: 30px;
      color: #fff005;
      background: #fff;
      cursor: pointer;
      text-align: left;
      margin: 0;
      padding: 5px 15px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
	@media (max-width: 767px) {
		.select_Especialidad_wrapper .option_list li{
			line-height: 30px;
		}
	}
      .select_Especialidad_wrapper .option_list li:hover {
        color: #fff;
        background: #3eaac3;}
    .select_Especialidad_wrapper .option_list.dropon {
      display: block !important;
      opacity: 1;
	  top: 100%;
      -webkit-box-shadow: 2.347px 4.415px 20px 0px rgba(23, 6, 125, 0.3);
      -moz-box-shadow: 2.347px 4.415px 20px 0px rgba(23, 6, 125, 0.3);
      box-shadow: 2.347px 4.415px 20px 0px rgba(23, 6, 125, 0.3); }
	  
	@media (max-width: 767px) {
		.select_Especialidad_wrapper .option_list.dropon{
			top: 150%;
		}
	}
  .select_Especialidad_wrapper .arrow {
    position: absolute;
    z-index: 19;
    left: auto;
    right: 9%;
    top: calc(50% - 8px);
    width: 0px;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #fff;
    cursor: pointer;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scaleY(1) rotate(0deg);
	right: 35px;}
	@media (max-width: 767px) {
		.select_Especialidad_wrapper .arrow{
			top: calc(50% - 0px);
		}
	}
	
    .select_Especialidad_wrapper .arrow.reverce {
      transform: scaleY(-1) rotate(0deg); }
  .select_Especialidad_wrapper .split {
    position: absolute;
    z-index: 17;
    background: #2cd63c;
    width: 24%;
    height: 100%;
    left: auto;
    border-radius: 0 6px 6px 0;
    top: 0px;
    right: 0px;
    cursor: pointer;
	width: 80px;
    height: 52px;
    background: #3ba6c0;
    border-radius: 0px 10px 10px 0px;
    border-top: solid 1px #1a98b7;
    border-bottom: solid 1px #1a98b7;
    border-right: solid 1px #1a98b7;
	}


.contact_area .contact_form .custom_select_wrapper .custom_select .custom_options .custom_option:hover{
    background: #3eaac3;
}

  .whatsapp_btn.boxed_btn {
    background: -webkit-linear-gradient(left, #fff 0%, #4cbfcd 100%);
    background: -o-linear-gradient(right, #fff 0%, #4cbfcd 100%);
    background: -moz-linear-gradient(to right, #fff 0%, #4cbfcd 100%);
    background: linear-gradient(to right, #fff 0%, #4cbfcd 100%);
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    margin: 10px 0px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	text-transform: none;}
    .whatsapp_btn.boxed_btn:hover {
     background: -webkit-linear-gradient(left, #1985a8 0%, #35c5ce 100%);
     background: -o-linear-gradient(right, #1985a8 0%, #35c5ce 100%);
     background: -moz-linear-gradient(to right, #1985a8 0%, #35c5ce 100%);
     background: linear-gradient(to right, #1985a8 0%, #35c5ce 100%); }
	 .whatsapp_btn.boxed_btn i {
      font-size: 1.3em; }
    .whatsapp_btn.boxed_btn.boxed_btn.alt {
      background: #191b41; }
    .whatsapp_btn.boxed_btn.boxed_btn.alt:hover {
        background: #3a2085; }

.f_widget_3 h3{
	line-height: 1.3;
}


.team_area_2 .card{
	-webkit-box-shadow: 0px 5px 10px 0px #2125290d;
    -moz-box-shadow: 0px 5px 10px 0px #2125290d;
    box-shadow: 0px 5px 10px 0px #2125290d;
}

.team_area_2 .card:hover{
	-webkit-box-shadow: 0px 5px 10px 0px #21252929;
    -moz-box-shadow: 0px 5px 10px 0px #21252929;
    box-shadow: 0px 5px 10px 0px #21252929;
}

.team_area_2 .card .card-body p.card-text{
	margin-top: 10px;
}

.team_area_2 .card .card-body h5.card-title{
	font-size: 20px;
}

.team_area_2 .card .card-body p.card-text {
	font-size: 14px;
	color: #fff;
}

.list_medico_detalle {
    margin-top: 0;
}

.list_medico_detalle li{
    margin-bottom: 8px;
}

.list_medico_detalle p{
    text-align: left;
}

.list_medico_detalle li p i{
    display: inline-block;
    position: absolute;
}

.list_medico_detalle li p span{
    margin-left: 30px;
    display: inline-block;
	line-height: 1.2;
}


.text-right-lg{
	text-align: right;
}

	@media (max-width: 767px) {
		.text-right-lg{
			text-align: center;
		}
	}

.text-left-lg{
	text-align: left;
}

	@media (max-width: 767px) {
		.text-left-lg{
			text-align: center;
		}
	}

.call_to_action_area {
	padding: 40px 0;
    background: -webkit-linear-gradient(bottom, #92df1e 0%, #85cc1a 100%);
    background: -o-linear-gradient(top, #92df1e 0%, #85cc1a 100%);
    background: -moz-linear-gradient(to top, #92df1e 0%, #85cc1a 100%);
    background: linear-gradient(to top, #92df1e 0%, #85cc1a 100%);
}


.call_to_action_area .ct_action h3 {
    display: inline-block;
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: none;
    font-family: 'Source Sans Pro', sans-serif;
    background: -webkit-linear-gradient(right, #5e5e5e 0%, #5e5e5e 100%);
    background: -o-linear-gradient(left, #5e5e5e 0%, #5e5e5e 100%);
    background: -moz-linear-gradient(to left, #5e5e5e 0%, #5e5e5e 100%);
    background: linear-gradient(to left, #5e5e5e 0%, #5e5e5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.call_to_action_area .ct_action p {
    font-size: 16px;
    line-height: 1.5;
    color: #5e5e5e;
    margin-top: 5px;
    margin-bottom: 25px;
}
	
/*****************************************/

.promo_content_area_2{
	display: inline-block;
    position: initial;
	padding: 0;
	margin-bottom: -2px;
}

.promo_content_area_2 .container-fluid .left_side .promo_content img{
	height: 630px;
	max-width: 100%;
}


.promo_content_area_2 .container-fluid .right_side{
	height: 630px;
	text-align: center;
	background-color: #92df1e;
}

@media (max-width: 1600px) {
	.promo_content_area_2 .container-fluid .left_side .promo_content img{
		height: 530px;
	}
	
	.promo_content_area_2 .container-fluid .right_side{
		height: 530px;
	}
}

@media (max-width: 1024px) {
	.promo_content_area_2 .container-fluid .left_side .promo_content img{
		height: 530px;
	}
	
	.promo_content_area_2 .container-fluid .right_side{
		height: 530px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
	.promo_content_area_2 .container-fluid .promo_content {
		width: 100%;
		height: 530px;
	}
}


.promo_content_area_2 .container-fluid .right_side h2 {
    display: inline-block;
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    background: -webkit-linear-gradient(right, #5e5e5e 0%, #5e5e5e 100%);
    background: -o-linear-gradient(left, #5e5e5e 0%, #5e5e5e 100%);
    background: -moz-linear-gradient(to left, #5e5e5e 0%, #5e5e5e 100%);
    background: linear-gradient(to left, #5e5e5e 0%, #5e5e5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.promo_content_area_2 .container-fluid .right_side p  {
    font-size: 16px;
    line-height: 1.5;
    color: #5e5e5e;
    margin-bottom: 25px;
}

.promo_content_area_2 .container-fluid .right_side a.boxed_btn {
     color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    margin: 30px 15px 0px 0px;
    min-width: 150px;
    background: -webkit-linear-gradient(left, #929292 0%, #7a7a7a 100%);
    background: -o-linear-gradient(right, #929292 0%, #7a7a7a 100%);
    background: -moz-linear-gradient(to right, #929292 0%, #7a7a7a 100%);
    background: linear-gradient(to right, #929292 0%, #7a7a7a 100%);
    display: inline-block;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 15px 0px rgb(84 94 95 / 30%);
	text-transform: uppercase;
}


/***************************************/


.promo_content_area_2_izq .container-fluid .left_side{
	height: 630px;
	text-align: center;
	background-color: #616161;
	color: #fff;
}

.promo_content_area_2_izq .container-fluid .left_side .accordion_wrapper {
    width: 80%;
}


.promo_content_area_2_izq .container-fluid .left_side h2 {
    display: inline-block;
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    background: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
    background: -moz-linear-gradient(to left, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to left, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promo_content_area_2_izq .container-fluid .left_side p  {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 25px;
}


.promo_content_area_2_izq .container-fluid .left_side a.boxed_btn {
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    margin: 30px 15px 0px 0px;
    min-width: 150px;
    background: -webkit-linear-gradient(left, #fff005 0%, #fff005 100%);
    background: -o-linear-gradient(right, #fff005 0%, #fff005 100%);
    background: -moz-linear-gradient(to right, #fff005 0%, #fff005 100%);
    background: linear-gradient(to right, #fff005 0%, #fff005 100%);
    display: inline-block;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 15px 0px rgb(84 94 95 / 30%);
	text-transform: uppercase;
}

.promo_content_area_2_izq .container-fluid .right_side .promo_content img {
    height: 630px;
    max-width: 100%;
}

.promo_content_area_2_izq .container-fluid .right_side{
	height: auto;
	float: right;
}


@media (max-width: 1600px) {
	.promo_content_area_2_izq .container-fluid .right_side .promo_content img{
		height: 530px;
	}
	
	.promo_content_area_2_izq .container-fluid .left_side{
		height: 530px;
	}
}

@media (max-width: 1024px) {
	.promo_content_area_2_izq .container-fluid .right_side .promo_content img{
		height: 530px;
	}
	
	.promo_content_area_2_izq .container-fluid .left_side{
		height: 530px;
	}
}

@media (max-width: 767px){
	.promo_content_area_2 .container-fluid .left_side .promo_content {
		height: 530px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 766px) {
	.promo_content_area_2 .container-fluid .left_side .promo_content {
		height: 380px;
	}

	.promo_content_area_2_izq .container-fluid .right_side .promo_content img,
	.promo_content_area_2 .container-fluid .left_side .promo_content img 	{
		height: 380px;
	}
	
	.promo_content_area_2 .container-fluid .right_side,
	.promo_content_area_2_izq .container-fluid .left_side	{
		height: 380px;
	}
	
	.promo_content_area_2 .container-fluid .right_side h2,
	.promo_content_area_2_izq .container-fluid .left_side h2	{
		font-size: 28px;
		margin-bottom: 10px;
	}
	
	.promo_content_area_2 .container-fluid .right_side a.boxed_btn,
	.promo_content_area_2_izq .container-fluid .left_side a.boxed_btn{
		margin: 15px 10px 0px 0px;
	}
	
	.promo_content_area_2_izq .container-fluid .left_side p,
	.promo_content_area_2 .container-fluid .right_side p{
		margin-bottom: 15px;
	}
	
}




/*******************************/


.flota_section.promo_content_area_2 .container-fluid .right_side{
	 background-color: #e8e8e8;
}

.flota_section.promo_content_area_2 .container-fluid .right_side .flota_wrapper {
	margin: 0 auto;
	padding-left: 100px;
    padding-right: 100px;
}

.flota_section.promo_content_area_2 .container-fluid .right_side h2 {
    margin: 0 auto;
	display: inline-block;
}

.flota_section.promo_content_area_2 .container-fluid .right_side p {
    margin: 0 auto;
	display: inline-block;
}

.flota_section.promo_content_area_2 .container-fluid .right_side .bg_green {
    width: 250px;
    background: #92df1e;
    margin: 0 auto;
	border-radius: 10px;
	padding-top: 20px;
    padding-bottom: 20px;
	box-shadow: 2px 2px 6px 0px rgb(84 94 95 / 30%);
}

.flota_section.promo_content_area_2 .container-fluid .right_side .bg_green p{
	display: inline-block;
}


.flota_section.promo_content_area_2 .container-fluid .right_side .bg_green p {
    font-size: 16px;
    color: #fff;
}
   
.flota_section.promo_content_area_2 .container-fluid .right_side .bg_green p b {
    font-size: 24px;
}
   
/*******************************/


.flota_section.promo_content_area_2_izq .container-fluid .left_side{
	 background-color: #e8e8e8;
}

.flota_section.promo_content_area_2_izq .container-fluid .left_side .flota_wrapper {
	margin: 0 auto;
	padding-left: 100px;
    padding-right: 100px;
}

.flota_section.promo_content_area_2_izq .container-fluid .left_side h2 {
    margin: 0 auto;
	display: inline-block;
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    background: -webkit-linear-gradient(right, #5e5e5e 0%, #5e5e5e 100%);
    background: -o-linear-gradient(left, #5e5e5e 0%, #5e5e5e 100%);
    background: -moz-linear-gradient(to left, #5e5e5e 0%, #5e5e5e 100%);
    background: linear-gradient(to left, #5e5e5e 0%, #5e5e5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flota_section.promo_content_area_2_izq .container-fluid .left_side p {
    margin: 0 auto;
	display: inline-block;
}

.flota_section.promo_content_area_2_izq .container-fluid .left_side .bg_green {
    width: 250px;
    background: #92df1e;
    margin: 0 auto;
	border-radius: 10px;
	padding-top: 20px;
    padding-bottom: 20px;
	box-shadow: 2px 2px 6px 0px rgb(84 94 95 / 30%);
}

.flota_section.promo_content_area_2_izq .container-fluid .left_side .bg_green p{
	display: inline-block;
}


.flota_section.promo_content_area_2_izq .container-fluid .left_side .bg_green p {
    font-size: 16px;
    color: #fff;
}
   
.flota_section.promo_content_area_2_izq .container-fluid .left_side .bg_green p b {
    font-size: 24px;
}

/*******************************************************/


.about_section .single_pakege_boton {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20px 65px;
  border-radius: 5px;
  top: 0;
  cursor: pointer;
  min-height: 240px;
  background: #1d3188;
  background: linear-gradient(3deg, #2f338c 0%, #1d3188 100%);
  background: -webkit-linear-gradient(3deg, #2f338c 0%, #1d3188 100%);
  background: -o-linear-gradient(3deg, #2f338c 0%, #1d3188 100%);
  background: -moz-linear-gradient(3deg, #2f338c 0%, #1d3188 100%);
  background: linear-gradient(3deg, #2f338c 0%, #1d3188 100%);
  background-position: center bottom, center top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 3px 12px 0px rgb(36 39 35 / 30%);
  -moz-box-shadow: 0px 3px 12px 0px rgb(36 39 35 / 30%);
  box-shadow: 0px 3px 12px 0px rgb(36 39 35 / 30%); }

.about_section .single_pakege_boton:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 3 111 / 30%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 3, 111, 0.3);
    box-shadow: 0px 10px 20px 0px rgb(0 3 111 / 30%);
    top: -10px;
}

@media only screen and (max-width: 414px) {
	.about_section .single_pakege_boton {
		margin-bottom: 30px;
	}
}



.about_section .single_pakege_boton h2{
	margin-top: 10px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
}

/******************************************************************/
.single_blog_item {
    background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.single_blog_item:hover {

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.single_blog_item .blog_img {
    height: auto;
	text-align: center;
}

.single_blog_item .blog_content h2 {
    font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.single_blog_item .blog_content .boxed_btn {
	    margin: 0;
    margin-top: 40px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    background: #49494b;
    background: linear-gradient(3deg , #49494b 0%, #8d8e91 100%);
    background: -webkit-linear-gradient( 3deg , #49494b 0%, #8d8e91 100%);
    background: -o-linear-gradient(3deg, #49494b 0%, #8d8e91 100%);
    background: -moz-linear-gradient(3deg, #49494b 0%, #8d8e91 100%);
    background: linear-gradient( 3deg , #49494b 0%, #8d8e91 100%);
    /* border: 1px solid #2493b3; */
    border: none;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
}

/*************************************************************/

    .header_wrap_3 .header_bottom .navbar .navbar-nav > li.nav-item.nav-item-button > a {
      padding: 15px 0px;
      font-size: 16px;
      color: #fff;}
	  
	.header_wrap_3 .header_bottom .navbar .navbar-nav > li.nav-item.nav-item-button > a:hover {
        color: #000;
		background-color: transparent;}


/*************************************************************/


.call_to_action_area_41 h3{
	font-weight: bold;
    font-size: 36px;
    line-height: 45px;
	margin-bottom: 15px;
}

.call_to_action_area_41 p{
    font-size: 19px;
    line-height: 25px;
}

/*******************/

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  background-color: #0e7cbd;
  -webkit-animation: fadeInDown 0.8s ease-in-out;
  -moz-animation: fadeInDown 0.8s ease-in-out;
  -ms-animation: fadeInDown 0.8s ease-in-out;
  -o-animation: fadeInDown 0.8s ease-in-out;
  animation: fadeInDown 0.8s ease-in-out;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14); }
  
  
  /*******************/
  .float_whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float_whatsapp i {
    margin-top: 15px;
}

/**************************************************************/

@media only screen and (min-width: 320px) and (max-width: 766px) {
	.flota_section.promo_content_area_2 .container-fluid .right_side .flota_wrapper,
	.flota_section.promo_content_area_2_izq .container-fluid .left_side .flota_wrapper{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.flota_section.promo_content_area_2 .container-fluid .right_side h2,
	.flota_section.promo_content_area_2_izq .container-fluid .left_side h2{
		margin-bottom: 25px;
		font-size: 28px;
	}
	
	.flota_section.promo_content_area_2_izq .container-fluid .left_side p,
	.flota_section.promo_content_area_2 .container-fluid .right_side p{
		display: none;
	}

}

#google-map{
	position: relative;
    width: 100%;
    height: 450px;
}


/**************************************************************/

.footer_top .f_widget_2 p, .footer_middle .f_widget_2 p {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}


.footer_middle .f_widget_2 p {
    margin-top: 10px;
    margin-bottom: 15px;
}


/**************************************************************/

.page_title {
    align-items: normal !important;
	text-align: left;
}

.page_title h2 {
    font-size: 48px;
    text-transform: uppercase;
	color: #30318a;
}

.page_title h2.blanco {
	color: #fff;
}

/**************************************************************/

.seccion_mision_vision{
	background: #2a2c8e;
}


.seccion_mision_vision .section_title_main h2{
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background: -webkit-linear-gradient(right, #e2e3de 0%, #e2e3de 100%);
    background: -o-linear-gradient(left, #e2e3de 0%, #e2e3de 100%);
    background: -moz-linear-gradient(to left, #e2e3de 0%, #e2e3de 100%);
    background: linear-gradient(to left, #e2e3de 0%, #e2e3de 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #e2e3de;
    font-size: 46px;
    margin-top: 25px;
	margin-bottom: 50px;
    text-transform: none;
	text-align: center;	
}

.seccion_mision_vision h2:after {
    position: absolute;
    z-index: -1;
    left: calc(50% - 100px);
    width: 200px;
    height: 7px;
    top: 90px;
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/linea_oscuro.svg);
    z-index: 1;
}

.seccion_mision_vision p {
    font-size: 19px;
    line-height: 25px;
	color: #FFF;
	padding: 0px 30px;
    text-align: justify;
}

/**************************************************************/


.seccion_fortalezas{
	background: #e4e4e4;
	background-image: url(../img/secundaria/foto-nosotros-01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -300px 1px;
}


.seccion_fortalezas .section_title_main h2{
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background: -webkit-linear-gradient(right, #343434 0%, #262626 100%);
    background: -o-linear-gradient(left, #343434 0%, #262626 100%);
    background: -moz-linear-gradient(to left, #343434 0%, #262626 100%);
    background: linear-gradient(to left, #343434 0%, #262626 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #343434;
    font-size: 46px;
    margin-top: 25px;
	margin-bottom: 50px;
    text-transform: none;
	text-align: center;
}


.seccion_fortalezas h2:after {
    position: absolute;
    z-index: -1;
    left: calc(50% - 100px);
    width: 200px;
    height: 7px;
    top: 100px;
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/linea_claro.svg);
    z-index: 1;
}


.seccion_fortalezas p {
    font-size: 19px;
    line-height: 25px;
	color: #FFF;
	padding: 0px 30px;
    text-align: justify;
}


.seccion_fortalezas li {
    font-size: 19px;
    line-height: 25px;
	margin-bottom: 10px;
}


.seccion_fortalezas i {
	color: #2a2c8e;
	margin-right: 15px;
}



/**************************************************************/


.about_section.seccion_banner1{
	background: #e4e4e4;
	background-image: url(../img/productos/foto-nosotros-02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 300px 0px;
}


/**************************************************************/

.promo_content_area .container-fluid .right_side {
    width: 50%;
    float: left;
    height: 760px;
    margin: 0;
}



/**************************************************************/

.promo_content_area .container-fluid .right_side h2 {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
    background: -moz-linear-gradient(to left, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to left, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    font-size: 36px;
    margin-top: 25px;
	margin-bottom: 25px;
    text-transform: uppercase;
}


.promo_content_area .container-fluid .right_side p {
    color: #ffffff;
    line-height: 1.5;
    text-shadow: 1px 1px 3px #0404048f;
    margin-bottom: 20px;
    font-size: 19px;
}


.promo_content_area .container-fluid .right_side li {
	font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #fff;
}

.promo_content_area .container-fluid .right_side i {
    color: #fff;
    margin-right: 15px;
}


.promo_content_area .container-fluid .right_side a {
    margin: 0;
    margin-top: 40px;
    padding: 15px 25px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    background: #ee0000;
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -webkit-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -o-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -moz-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    border: none;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.promo_content_area .container-fluid .right_side {
    width: 50%;
    float: left;
    height: 665px;
    margin: 0;
}

@media (max-width: 767px) {

	.promo_content_area .container-fluid .right_side {
		height: 800px;
		width: 100%;
	}
	
}



.promo_content_area .container-fluid .left_side {
    width: 50%;
    float: left;
    height: 665px;
    margin: 0;
	background: #313131;
}

@media (max-width: 767px) {
	.promo_content_area .container-fluid .left_side {
		width: 100%;
		height: 360px;
	}
	
	.promo_content_area.gris .container-fluid .left_side {
		width: 100%;
		height: 800px;
	}
}


.promo_content_area .container-fluid .left_side h2 {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    background: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
    background: -moz-linear-gradient(to left, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to left, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
    font-size: 36px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}


.promo_content_area .container-fluid .left_side li {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #fff;
}

.promo_content_area .container-fluid .left_side i {
    color: #fff;
    margin-right: 15px;
}


.promo_content_area .container-fluid .left_side a {
    margin: 0;
    margin-top: 40px;
    padding: 15px 25px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    background: #ee0000;
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -webkit-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -o-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -moz-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    border: none;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.promo_content_area .container-fluid .left_side .accordion_wrapper {
    width: 80%;
}


/**************************************************************/

.section_title_main{
	text-align: center;
}

.section_title_main h2 {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    background: -webkit-linear-gradient(right, #353535 0%, #353535 100%);
    background: -o-linear-gradient(left, #353535 0%, #353535 100%);
    background: -moz-linear-gradient(to left, #353535 0%, #353535 100%);
    background: linear-gradient(to left, #353535 0%, #353535 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #353535;
    font-size: 42px;
    margin-top: 5px;
    text-transform: uppercase;
	text-align: center;
}


.section_title_main a {
    margin: 0;
    margin-top: 40px;
    padding: 15px 25px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    background: #ee0000;
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -webkit-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -o-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: -moz-linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    background: linear-gradient(3deg, #ee0000 0%, #a10300 100%);
    border: none;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/**************************************************************/

.single_feature_item_3{
    border-bottom: 0;
    -webkit-box-shadow: 0px 2px 15px 0px rgb(121 121 121 / 30%);
    -moz-box-shadow: 0px 2px 15px 0px rgba(121, 121, 121, 0.3);
    box-shadow: 0px 2px 15px 0px rgb(121 121 121 / 30%);
}


.section_title_main_2 h2, .section_title_main_3 h2, .promo_content_area_2 .section_title h2 {
    line-height: 1;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 800;
    font-family: 'Source Sans Pro', sans-serif;
    background: -webkit-linear-gradient(right, #2f338d 0%, #2f338d 100%);
    background: -o-linear-gradient(left, #2f338d 0%, #2f338d 100%);
    background: -moz-linear-gradient(to left, #2f338d 0%, #2f338d 100%);
    background: linear-gradient(to left, #2f338d 0%, #2f338d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #2f338d;
    font-size: 42px;
    margin-top: 5px;
    text-transform: uppercase;
}



@media (max-width: 767px) {
	.contact_area img {
		display: none;
	}
}

/*********************************************************/
.single_feature_item_3:after{
	content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    background: none;
    top: 0px;
    left: 0px;
}



.single_feature_item_3:hover:after{
	content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    background: #303488c7;
    top: 0px;
    left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
