@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:300,400,500,700,900');

:root{
--color-principal: #3227FB;
--color-secundario: #ffffff;

/*color azul, #081158 verificar, #f0f2f4*/
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 8.5rem;
}

html::-webkit-scrollbar {
  font-size: 9px;
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #fff;
}

html::-webkit-scrollbar-thumb {
  background: var(--color-principal);
  border-radius: 5rem;
}

body {
  margin: 0;
  padding: 0;
  background: #eef0f4;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;/*1.2rem;*/
}

.img-fluid {
    border-radius: 3%;
}

/*==============================================================*/

.loader_bg{
  position: fixed;
  z-index: 999999;
  background: var(--color-secundario);
  width: 100%;
  height: 100%;
}

.lds-roller {
  display: inline-block;
  /*position: relative;
  width: 80px;
  height: 80px;*/
  position: relative;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);  
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-principal);
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*===============================================================*/

.ajustar{
   width: 100%;
   height: 400px;
   object-fit: fill;
   padding: 0;
}


/*.modal-content{
 display: scroll;
 position: fixed; 
 bottom: 30px; 
 right: 60px; 
 max-width: 325px; 
 max-height: 1000px;
}*/


.burbuja {
  position: relative;
  padding: 15px;
  /*margin: 1em 0 3em;*/
  color: #fff;
  background: #dc0f0f;
  border-radius: 10px;
  /*background: linear-gradient(top, #f9d835, #f3961c);*/
}

/* creates triangle */
.burbuja:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  bottom: -15px;
  left: 80%;
  width: 0;
  border-width: 25px 15px 0;
  border-style: solid;
  border-color: #dc0f0f transparent;
}






.burbuja1{
 position: relative;
 color: #fff;
 background-color: #c90303;
 /*background-image: linear-gradient(0deg, #777, #ccc);*/
 padding: 10px;
 width: 300px;
/* height: 20px;
 margin: 0 auto;*/
 text-align: center;
 border-radius: 20px;
 top: -12px;
 left: -20px;
}

/*.burbuja:before{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-color: #777;
  border-radius: 100px;
  position: absolute;
  bottom: -30px;
  left: 80px;
  z-index: -6;
}

.burbuja::after{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 100px;
  position: absolute;
  bottom: -35px;
  left: 95px;
  z-index: -5;
}*/

.modal-header{
  border-bottom: 0px;
}

#modal1 .modal-content{
  background: url(../img/fondo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
 /*display: block;
  width: auto;
  max-height: 100%*/
  color: #e7f2ff;
    text-shadow: 4px 0px 0px #0a0707;
}

#modal1 .modal-content p{
  font-size: 23px;
  font-weight: bold;
}

#modal1 .modal-content img{
  filter: drop-shadow(0 2px 5px rgba(4, 25, 180, 1));
}



.pt90{
  padding-top: 70px;
  padding-bottom: 70px;
}

.title{
  width: 164px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  background: var(--color-principal);
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}

/*.sub-title{
  color: var(--color-secundario);
  box-shadow: 0px 10px 0px 0px rgba(0,0,0,0.09);
  padding-top: 30px;
}*/

/*.border-bottom {
  content: "";
  position: absolute;
  background: var(--color-principal);
  height: 5px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
}*/

.btn-primario{
  /*display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
  background: var(--color-principal); 
  border: 1px solid var(--color-principal);  
  border-radius: 8%;              
  transition: all 0.3s ease-in-out 0s;*/
  outline: none;
  display: inline-block;
  border: 2px solid var(--color-secundario);
  font-size: 14px;
  line-height: 1;
  padding: 15px 30px;
  border-radius: 30px;
  background: var(--color-principal);
  color: var(--color-secundario);
  transition: all 0.3s ease-in-out 0s;
}

.btn-primario:hover{
  background: var(--color-secundario);
  border: 2px solid var(--color-principal);
  color: var(--color-principal);   
}

.btn-secundario{
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: var(--color-principal);
  background: var(--color-principal);
  border: 1px solid #ffffff;
}

.btn-secundario:hover{
  background: var(--color-secundario);
  border: 1px solid var(--color-principal);
  color: var(--color-principal);
}

.bg-fondo{
  background: #ffffff;
}

.bg-img {
  background: url(../img/bg_l.jpg) no-repeat;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
  background-color: #ccc;
  background-size: cover;
  margin: 0 auto;
  height: 550px;
  position: relative;
}

.bmg-bg{
  background-image: url(../img/map2.png); 
  background-position: center;
  background-size: 60%; 
  height: 550px;
  background-repeat: no-repeat; 
  position: relative;
} 

/*====================================================*/

.navbar-toggler{
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.navbar-toggler span{ /*segunda barra*/
  position: absolute;
  width: 35px;
  height: 5px;
  left: 1px;
  background: var(--color-principal);
  border-radius: 4px;
  transition: 0.5s
}

.navbar-toggler span:nth-child(1){ /*primera barra*/
  transform: translateY(-15px);
  width: 35px;
  left: 1px;
}

.navbar-toggler.active span:nth-child(1){
  width: 40px;
  transform: translateY(0px) rotate(45deg);
  transition-delay: 0.125s;
}

.navbar-toggler span:nth-child(2){ /*tercera barra*/
  transform: translateY(15px);
  width: 35px; 
  left: 1px;
}

.navbar-toggler.active span:nth-child(2){
  width: 40px;
  transform: translateY(0px) rotate(315deg);
  transition-delay: 0.25s;
}

.navbar-toggler.active span:nth-child(3){
  transform: translateX(60px);
}

/*====================================================*/

.navbar{
  /*background: rgba(0,0,0, 0.815);*/
  background: #000;
  padding-top: 0.91429rem !important;
  padding-bottom: 0.91429rem !important;
}

.navbar .navbar-toggler{
  color: var(--color-principal);
}

.navbar-nav .active .nav-link {
  text-align: center;
  font-size: 20px;
  font-weight: 600;  
  color: var(--color-secundario);
  background: var(--color-principal); 
}

.navbar-nav .nav-link{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-principal);
}

.navbar-nav .nav-link:hover{   
  background: var(--color-principal);   
  color: var(--color-secundario);
}

/*=====================================================*/
.carousel-item img{
  display: block;
  height: 100vh;
  width: 100%;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*margin: 15px 30px;
  display: flex;
  justify-content: center;
  align-items: center;*/
}

.carousel-caption h2{
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  color: var(--color-principal);
  line-height: 1.2;
  letter-spacing: -.03em;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #000;
}

.carousel-caption p{
  width: 100%;
  display: inline-block;
  font-size: 20px;
  color: var(--color-secundario);
  line-height: 1.2;
  text-shadow: 2px 2px 3px #000;
}

.carousel-control-prev,
.carousel-control-next{
  width: 50px;
  height: 50px;
  background-color: var(--color-principal);
  border: 3px solid #ffffff;
  border-radius: 50%;
  top: 50%; 
  opacity: .8; 
}

.carousel-control-prev{
  left: 5%;
}

.carousel-control-next{
  right: 5%; 
}

/*============================================================*/
.cabecera{
  padding-top: 25px;
  text-align: center;
  font-weight: bolder;
}

/*============================================================*/

.media{
  color: var(--color-principal);
  padding: 30px !important;
  background-color: #fff;
  box-shadow: 0 20px 25px -12px rgba(0,0,0,0.09);
  border: 1px solid var(--color-principal);

}

.media-body{
  position: relative;
  left: 10px;
}

.media:hover{
  background-color: var(--color-principal);
  color: #fff;
}

/*============================================================*/

.contacto{
  /*background: var(--color-principal);*/
  /*color: #ffffff;
  text-align: center;
  justify-content: center;
  padding: 65px 0;*/
  /*box-shadow: 0 24px 84px 0 rgb(17 47 131 / 10%), 0 10px 24px -10px rgb(17 47 131 / 7%);*/
}

.contacto h2{
  font-size: 30px;
  font-weight: 600;
}

.contacto p{
  font-size: 18px;
}

.calltoaction{
    padding: 50px 0;
    margin-top: 10px;
    border-radius: 8px;
    background: var(--color-principal);
    color: var(--color-secundario);
    /*linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(2,19,233,1) 100%);*/
    padding-left: 15px;
    padding-right: 15px;  
}


/*============================================================*/

.contenido {
    /*margin-top: 10px;
    font-size: 16px;
    padding: 5px 0px 30px 5px;*/
    margin-top: 10px;
    font-size: 16px;
    padding: 5px 0px 30px 5px;
    align-items: center;
    color: #443420;
}

/*============================================================*/

.clientes{
  padding: 15px 0;
}

.clientes .owl-carousel .item{
  background: #ccc;
  padding: 1rem;
}

.owl-dot{
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #f0f2f4 !important;
  border: 3px solid var(--color-principal) !important;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dots{
  text-align: center;
}

.owl-dot.active{
  border: 3px solid var(--color-principal) !important;
  background-color: var(--color-principal) !important;
}

/*============================================================*/

.logros{
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

/*por revisar*/
.count-box span {
  font-weight: 400;
  font-size: 50px;
  color: #ffffff;
  display: block;
  position: relative;
  line-height: 1;
  padding-top: 20px
  box-shadow: 0 20px 25px 22px rgba(0,0,0,0.09);
}

.count-box span{
  font-size: 80px;
  color: var(--color-principal);
}

.count-box .num{
	color: var(--color-principal);
}

.count-box h6{
  color: var(--color-principal);
}

/*============================================================*/
.jumbotron{
  text-align: center;
}

.jumbotron h1 {
  position: relative;
  font-weight: 900;
  font-size: 3rem;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-top: 110px;
}

.breadcrumb {
  display: inline-flex;
  background-color: rgba(0,0,0, 0.5);
}

.breadcrumb li a {
  color: var(--color-principal);
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none; 
}

.breadcrumb-item.active {
  color: white; 
}

/*===========================================================*/

.contenido ul{
  list-style: none;
}

.contenido ul .fa-check-circle{
  color: var(--color-principal);
}

/*============================================================*/
.accordion .card .card-header {
  background: var(--color-principal);
}

.accordion .card .btn-header-link{
  color: var(--color-secundario);
}

/*============================================================*/

.mensaje{
  text-align: center;
}

.texto .fa-quote-left, .fa-quote-right{
  color: var(--color-principal);
}

/*============================================================*/

.precios h4{
  font-size: 30px;
  font-weight: bold;
  /*color: var(--color-principal);*/
  margin-bottom: 20px;
}

.precios h2{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--color-principal);
}

/*.precios .tabla{
  width: 100%;
    margin-bottom: 1rem;
    color: #fff;
}

.precios .tabla td{
  padding: 0.75rem;
}

.precios .cuer td{
  padding: 1.75rem;
}


.precios .tabla .uno{
  background: green;
  color: #fff
}

.precios .tabla .dos{
  background: orange;
  color: #fff
}

.precios .tabla .tres{
  background: red;
  color: #fff
}

.precios .tabla .cuer{
  background: #fff;
  color: #000;
  font-size: 14px;
  padding-bottom: 20px;
}*/

.tftable {
	font-size:12px;
	color:#333333;
	width:100%;
	border-width: 1px;
/*	border-color: red;*/
	border-collapse: collapse;
}
.tftable th {
	font-size:12px;
	color: #fff;
	background: var(--color-principal);
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
	text-align:left;
}
.tftable tr {
	background-color:#ffffff;
}
.tftable td {
	font-size:12px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
}
.tftable tr:hover {
	background-color:#d4e3e5;
}


/*============================================================*/

.icon-ser {
  display: inline-block;
  height: 4.5rem;
  width: 4.5rem;
  position: relative;
  background: var(--color-principal);
  color: var(--color-secundario);
  border-radius: 25%;
  font-size: 40px;
  padding-top: 8px;
  margin-bottom: 22px;
}



/*============================================================*/

.footer{
  padding-top: 90px;
  position: relative;
  z-index: 1;
  background: #000;
}

/*.footer:after{
  content: "";
  position: absolute;
  top: 0;
  background: blue;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;  
}*/

.footer p{
  color: #fff;
  font-size: 15px;
  text-align: justify;
  line-height: 22px;
  margin-top: 25px;
}

/*.footer h2{
  margin: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  text-transform: uppercase; 
}*/

.footer h2{
  width: 164px;
height: 38px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 14px;
background: #333;
border-radius: 6px;
}



.footer ul{
  list-style: none;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.footer ul a{
  text-decoration: none;
  outline: none;
  color: #fff;
  transition: 0.3s;  
}

.footer ul li{
  margin: 10px 0;
  margin-left: -40px;
  height: 25px; 
}

.footer li i{
  margin-left: 20px !important;
}

.footer-bottom{
  padding: 10px;
  background: #000000;
  color: #fff;
  font-size: 12px;
  text-align: center; 
}

.footer-bottom hr{
  border: 1px solid var(--color-principal);
}

/*================================================*/
.sc-wsp {
  /*position: fixed;
  left: 1rem;
  bottom: 1rem;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-decoration: none;  
  background: #0df053;
  color: #fff;
  border-radius: 60%;
  text-align: center;
  font-size: 67px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;*/
  position: fixed;
  display: flex;
  height: 52px;
  width: 52px;
  left: 1rem;
  bottom: 1rem;
  line-height: 55px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 60px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index: 100;
}

.sc-wsp:hover{
  text-decoration: none;  
  background: #0df053;
  color: #fff;
}

/*.sc-wsp{
  text-decoration: none;
  color: #0df053;
  background: #fff;
}*/


/*=================================================*/
.scroll-to-top{
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  height: 50px;
  width: 50px;
  font-size: 30px;
  border-radius: 5%;
  background: var(--color-principal);
  box-shadow: 0px 1px 10px rgba(0,0,0,0.25);
  z-index: 100;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  }

.scroll-to-top:hover{
  background: var(--color-secundario);	
  color: var(--color-principal);
}


/*============================================================*/
@media (max-width: 575px) {
    .btn-primario{
        width: 100%;
    }

    .btn-secundario{
        width: 100%;
    }
/*---------------------------------*/
   /* .modal-content{ 
	right: 5px !important; 
    }*/

/*--------------------------------*/
    .carousel-caption h2{
        font-family: 'Montserrat', sans-serif;
        font-size: 39px;
    }

    .carousel-caption p{
        font-size: 15px;
    }

    .carousel-control-prev,
    .carousel-control-next{
      display: none;
    }

    .jumbotron h1{
    	font-size: 1rem;
	font-weight: 600;
    }
}