
        /*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:300,400,500,700,900');*/
        /*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');

        @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');*/

        /*  @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:300,400,500,700,900');
        @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');*/

        /*@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap');*/


/*-----------------FOOTER----------------*/
/*https://freefrontend.com/bootstrap-footers/*/

        	:root{
			--color-principal: #15245c;
			--color-secundario: #878787; 
    		}

    		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: "Open Sans", sans-serif;
   /**/
  /*'Titillium Web', sans-serif;*/
  font-size: 15px;/*1.2rem;*/
}


	.pt90{
        padding-top: 60px;
        padding-bottom: 83px;
    }

.btn-primario {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
    background: var(--color-principal) !important;
    border: 1px solid var(--color-principal) !important;
    transition: all 0.3s ease-in-out 0s;
}

.btn-primario:hover{
  text-decoration: none;
                background: var(--color-principal) !important;
                border: 1px solid var(--color-principal) !important;
                color: #fff;   
            }

.text-primario{
  color: var(--color-principal);

}

/*---------------------------------------------------*/
.loading-dots{
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-secundario);
	width: 100%;
	height: 100%;
}

.loading-dots > div{
	position: relative;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width:2rem;
	height:2rem;
	background-color: var(--color-principal);
	border-radius:50%;
	display:inline-block;
	animation:1.5s bounce infinite ease-in-out both;
}

.loading-dots .bounce1{
	animation-delay: -0.40s;
}

.loading-dots .bounce2{
	animation-delay: -0.20s;
}

.loading-dots .bounce3{
	animation-delay: -0.1s;
}

.loading-dots .bounce4{
	animation-delay: -0.20s;
}

.loading-dots .bounce5{
	animation-delay: -0.40s;
}

@keyframes bounce{
	0%, 80%, 100%{
		transform:scale(0);
	}
	40%{
		transform:scale(1);
	}
}

/*----------------------------------------------------*/

        	.top-bar{
 				/*background: #15245c;*/
        display: inline-block;
        align-items: center;
 				/*#5a6268*/
 			}

        	.d-icon{
        		display: inline-block;
				vertical-align: middle;
				padding: 5px 23px;
				color: #fff;
				font-size: 12px;
        	}
        	
        	.icon {
        		display: inline-block;
				vertical-align: middle;
				margin: 0 12px 0 0;
				font-size: 16px;
				color: #fff;
        	}

        	/*.text{
        		display: inline-block;
				vertical-align: middle;
        	}
*/
        	.navbar{
				background: #ccc;
				padding-top: 0.91429rem !important;
				padding-bottom: 0.91429rem !important;
        	}

        	/*.carousel-item{
        		height: 100vh;
        	}*/

            .fullscreen{
                width:100%;
                height:100vh;
            }

        	@media (max-width:575px) {
 				.b-none {
   					display: none!important
 				}

 				.btn-primary, .btn-secondary {
        			width: 100%;
        		}
        	}
/*--------------------------------------------------------------------------------------*/
.navbar{
  background: transparent;
  /*rgba(40, 58, 90, 0.9); */
  padding-top: 0.91429rem !important;
  padding-bottom: 0.91429rem !important;
  box-shadow: rgb(188 188 188 / 60%) 0 2px 2px 2px;
}

.navbar .navbar-toggler{
  color: var(--color-secundario);
}

.navbar .navbar-nav .active{
  background: var(--color-principal);
  border-radius: 3px;
}

.navbar .navbar-nav .nav-link{
	font-size: 16px;
  /*padding-top: -50px;*/
  color: var(--color-secundario);
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .dropdown-item:hover{   
  color: #ffffff;           
  background: var(--color-principal);
  border-radius: 3px;  
}

.sticky .navbar {
                background: #fff;
                border-radius: 0 0 7px 7px;
                box-shadow: rgba(188,188,188,.6) 0 2px 2px 2px;
            }


/*--------------------------------------------------------------------------------------*/
			/*.carousel-item {
  height: 100vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.first h2{
  font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}

.hero{
  /*background-image: linear-gradient(rgba(21,36,92,0.99), rgba(13,13,13,0.5)), url('../img/header.jpg');*/
  background-image: linear-gradient(rgba(40, 58, 90, 0.5), rgba(13,13,13,0.1)), url('../img/header.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.hero::before {
    position: absolute;
    content: '';
    background: rgba(21,36,92, 0.55); 
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/


.hero .content{
  padding: 0.3em;
  position: absolute;
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #ffffff;
  margin: auto;
            }

           .hero h2{
                /*font-family: 'Montserrat', sans-serif;*/
                font-weight: 700;
                font-size: 3rem;
                line-height: 1.5;
                letter-spacing: -1px;
                text-transform: uppercase;
                color: #ffffff;
                text-shadow: 2px 2px 3px #000;
                animation: move-left 2s 1;

            }

            .hero p{
                line-height: 2;
                width: 100%;
                font-size: 22px;
                color: #ffffff;
                text-shadow: 2px 2px 3px #000;
            }        


            @keyframes move-left {
              from{
                transform: translateX(-100px);
              }
              to{
                transform: translateX(10px);
              } 
            }


                /*margin: 0 auto 20px auto;
                padding: 0 35px; REVISAR EN OLMER WEB*/
/*--------------------------------------------------------------------------*/
.nav-pills .nav-link {
    border: 1px solid var(--color-principal);
    color: var(--color-principal);
    margin-bottom: .3rem;
}

.nav-pills .nav-link.active{
  background: var(--color-principal);
  color: #fff;
}

/*---------------------------------------------------------------------------*/

.carousel-caption h1{
    font-family: Monument Extended,sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    font-size: 72px;
    line-height: 1.2;
    letter-spacing: -.03em;
    text-transform: uppercase;
}

.carousel-caption p{
    margin: 0 auto 20px auto;
    width: 100%;
    font-size: 18px;
    color: #443420;
    text-shadow: 2px 2px 3px #000;
}


.carousel-control-prev, .carousel-control-next{
	height: 40px;
	width: 40px;
	background-color: var(--color-principal);
	/*border-radius: 50%;
	top: calc(50% - 25px);/*redondo*/
	/*top: calc(50% - 20px); /*cuadrado*/
	top: 150px !important; /*juntos*/
	bottom: auto;
	opacity: .8;
}

.carousel-control-prev{
	/*left: 5%;/*redondo*/
	/*left: 0px;/* cuadrado*/
	left: 40px;
}

.carousel-control-next{
	/*right: 5%;/*redondo*/
	/*right: 0px;/*cuadrado*/
	left: calc(40px + 40px + 10px);
	/*margin + width + between*/
}

.carousel-indicators{
	top: 150px;
	bottom: auto;
	justify-content: flex-end;
	margin-right: 5%;
}

.carousel-indicators > li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--color-principal);
}

.carousel-indicators .active{
 	transform:scale(1.2);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 50px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}



/*--------------------------------------------------------*/

.title{
    /*display: inline-block;*/
	/*color: var(--color-principal);
    font-size: 42PX;
    font-weight: 700;
    line-height: 1.2em;*/
    /*box-shadow: rgba(188, 188, 188, .6) 0 2px 2px 2px;*/
    /*text-shadow: 2px 2px 3px #000;*/
    /*padding: 1px,1px,1px,5px;*/
    /*margin-top: 1.25rem;
    margin-bottom: 1.25rem;*/
  position: relative;
  height: auto;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
  margin:5% 0 2% 0;
  text-align: center;
  font-size: 2.8em;
  font-weight: 650;
  letter-spacing: 1.5px;
  color:var(--color-principal);
  border-left: 5px solid var(--color-principal);
  border-right: 5px solid var(--color-principal);
  background: rgba(0, 0, 0, 0.05);



}

/*p{
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 20px;
}*/

/*----------------------------------------------------------*/

.services-2{
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 5px;
  border-radius: 8px;
  border: 1px solid var(--color-principal);
  height: 100%;
  width: 100%;
  box-shadow: rgba(188, 188, 188, .6) 0 2px 2px 2px;
 /* padding-bottom: 8px;*/
}

.services-2 .icon, .texto{
  color: var(--color-principal);
}

.services-2 .icon{
  font-size: 40px;
}
/*---------------------------------------------------*/

.icon-ser{
  display: inline-block;
  height: 4.5rem;
  width: 4.5rem;
  position: relative;
  background: var(--color-principal) !important; 
  color: #fff;
  padding-top: 15px;
}


/*-----------------------------------------------------------*/
.services-6 h2 {
    text-transform: uppercase;
    position: relative;
}

.services-6 h2:before {
    content: ' ';
    position: absolute;
    width: 8em;
    background: var(--color-principal);
    height: .4em;
    bottom: 0;
    z-index: -1;
    margin-left: -.3em;
}

/*----------------------------------------*/
.sitio{
	padding-top: 65px;
	padding-bottom: 40px;
}

.sitio .texto{
  padding: 15px 15px; 
  /*margin-top: 20px;*/
  font-size: 16px;
  color: #000;
  background: #fff;
}
/*----------------------------------------*/
.servicios p{
  margin-top: 20px;
}

/*----------------------------------------*/
/*.info{
	background: var(--color-principal);
	padding: 50px 0; 
	padding-left: 30px;
	padding-right: 30px;
}*/


.calltoaction{
    width: auto;
    padding: 50px 0;
    margin-top: 10px;
    border-radius: 5px;
    background: var(--color-principal);
    padding-left: 15px;
    padding-right: 15px;	
}

.parallex-text{
  /*padding: 100px 0;*/
    text-align: center;
    color: #fff;
}

/*----------------------------------------*/
/*.clientes{
  padding: 15px 0;
}*/

.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;
}

/*------------------------------------------------------------*/

.clientes{
  padding: 15px 0;
}

.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;
}

/*-------------------jumbotron-------------*/
.jumbotron h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    padding-top: 110px;
}

.breadcrumb {
  display: inline-flex;
  background-color: transparent;
}

.breadcrumb li a {
    color: var(--color-principal);
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: none; 
}

.breadcrumb li.active {
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.bg-img {
  /*background: url('../img/port1.jpg') no-repeat center center;*/
  background-image: linear-gradient(rgba(71,167,219,0.5), rgba(0,0,0,0.5)), url('../img/7754691.jpg');
  background-size: cover;
  background-position: center;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-color:#ccc;
  background-size: cover;
  /*border-radius: 0px 0px 65px 0px;*/
    margin: 0 auto;
  height: 650px;
  /*position: relative;*/
}

/*-------------------------------------------------------------*/

/*.gallery { 
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.gallery img { 
    width: 100%; 
    height: auto;
    transition: 500ms;
    margin-bottom: 10px;
    opacity: 0.8;
    page-break-inside: avoid; 
    -webkit-column-break-inside: avoid; 
    break-inside: avoid; 
}
.gallery img:hover {
    opacity: 1;
}
.modal-img,.model-vid{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table
}
.modal-body{
  padding: 0px;
}
.modal-dialog {
  height: 100%;
      position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content {
  border: none;
}
@media screen and (max-width: 767px) {
 .gallery { 
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
 .gallery div { margin: 0; 
        width: 200px;
    }
  .modal-dialog {
        margin: 0 8vw;
    }
}
@media screen and (max-width: 479px) {
    .gallery { 
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .gallery div { 
        margin: 0; 
        width: 200px;
    }
}*/

.main .gallery{
  position: relative;
  height: auto;
  width: 90%;
  margin: auto;
  padding: 45px 0;
  display: grid;
  grid-template-columns: auto auto auto auto; /*i write auto four time because we want four rows*/
  grid-gap: 2vh;
  grid-auto-flow: dense;
}
.main .gallery .img{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9 );
  border-radius: 2px;
}
.main .gallery .img:first-child{
  grid-column-start: span 2;
  grid-row-start: span 2;
}
.main .gallery .img:nth-child(2n+3){
  grid-row-start: span 2;
}
.main .gallery .img:nth-child(4n+5){
  grid-column-start: span 2;
  grid-row-start: span 2;
}
.main .gallery .img:nth-child(6n+7){
  grid-row-start: span 1;
}
.main .gallery .img:nth-child(8n+9){
  grid-column-start: span 1;
  grid-row-start: span 1;
}
.main .gallery .img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.5) grayscale(100);
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.main .gallery .img:hover img{
  filter: brightness(1) grayscale(0);
}




/*====================================================*/
.img_cnt{
  position: relative;
  column-count: 4;
  padding: 20px;
}

.image{
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
}

img{
  width: 100%;
  transition: 0.25s ease-in-out;
}

.image:hover img{
  transform: scale(1.1);
}

/*=============================================================*/
.bmg-bg {
    background-image: url(../img/map2.png);
    background-position: center;
    background-size: 60%;
    height: 550px;
    background-repeat: no-repeat;
    position: relative;
}

/*------------------------------------------------------------*/

.contenlink h2 > a{
  font-size: 15px;
  text-decoration: none;
  color: var(--color-principal);
}


.link .d-flex > a{
  color: var(--color-principal);
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 15px;
}

/*------------------------------------------------------------*/

footer{
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background: #000000;
}

footer:after{
  content: "";
  position: absolute;
  top: 0;
  background: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;  
}

.footer{
  width: 100%;
  margin: auto;
  padding: 30px 10px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}


.footer p{
  color: #fff;
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
  padding-top: 20px;
}

.footer h2{
  margin: 10px 0;
  color: var(--color-principal);
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase; 
}

.borde{
  height: 4px;
  width: 40px;
  margin-bottom: 30px;
  background: var(--color-principal) !important;
}

.footer ul{
  list-style: none;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.footer ul li {
  outline: none;
  margin: 10px 0;
  color: #fff;
  transition: 0.3s;  
}

.footer ul a{
  text-decoration: none;

}

.footer ul a:hover{
  color: var(--color-principal);

}

.footer-items ul li{
  margin: 10px 0;
  margin-left: -40px;
  height: 25px; 
}

.footer-items li i{
  margin-left: 20px !important;
}

.footer-bottom{
  padding: 10px;
  /*background: linear-gradient(90deg, #010d55, #68217a);*/
  background: #000000;
  color: #fff;
  font-size: 12px;
  text-align: center; 
}

.footer-bottom span{
  color: var(--color-principal);
}

/*===============================================================*/

.sc-wsp {
  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;
}

/*=================================================*/
.scroll-to-top{
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  height: 50px;
  width: 50px;
  font-size: 30px;
  border-radius: 50%;
  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) {
      .hero .content h2{
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;

    }

    .hero .content p{
        font-size: 15px;
    }

    .btn-primario{
        width: 100%;
    }

    .grid-wrapper > div {
  grid-column: span 2;
}

}