@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=League+Spartan:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body {
	transition: .5s ease;
}

/*TOP*/

.logo {
	width: 210px;
}

.navbar-nav {
	font-size: 20px;
	line-height: 22px;
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
	color: black;
}

.navbar-nav a {
	border-bottom: solid 2px transparent;
}

.navbar-nav a:hover {
	border-bottom: solid 2px #18c1d2;
}

.navbar-nav .nav-item {
	padding: 0 7px !important;
}

.bg-body-tertiary {
  background-color: rgb(255, 255, 255) !important;
}

.menu_int {
	border-bottom: 1px solid #d7dadd;
}




/*SLIDE*/

.bg_slide {
  background-color: #F8F9FA !important;
}

.carousel-caption {
  position: absolute;
  right: 0%;
  top: 10%;
  left: 10%;
  padding-top: 0;
  padding-bottom: 0;
  color: black;
  text-align: left;
  width: 80%;
}

.carousel-caption h5 {
	font-size: 38px;
	line-height: 40px;
	color: #0E2639;
	font-family: "League Spartan", sans-serif;
	font-weight: 300;
	letter-spacing: -1.5px;
}

.carousel-caption span {
	font-size: 38px;
	line-height: 40px;
	color: #0E2639;
	font-family: "Crimson Pro", serif !important;
	font-weight: 500;
	letter-spacing: -1.5px;
}

.carousel-caption p {
	color: #0E2639;
	font-family: "Open Sans", sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}

.img_slide {
	height: 260px;
	overflow: hidden;
}

.slide_overlay {
	position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.btn_slide {
	font-family: "League Spartan", sans-serif !important;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  padding-top: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

.btn {
	border-radius: 100px !important;
	text-transform: uppercase;
}

.btn-dark {
	background-color: #0E2639;
	border: #0E2639;
}

.btn-dark:hover {
	background-color: #405260;
	border: #405260;
}

.carousel-caption .blink {
   width: 0;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  border-right: 5px solid #c9d5e1;
  animation: typing 4s steps(38) 1s 1 normal both, blink 1s steps(1) infinite;
}


@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}




/*SERVICIOS*/

.bg_portada {
	padding-top: 80px;
	padding-bottom: 65px;
}


.bg_servicios {
	padding-top: 0px;
	padding-bottom: 25px;
}

.servicios {
	padding-top: 70px;
}

.servicios h3 {
	color: #18c1d2;
	font-family: "Crimson Pro", serif !important;
	font-size: 36px;
	line-height: 34px;
	font-weight: 400;
	margin-bottom: 8px;
}

.servicios p {
	color: #4e5860;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 34px;
	font-weight: 300;
}

.iconos {
	width: 144px;
	margin-top: -52px;
	position: absolute;
	opacity: .1;
}



/*DATOS*/

.bg_datos {
	background-image: url("imagenes/fondo.png");
	background-repeat: no-repeat;
	height: auto;
  	background-position: center;
  	background-attachment: fixed;
	background-size: cover;
	padding-top: 55px;
    padding-bottom: 30px;
	text-align: center;
}

.datos1 {
	font-family: "League Spartan", sans-serif;
	color: white;
	font-weight: bold;
	font-weight: 600;
	font-size: 60px;
	line-height: 60px;
}

.datos2 {
	font-family: "League Spartan", sans-serif;
	color: white;
	font-weight: 400;
	font-size: 32px;
  line-height: 36px;
	margin-bottom: 25px;
}



.number-container {
    font-size: 48px;
    font-weight: bold;
    color: #333;
}

@keyframes count {
    0% {
        content: "0";
    }
    100% {
        content: attr(data-number);
    }
}

.number {
    animation: count 2s ease-in-out forwards;
}




/*PROYECTOS*/


.bg_proyectos {
	padding-top: 50px;
	padding-bottom: 15px;
}

.mb_proyectos {
	margin-bottom: 33px;
}

.overlay {
  position: relative;
  width: auto;
  background-color: white;
}

  .middle {
    transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #21183EC2;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 25px;
	  align-content: center;
  }

.middle p {
	color: white;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 15px;
	font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.middle strong {
	font-family: "Crimson Pro", serif !important;
	font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}

.btn_general {
	font-family: "League Spartan", sans-serif;
	padding-left: 25px;
  padding-right: 25px;
	padding-top: 10px;
  letter-spacing: 0.5px;
}

.overlay:hover .middle {
	opacity: 1;
	cursor: pointer;
}


.btn-secondary {
	background-color: #654fa4;
	border-color: #654fa4;
}

.btn-secondary:hover {
	background-color: #765ac6;
	border-color: #765ac6;
}



/*EXPERIENCIA*/

.bg_experiencia {
	background-color: #654FA4;
	padding-top: 40px;
	padding-bottom: 45px;
}

.experiencia p {
	font-size: 35px;
	line-height: 40px;
	color: white;
	font-family: "League Spartan", sans-serif;
	font-weight: 300;
	letter-spacing: -0.5px;
	text-align: center;
}

.experiencia span {
	font-size: 35px;
	line-height: 33px;
	color: white;
	font-family: "Crimson Pro", serif !important;
	font-weight: 500;
	letter-spacing: -1.5px;
	text-align: center;
}



/*NOSOTROS*/

.titulo_portada {
	text-transform: uppercase;
	font-size: 36px;
  	line-height: 36px;
	color: #0E2639;
	font-family: "League Spartan", sans-serif;
}

.bg_nosotros {
	/*background-color: #F8F9FA !important;*/
	padding-top: 45px;
    padding-bottom: 35px;
}

.icono_nosotros {
	position: absolute;
  	opacity: .04;
 	margin-top: -65px;
  	width: 66px;
  	margin-left: -35px;
}

.texto_nos1 {
	font-size: 26px;
	line-height: 36px;
	color: #0E2639;
	font-family: "Crimson Pro", serif;
}

.texto_nos2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	color: #0E2639;
	font-family: "League Spartan", sans-serif;
}


.color1 {
	/*color: #29B9CD;*/
	color: #DADFE3;
}



/*FOOTER*/

footer {
	color: #ffffffb2;
	background-color: #0e2639;
	font-size: 18px;
	font-family: "League Spartan", sans-serif;
	text-align: center;
	text-transform: uppercase;
  letter-spacing: 1px;
	font-weight: 300;
	padding-top: 40px;
	padding-bottom: 35px;
}



/*BG*/

.bg-secondary {
	background-color: #F8F9FA !important;
}





/*CONTENIDOS*/

.bg_contenido {
	/*background-color: #F8F9FA !important;*/
	padding-top: 45px;
	padding-bottom: 45px;
}






/*CONTACTO*/

.img_contacto {
	object-fit: cover;
	height: 520px;
}

.ajuste_contacto {
	/*padding-left: 30px;
	padding-right: 17px;*/
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 680px;
}

form {
	font-family: "Open Sans", sans-serif;
}

.form-control {
  font-weight: 300;
  color: #0e2639;
  border: var(--bs-border-width) solid #d5dde6;
}

::placeholder {
  color: #5f7c93 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #5f7c93 !important;
}





.animatable {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;

  animation-fill-mode: both;
  animation-duration: 1s;
  animation-play-state: running;
}


@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInDown {
  animation-name: fadeInDown;
}

.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.moveUp {
  animation-name: moveUp;
}

@keyframes moveUp {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

.animated.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  0%,
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	
.logo {
	width: 240px;
}	
	
.carousel-caption {
  position: absolute;
  left: 5%;
  width: 90%;
  top: 12%;
}

.carousel-caption h5 {
	font-size: 60px;
	line-height: 50px;
}	
	
.carousel-caption span {
	font-size: 60px;
	line-height: 50px;
}	
	
.carousel-caption p {
	font-size: 24px;
	line-height: 34px;
	color: #0E2639;
}
	
.img_slide {
	height: 429px;
}	
	
.btn_slide {
  font-size: 20px;
  line-height: 32px;
}
	
.bg_portada {
	padding-top: 80px;
	padding-bottom: 65px;
}
	
.bg_servicios {
	padding-top: 10px;
	padding-bottom: 40px;
}
	
.bg_datos {
	padding-top: 60px;
    padding-bottom: 60px;
}
	
.datos1 {
	font-size: 60px;
	line-height: 60px;
}

.datos2 {
	font-size: 24px;
    line-height: 28px;
	margin-bottom: 0px;
}
	
.bg_proyectos {
	padding-top: 65px;
	padding-bottom: 37px;
}
	
.middle {
  padding: 25px;
}
	
.middle p {
	font-size: 22px;
  line-height: 32px;
}

.middle strong {
	font-size: 27px;
  line-height: 32px;
}
	
.bg_experiencia {
	padding-top: 55px;
	padding-bottom: 60px;
}
	
.experiencia p {
	font-size: 50px;
	line-height: 58px;
}

.experiencia span {
	font-size: 50px;
	line-height: 48px;
}
	
.titulo_portada {
	font-size: 46px;
  	line-height: 46px;
}
	
.bg_nosotros {
	padding-top: 55px;
    padding-bottom: 45px;
}
	
.texto_nos1 {
	font-size: 35px;
	line-height: 45px;
}

.texto_nos2 {
	font-size: 29px;
	line-height: 35px;
}
	
.icono_nosotros {
 	margin-top: -81px;
  	width: 74px;
  	margin-left: -55px;
}
	
footer {
	padding-top: 55px;
	padding-bottom: 45px;
}
	
.bg_contenido {
	padding-top: 60px;
	padding-bottom: 60px;
}
	
.ajuste_contacto {
  /*padding-left: 30px;
  padding-right: 30px;*/
  padding-top: 40px;
	padding-bottom: 40px;
}

	
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
	
.carousel-caption {
  position: absolute;
  left: 5%;
  width: 90%;
  top: 12%;
}

.carousel-caption h5 {
	font-size: 60px;
	line-height: 60px;
}	
	
.carousel-caption span {
	font-size: 60px;
	line-height: 60px;
}	
	
.carousel-caption p {
	font-size: 26px;
	line-height: 36px;
	color: #0E2639;
}
	
.img_slide {
	height: 400px;
}	
	
.bg_portada {
	padding-top: 80px;
	padding-bottom: 65px;
}
	
.bg_servicios {
	padding-top: 15px;
	padding-bottom: 45px;
}
	
.bg_datos {
	padding-top: 65px;
    padding-bottom: 65px;
}	
	
.datos1 {
	font-size: 70px;
	line-height: 70px;
}

.datos2 {
	font-size: 28px;
    line-height: 32px;
}
	
.bg_proyectos {
	padding-top: 70px;
	padding-bottom: 37px;
}
	
.middle {
  padding: 30px 30px;
}
	
.bg_experiencia {
	padding-top: 55px;
	padding-bottom: 65px;
}
	
.experiencia p {
	font-size: 60px;
	line-height: 60px;
}

.experiencia span {
	font-size: 60px;
	line-height: 60px;
}
	
.titulo_portada {
	font-size: 48px;
  	line-height: 48px;
}
	
.bg_nosotros {
	padding-top: 60px;
    padding-bottom: 60px;
}
	
.texto_nos1 {
	font-size: 32px;
	line-height: 42px;
}

.texto_nos2 {
	font-size: 28px;
	line-height: 34px;
}
	
.icono_nosotros {
 	margin-top: -70px;
  	width: 63px;
  	margin-left: -30px;
}
	
footer {
	padding-top: 55px;
	padding-bottom: 45px;
}
	
.bg_contenido {
	padding-top: 65px;
	padding-bottom: 65px;
}
	
.ajuste_contacto {
  /*padding-left: 35px;
  padding-right: 35px;*/
	padding-top: 0;
	padding-bottom: 0;
}
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
	
.carousel-caption {
  position: absolute;
  left: 5%;
  width: 90%;
  top: 12%;
}

.carousel-caption h5 {
	font-size: 65px;
	line-height: 50px;
}	
	
.carousel-caption span {
	font-size: 65px;
	line-height: 50px;
}	
	
.carousel-caption p {
	font-size: 28px;
	line-height: 38px;
	color: #0E2639;
}
	
.img_slide {
	height: 400px;
}
	
.bg_portada {
	padding-top: 80px;
	padding-bottom: 65px;
}
	
.bg_servicios {
	padding-top: 40px;
	padding-bottom: 50px;
}
	
.bg_datos {
	padding-top: 70px;
    padding-bottom: 70px;
}
	
.bg_proyectos {
	padding-top: 75px;
	padding-bottom: 43px;
}	
	
.middle {
  padding: 35px 35px;
}
	
.bg_experiencia {
	padding-top: 65px;
	padding-bottom: 65px;
}
	
.titulo_portada {
	font-size: 40px;
  	line-height: 28px;
}
	
.bg_nosotros {
	padding-top: 60px;
    padding-bottom: 60px;
}
	
.texto_nos1 {
	font-size: 29px;
	line-height: 41px;
}

.texto_nos2 {
	font-size: 25px;
	line-height: 32px;
}
	
.icono_nosotros {
 	margin-top: -77px;
  	width: 88px;
  	margin-left: -43px;
}
	
footer {
	padding-top: 55px;
	padding-bottom: 50px;
}
	
.bg_contenido {
	padding-top: 65px;
	padding-bottom: 65px;
}
	
.ajuste_contacto {
  /*padding-left: 50px;
  padding-right: 50px;*/
}
	
}
	


/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	
.carousel-caption {
  position: relative;
  left: 11%;
  width: 80%;
	top: 0;
}

.carousel-caption h5 {
	font-size: 65px;
	line-height: 50px;
}	
	
.carousel-caption span {
	font-size: 65px;
	line-height: 50px;
}	
	
.carousel-caption p {
	font-size: 28px;
	line-height: 38px;
	color: #707070;
}
	
.img_slide {
	height: auto;
}
	
.slide_overlay {
	display: none;
}
	
.bg_portada {
	padding-top: 80px;
	padding-bottom: 65px;
}
	
.bg_servicios {
	padding-top: 35px;
	padding-bottom: 50px;
}
	
.bg_datos {
	padding-top: 70px;
    padding-bottom: 70px;
}
	
.bg_proyectos {
	padding-top: 75px;
	padding-bottom: 43px;
}
	
.bg_experiencia {
	padding-top: 60px;
	padding-bottom: 50px;
}
	
.titulo_portada {
	font-size: 48px;
  	line-height: 35px;
}
	
.bg_nosotros {
	padding-top: 70px;
    padding-bottom: 70px;
}
	
.texto_nos1 {
	font-size: 35px;
	line-height: 45px;
}

.texto_nos2 {
	font-size: 29px;
	line-height: 35px;
}
	
.icono_nosotros {
 	margin-top: -97px;
  	width: 109px;
  	margin-left: -48px;
}
	
.bg_contenido {
	padding-top: 70px;
	padding-bottom: 70px;
}
	
footer {
	padding-top: 70px;
	padding-bottom: 60px;
}
	
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 
	
.carousel-caption {
  position: relative;
  left: 11%;
  width: 80%;
}

.carousel-caption h5 {
	font-size: 72px;
	line-height: 60px;
}	
	
.carousel-caption span {
	font-size: 72px;
	line-height: 60px;
}
	
.carousel-caption p {
	font-size: 30px;
	line-height: 40px;
}
	
.bg_portada {
	padding-top: 80px;
	padding-bottom: 65px;
}
	
.bg_servicios {
	padding-top: 50px;
	padding-bottom: 65px;
}
	
.bg_datos {
	padding-top: 80px;
    padding-bottom: 80px;
}
	
.bg_proyectos {
	padding-top: 80px;
	padding-bottom: 47px;
}
	
.bg_experiencia {
	padding-top: 70px;
	padding-bottom: 55px;
}
	
.titulo_portada {
	font-size: 50px;
  	line-height: 35px;
}
	
.bg_nosotros {
	padding-top: 80px;
    padding-bottom: 80px;
}
	
.texto_nos1 {
	font-size: 36px;
	line-height: 46px;
}

.texto_nos2 {
	font-size: 30px;
	line-height: 36px;
}
	
.icono_nosotros {
 	margin-top: -97px;
  	width: 118px;
  	margin-left: -55px;
}
	
.bg_contenido {
	padding-top: 80px;
	padding-bottom: 80px;
}
	
footer {
	padding-top: 70px;
	padding-bottom: 60px;
}
	
}




