@charset "UTF-8";
/* CSS Document */

body {
	color:#333333;
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
	background-position: center center !important;
    background-size: contain!important;
}

/*Links*/
a {
    text-decoration:none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	outline:none; border:0px;
}

/*Navbar*/
.nav-link {color: #ffffff !important; font-weight: 600;}
.nav-link:hover {color: #6699ff !important;}
.nav-link:active {color: #6699ff;}
.navbar-social a {color:#6699ff;}
.navbar-social a:hover {color: #6699ff;}
.actived {color: #6699ff !important;}
.navbar-toggler {
	outline:none !important;
	border:none !important;
}
.nav-top a {color:#6699ff !important; border-bottom: none;}
.nav-top a:hover {color:#a0bffb !important; border-bottom: none;}

.custom-tabs .nav-link {
  color: #001e50 !important;
}

/* Estado base del navbar */
.navbar {
  transition: 
    padding 0.35s ease,
    background-color 0.35s ease,
    backdrop-filter 0.35s ease,
    box-shadow 0.35s ease;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.bg-navbar {background-color: rgba(12, 23, 53, 1); /* #0c1735 con transparencia */ transition: all .4s ease-in-out;}

/* Estado al hacer scroll */
.navbar.navbar-scrolled {
  padding: 0px 40px;
  background-color: rgba(12, 23, 53, 0.75); /* #0c1735 con transparencia */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.container-parallax {
	display: block;
	z-index: 3!important;
	margin-top: 73.33%!important;
	position: relative;
}

/*VideoParallax*/
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed !important;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #f1f1f1;
  width: 100%;
  height: 100%;	
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
} 

/*Borders*/
.border-primary { border-color:#ccc !important;}
.vr {width:3px;}

/*Carousel*/
.carousel-caption {
    bottom: 2rem;
    padding-bottom: 0rem;
}
.carousel-indicators [data-bs-target] {
    background-color: #000;
}

/*Backgrounds*/
.bg-dark {
	background-image: url("../images/bg-dark.jpg") !important;
	background-color: #000000!important;
    background-position: center center !important;
    background-size: contain !important;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size:contain;
    background-repeat: no-repeat;
	background-attachment: scroll;
}
.bg-red {
	background-image: url("../images/bg-red.jpg") !important;
	background-color: #B60003;
    background-position: center center !important;
    background-size: cover !important;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size:cover;
    background-repeat: no-repeat;
	background-attachment: fixed!important;
}
.bg-blue {
	background-image: url("../images/bg-blue.jpg") !important;
	background-color: #003366;
    background-position: center center !important;
    background-size: cover !important;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size:cover;
    background-repeat: no-repeat;
	background-attachment: fixed!important;
}
.bg-blue-right {
	background-image: url("../images/bg-blue-right.jpg") !important;
	background-color: #003366;
    background-position: center center !important;
    background-size: cover !important;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size:cover;
    background-repeat: no-repeat;
	background-attachment: fixed!important;
}
.bg-gears {
	background-image: url("../images/bg-gears.jpg") !important;
	background-color: #ffffff;
    background-position: center center !important;
    background-size: cover !important;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size:cover;
    background-repeat: no-repeat;
	background-attachment: fixed!important;
}
.bg-primary {background-color:#0c1735 !important;}
.bg-secondary {background-color:#4672ca !important;}
.bg-orange {background-color:#ff6600 !important;}
.bg-gris {background-color:#dfe4e8 !important;}
.bg-gris-light {background-color:#f5f5f5 !important;}
.bg-light {background-color:#f2f2f2 !important;}
.bg-info {background-color: #0066cc !important;}

.bg-gradient-top-fixed {
    background: #020024;
    background: -webkit-linear-gradient(rgba(2, 0, 36, 1) 0%, rgba(33, 118, 126, 1) 34%, rgba(255, 255, 255, 1) 62%, rgba(255, 255, 255, 1) 91%);
    background: -o-linear-gradient(rgba(2, 0, 36, 1) 0%, rgba(33, 118, 126, 1) 34%, rgba(255, 255, 255, 1) 62%, rgba(255, 255, 255, 1) 91%);
    background: linear-gradient(rgba(2, 0, 36, 1) 0%, rgba(33, 118, 126, 1) 34%, rgba(255, 255, 255, 1) 62%, rgba(255, 255, 255, 1) 91%);
	background-position: top;
}

/*Accordion*/
.accordion-button:not(.collapsed) {
    color: #000;
	font-weight:bold;
    background-color: #ECECEC;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

/*Text*/
.text-primary {color:#003399 !important;}
.text-secondary {color:#6699ff !important;}
.text-second-blue {color: #6699ff !important;}
.text-gray {color:#ccc !important;}
.text-red {color:#cc0000 !important;}
.text-50-red {color:#ff9999 !important;}
.fs-6 {font-size:4.5em !important;}

/*Btns*/
.btn-primary {background-color:#0c1735; border:0px;}
.btn-success {background-color:#33cc33 !important; color:#006600 !important; border:0px;}
.btn-success:hover {background-color:#4bf04b !important;}
.btn-orange {background-color:#ff6600 !important; color:#ffffff !important; border:0px;}
.btn-orange:hover {background-color:#ff3300 !important;}
.btn-danger {background-color:#990000 !important; color:#ff9999 !important; border:0px;}
.btn-danger:hover {background-color:#b01f1f !important;}

/*Links*/
.link-primary {color:#003399 !important;}
.link-primary:hover {color:#0033cc !important;}
.link-orange {color:#ffcc66 !important;}
.link-orange:hover {color:#ffffcc !important;}

/*HoverFx*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #000000;
  border:2px solid #fff;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 33.33% 0px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, 
  -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h3 {
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0.8em 0;
  background-color: transparent;
  text-shadow: 8px 3px 8px #000000;
}

.hovereffect h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h3:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
	padding: 2% 5% 2% 5%;
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*Whatsapp*/
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}

/*Form*/
#results,
#error,
#success,
#loading {
	display:none;
}
.alert-error {
	border-radius: 0;
	color: #fff;
	border: 0;
	background-color:#06F !important;
}
.alert-success {
	border-radius: 0;
	color: #fff;
	border: 0;
	background-color: #9C0 !important;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-group {
    margin-bottom: 1rem;
}

/*Contact Us*/
.contact .info-box {
  color: #428BCA;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #1c5c93;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: #EE1418 !important;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.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;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #428bca;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6aa3d5;
}

/*Footer*/
.footer a {color:#6699ff !important;}
.footer a:hover {color:#a0bffb  !important;}
.footer .active {color:#a0bffb  !important;}
.redes-footer a {color:#a0bffb  !important;}
.firma p {font-size: 13px; letter-spacing:0px;}
.firma a:hover {color:#a0bffb  !important;}
.nav-footer li > a {color:#ffffff  !important;}
.nav-footer li > a:hover {color:#a0bffb  !important;}

/*Media-Responsive*/
/*sm applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
	.navbar-brand img { width:280px;}
	.navbar.navbar-scrolled {padding: 0px 20px;}
	.container-parallax {margin-top: 220%!important; padding-top: 3px!important;}
	#myVideo {display: block!important;}
	.bg-dark {background-size: cover !important;-moz-background-size: cover;-o-background-size: cover;-webkit-background-size:cover;}
}

@media (width: 810px) {
	.navbar-brand img { width:280px;}
	.container-parallax {margin-top: 190%!important; padding-top: 3px!important;}
}

@media (width: 1366px) {
	.navbar-brand img { width:400px;}
}