html, body {
	background: #fff;
	color: #444;
	font-family: "Montserrat", sans-serif;
}
a {
	color: #007bff;
	text-decoration: none;
	transition: 0.5s;
}

a:hover, a:active, a:focus {
	color: #0b6bd3;
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
#header{
	padding: 5px 0;
    background-color: #F3F3F3;
    border-bottom: 1px solid #cdcdcd;
    font-size: 15px;
}
.navbar{

}
/*height: 80px;*/
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 30px 10px 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #004289;
	font-weight: 500;
	white-space: nowrap;
	transition: 0.3s;
}
.navbar .navbar-brand{
	padding: 10 !important;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 5.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-inner .carousel-item {
    height: 550px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}
.carousel-item img{
	height: 100vh;
	opacity: 0.8;
}
.carousel-item h1 {
    color: #fff;
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    line-height: 70px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 50px;
}
.carousel-item h3{
	font-family: "Montserrat", sans-serif;
    font-size: 25px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
}
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.btn-custom {
    border: 2px solid #3047CB !important;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 20px;
    color: #fff;
    background-color: #3047CB;
    border-color: #3047CB;
}

.btn-custom:hover {
	background-color: #4A60DC;
    border: 2px solid #4A60DC !important;
	color: #fff;
}
.bg-primary{
	background-color: #4A60DC !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

/********** PLANES ***********/
#planes {
    background: url(../images/bg-2.jpg) no-repeat;
    background-size: cover;
    min-height: 500px;
}
#planes h1,
#cobertura h1{
	color: #fff;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 500;
}
#cobertura {
    background: url(../images/cobertura1.jpg) no-repeat;
    background-size: cover;
    min-height: 500px;
}
#content h3{
	color: #444;
	font-weight: 500;
}
.pricing-block {
    text-align: center;
    transition: all .3s 0s ease;
    border-radius: 5px;
    border: 2px solid #635CDB;
}
.line {
    width: 50px;
    background: #635CDB;
    height: 1px;
    margin: 10px auto;
}
.pricing-block ul {
    padding: 20px 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #635CDB;
}
.price-header {
    padding-bottom: 30px;
    padding-top: 30px;
}
.price-header i {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 25px;
    font-size: 50px;
    display: inline-block;
    border-radius: 100%;
    transition: all .3s ease 0s;
    color: #635CDB;
    border: 1px solid #635CDB;
}
.price-header .price {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 0px;
}
.price-header .price {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 0px;
}
.price-header .price small {
    font-size: 18px;
}
.price-header h5 {
    font-weight: 400;
}
.pricing-block ul li {
    padding: 6px 0px;
    list-style: none;
}

.btn-black, .btn-plan:hover {
    background-color: black;
    color: #fff !important;
    border: 2px solid #000;
}
.pricing-block i:hover {
    background-color: #635CDB;
    color: #fff;
    border: 1px solid #635CDB;
    cursor: pointer;
}
.btn-plan {
	border: 2px solid #635CDB;
    padding: 10px 40px;
    margin-bottom: 20px;
    color: #fff !important;
    background: #635CDB;
}

/************ COBERTURA *********/
.ts-service-image-wrapper {
    /*margin-bottom: 10px;*/
}
.service-box-title{
	margin-bottom: 0 !important;
	border: 1px solid #635CDB;
	border-top: none;
}
.service-box-title:hover{
	background-color: #635CDB;
}
.ts-service-info h3{
	margin-bottom: 0 !important;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}
.service-box-title:hover h3{color: #FFF !important;}

/************ CONTACTO ************/
#contacto {
    background: url(../images/contactanos1.jpg) no-repeat;
    position: relative;
    min-height: 500px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}
#content-contact .info {
	color: #283d50;
}
#content-contact .info i {
	font-size: 20px;
	color: #007bff;
	line-height: 0;
}
#content-contact .info p {
	padding: 0 0 1px 36px;
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 5px;
}
#content-contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}
#content-contact .php-email-form .error-message br + br {
	margin-top: 25px;
}
#content-contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}
#content-contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}
#content-contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}
#content-contact .php-email-form input, #content-contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}
#content-contact .php-email-form input:focus, #content-contact .php-email-form textarea:focus {
	border-color: #007bff;
}
#content-contact .php-email-form input {
	padding: 10px 15px;
}
#content-contact .php-email-form textarea {
	padding: 12px 15px;
}
/*#content-contact .php-email-form button[type=submit] {
	background: #007bff;
	border: 0;
	border-radius: 20px;
	padding: 8px 30px;
	color: #fff;
	transition: 0.3s;
}
#content-contact .php-email-form button[type=submit]:hover {
	background: #0067d5;
	cursor: pointer;
}*/
@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#mapa{
	overflow:hidden;
    padding-bottom:6.25%;
    position:relative;
    height:400px
}
#mapa iframe{
	left:0;
    top:0;
    width:100%;
    position:absolute;
    height: 400px;
}

/************* FOOTER **********/
#footer {
	background: #4A60DC;
	padding: 0 0 30px 0;
	color: #FFF;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}
#footer .social-links{text-align: center;}
#footer .social-links a {
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	color: #4A60DC;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .social-links a i {
	line-height: 0;
}
#footer .social-links a:hover {
	background: #0067d5;
	color: #fff;
}

#footer .footer-links {
  margin-bottom: 30px;
}
#footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-links ul li {
	padding: 6px 0;
}
#footer .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-links ul a {
	color: #fff;
}
#footer .footer-links ul a:hover {
	color: #74b5fc;
}
#footer .copyright {
	text-align: center;
	padding-top: 30px;
}
#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #f1f7ff;
}
#footer .credits a {
	color: #bfddfe;
}
#footer .credits a:hover {
	color: #f1f7ff;
}

input.error, textarea.error, select.error {
    border-color: #dc3545;
}
input.success, textarea.success, select.success {
    border-color: #198754;
}

.fa, .fas {
    font-weight: 900;
}
.form-group .fa{
	position: absolute;
	top: 12px;
    right: 20px;
	visibility: hidden;
}
.form-group.error i.fa-exclamation-circle {
    color: #e74c3c;
    visibility: visible;
}
.has-feedback {
    position: relative;
}
.error .form-control {
    border-color: #FF0000;
}

/***** BENEFICIOS ******/
.text-normal {
    font-size: 18px!important;
}
.extra_bold {
    font-weight: 800;
}
.box {
    height: 235px;
    box-shadow: rgb(100 100 111 / 20%) 0px 2px 5px 0px;
}
.img-responsive {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.m-1 {
    margin: 0.25rem!important;
}
.bg-white {
    background-color: #fff;
}
.br-10 {
    border-radius: 10px;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.text-normal {
    font-size: 18px!important;
}
.extra_bold {
    font-weight: 800;
}
.orang, .text-orange {
    color: #4A60DC !important;
}
.semi_bold {
    font-weight: 500;
}
.text-gray {
    color: #4b4b4b !important;
}
p.font-15 {
    font-size: 15px;
}
.text-medium {
    font-size: 25px!important;
}
.bold {
    font-weight: 700;
}
.text-white, .white {
    color: #fff!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}

@media(max-width:768px){
    .carousel-inner .carousel-item{
        height:330px;
    }
    .carousel-item img{
        height:330px;
    }
}
/* Clase para los enlaces blancos */
.link-blanco {
    color: white;
    text-decoration: none;
}

/* Estado del enlace cuando es visitado */
.link-blanco:visited {
    color: white;
}

/* Estado del enlace cuando se pasa el ratón por encima */
.link-blanco:hover {
    text-decoration: underline;
    color:white;
}

/* Estado del enlace cuando se hace clic */
.link-blanco:active {
    color: white;
}

#sync1 .item {
    /* background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center; */
  }
  
  #sync2 .item {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  #sync2 .item h1 {
    font-size: 18px;
  }
  #sync2 .current .item {
    background: #0c83e7;
  }
  
  .owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
  }
  .owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
  }
  .owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
  }
  
  #sync1.owl-theme {
    position: relative;
  }
  #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }
  #sync1.owl-theme .owl-prev {
    left: 10px;
  }
  #sync1.owl-theme .owl-next {
    right: 10px;
  }
  .ifrm{border:none; width:100%;margin-top:50px;}
  
  .owl-carousel img {
    height: 756px; /* Ajusta este valor */
    max-height: 756px; /* Ajusta este valor */
    width: auto;
    object-fit: cover; /* O usa contain si no quieres recortes */
  }
  .owl-text-overlay {
    position: absolute;
    text-align: center;
    /* width: 60%; */
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
    /* padding-bottom: 20px; */
    font-family: "Open Sans", sans-serif;
    /* border-radius: 15px 50px 30px 5px; */
  }
  
  h2.owl-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    margin: 0;
  }
  
  /* Media query para pantallas con un ancho máximo de 768px (típicas pantallas de celulares) */
@media screen and (max-width: 768px) {
    h2.owl-title {
        font-size: 32px; /* Disminuye el tamaño de fuente en pantallas pequeñas */
    }
}

/* Media query para pantallas aún más pequeñas (por ejemplo, teléfonos más compactos) */
@media screen and (max-width: 480px) {
    h2.owl-title {
        font-size: 24px; /* Tamaño de fuente aún más pequeño para pantallas muy pequeñas */
    }
}

/* Ajustar el largo en pantallas más pequeñas */
@media (max-width: 768px) {
    .owl-carousel .item img {
      height: 350px; /* Largo para tabletas o pantallas pequeñas */
    }
  }
  
  @media (max-width: 480px) {
    .owl-carousel .item img {
      height: 300px; /* Largo para móviles */
    }
  }