@font-face {
	font-family: ProspectusLBld;
	src: url('fonts/ProspectusLBld.otf');
}

@font-face {
	font-family: 'ProspectusLReg';
	font-style: normal;
	font-weight: normal;
	src: local('ProspectusLReg'), url('fonts/ProspectusLReg.otf') format('woff');
}

@font-face {
	font-family: ProspectusLSBd;
	src: url('fonts/ProspectusLSBd.otf') ;
}
	
@font-face {
	font-family: Montserrat-Italic;
	src: lurl('fonts/Montserrat-Italic.otf');
}

@font-face {
	font-family: Montserrat-ThinItalic;
	src: lurl('fonts/Montserrat-ThinItalic.otf');
}
@font-face {
	font-family: Montserrat-ExtraLightItalic;
	src: lurl('fonts/Montserrat-ExtraLightItalic.otf');
}
@font-face {
	font-family: Montserrat-Thin;
	src: lurl('fonts/Montserrat-Thin.otf');
}
@font-face {
	font-family: Montserrat-Medium;
	src: lurl('fonts/Montserrat-Medium.otf');
}
@font-face {
	font-family: Montserrat-ExtraLight;
	src: lurl('fonts/Montserrat-ExtraLight.otf');
}
@font-face {
	font-family: Montserrat-SemiBoldItalic;
	src: lurl('fonts/Montserrat-SemiBoldItalic.otf');
}
@font-face {
	font-family: Montserrat-LightItalic;
	src: lurl('fonts/Montserrat-LightItalic.otf');
}
@font-face {
	font-family: Montserrat-SemiBold;
	src: lurl('fonts/Montserrat-SemiBold.otf');
}
@font-face {
	font-family: Montserrat-Light;
	src: lurl('fonts/Montserrat-Light.otf');
}
@font-face {
	font-family: Montserrat-Bold;
	src: lurl('fonts/MMontserrat-Bold.otf');
}
@font-face {
	font-family: Montserrat-BlackItalic;
	src: lurl('fonts/Montserrat-BlackItalic.otf');
}
@font-face {
	font-family: Montserrat-Black;
	src: lurl('fonts/MMontserrat-Black.otf');
}
@font-face {
	font-family: Montserrat-ExtraBoldItalic;
	src: lurl('fonts/Montserrat-ExtraBoldItalic.otf');
}
@font-face {
	font-family: Gotham-BookItalic;
	src: lurl('fonts/Gotham-BookItalic.otf');
}
@font-face {
	font-family: Gotham-Bold;
	src: lurl('fonts/Gotham-Bold.otf');
}
@font-face {
	font-family: 'Gotham Medium';
	src: lurl('fonts/Gotham Medium.otf');
}
@font-face {
	font-family: 'Gotham Book Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Gotham Book Regular'), url('fonts/Gotham Book Regular.otf') format('woff');
}	

@import url(//db.onlinewebfonts.com/c/33dcab1b6df24d93b8e82c66c5b8ffae?family=Prospectus+L+Black);

@font-face {
	font-family: "Prospectus L";
	src: url("//db.onlinewebfonts.com/t/33dcab1b6df24d93b8e82c66c5b8ffae.eot");
	src: url("//db.onlinewebfonts.com/t/33dcab1b6df24d93b8e82c66c5b8ffae.eot?#iefix") format("embedded-opentype"),
		 url("//db.onlinewebfonts.com/t/33dcab1b6df24d93b8e82c66c5b8ffae.woff2") format("woff2"),
		 url("//db.onlinewebfonts.com/t/33dcab1b6df24d93b8e82c66c5b8ffae.woff") format("woff"),
		 url("//db.onlinewebfonts.com/t/33dcab1b6df24d93b8e82c66c5b8ffae.ttf") format("truetype"),
		 url("//db.onlinewebfonts.com/t/33dcab1b6df24d93b8e82c66c5b8ffae.svg#Prospectus L") format("svg");
}

@font-face {
	font-family: "gotham";
	src: url('fonts/Gotham-Book.woff') format('woff'),
		 url('fonts/Gotham-Book.woff2') format('woff2'),
		 url('fonts/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
  }
/*
@font-face {
	font-family: "karla";
	src: url('fonts/Karla-Regular.woff') format('woff'),
		 url('fonts/Karla-Regular.woff2') format('woff2'),
		 url('fonts/Karla-Regular.ttf') format('truetype');
	font-weight: normal;
} */

/* karla-regular - latin */
@font-face {
	font-family: 'Karla';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/karla-v13-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Karla'), local('Karla-Regular'),
		 url('fonts/karla-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/karla-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/karla-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/karla-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/karla-v13-latin-regular.svg#Karla') format('svg'); /* Legacy iOS */
  }

html{
  font-family: 'Karla' !important;
}

body{
  font-family: 'Karla' !important;
	font-size:0.9rem;
	font-weight:400;
	line-height:1.2;
	color:white;
	text-align:left;
	background-color:#042B47 !important;
}

.nav-fondo{
	background-color: #042B47 !important;
  color: white !important;
}

.nav-fondorgba{
  background-color: rgba(4,43,71,0.4) !important;
  color: white !important;
}

.nav-link{
  color: white !important;
}

.dropdown-item{
  color: white;

}

.dropdown-menu{
  background-color: #042B47;
}

.dropdown-item:hover{
  border-width: 2px !important;
  border-style: solid;
  border-color: #bd826f;
  color: white;
  background-color: #042B47;
}

.dropdown-item{
  color: white;
  background-color: #042B47;
}

.dropdown-item:hover{
  border-width: 2px !important;
  border-style: solid;
  border-color: #bd826f;
  color: white;
  background-color: #042B47;
  
}

.navbar-toggler-icon {
  /*order-color: rgb(255,255,255);
  background-color: white;*/
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(4,43,71, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");*/
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
} 

.footer{
  background-color: #042B47;
  color: white;
  font-size: 11px;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

hr{
  border: none !important;
  height: 5px !important;
  width: 50% !important;
  border-color: #F3CBB2 !important;
  background-color: #F3CBB2 !important;
  margin-left: 0px !important;
  opacity: 1 !important;
}

#imagen{
	width: 500px;
}

.cont{
	margin-top:30px;
	padding-top: 300px; 
	padding-bottom: 200px;
}

#proximamente{
	display: block;
	text-decoration-line: underline;
	font-size: 54px;
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	opacity: 0.7;
	color: white;
}

.text-subtitulo{
	font-size: 1.3rem;
}

.espacio{
	padding-bottom: 100px;
}

.textoghotam{
	font-family: 'gotham' !important;
    font-size: 13px;
    font-stretch: normal;
    font-weight: 100;
}
.inputform{
	text-align: center;
	font-style: italic; 
	background-color: #F3CBB2;
	border-radius: 0;
}
.btn-form-contacto{
	background-color: #042B47;
	border-color: white!important;color:white;
	border-radius: 0;
	width: 200px;border: 1px;
	border-style: solid;
	font-size: 1rem;
	font-weight: normal;
}
.hamburguesa{
	top:100px; 
	color:white !important;
}
.navbar-nav{
	background-color: #042B47;
}
.ligaindexmovil{
	width: 268px;
	height: 39px;
	background-color: transparent;
	border: 0;
	display: none;
}

.ligaindexmovil:hover{
	border: 0;
	border-style: solid;
	cursor: default;
}

@media (min-width: 576px){
  .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 2.5rem;
      padding-left: 2.5rem;
  }
  
}

@media only screen and (max-width:600px){
	#imagen{
		width: 300px;
	}
	.espacio-linea{
		padding-bottom: 50px;
	}
	.cont{
		margin-top:30px;
		padding-top: 200px; 
		padding-bottom: 100px;
	}
	#proximamente{
		display: block;
		text-decoration-line: underline;
		font-size: 33px;
		position: absolute;
		top: 45%;
		left: 0;
		width: 100%;
		opacity: 0.7;
		color: white;
	}
	.text-titulo{
		font-size: 28px;
	}
	#imagenei{
		width: 100%;
	}
	.espacio{
		padding-bottom: 0px;
	}
	.espaciotel{
		padding-top: 16px;
	}
	
	.hamburguesa{
		top:30px;
		color:white !important;
		background-color: transparent;
	}
	.dropdown-menu a{
		color: #F3CBB2;
	}
	#imagencentro{
		width: 300px;
	}
	
	.ligaindexmovil{
		display: block;
	}
}

.oculto{
	/*display: none;*/
}

.link-info{
	color: #17a2b8 !important;
}

.alert-info{
	color: #17a2b8 !important;
}

.modal-content{
	background-color: rgba(4,43,71,0.5) !important;
}

.zoom:hover{
	cursor:zoom-in;
}

.social-icon:hover i {
    background-color: #FFFFFF;
    color: #042B47;
}
.social-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #042B47;
    color: #FFFFFF;
    font-size: 26px;
    border-radius: 36px;
    text-align: center;
    display: inline-block;
}


/* hover dropdown menus */
@media only screen and (max-width: 991px) {
    .navbar-hover .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 992px) {
    .navbar-hover .collapse ul li{position:relative;}
    .navbar-hover .collapse ul li:hover> ul{display:block}
    .navbar-hover .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
    .navbar-hover .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
    /*.navbar-hover .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}*/
}

.dropdown-toggle::after {
    display: inline-block !important;
    margin-left: 0.555em !important;
    vertical-align: 0.255em !important;
    content: "" !important;
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
}

#leading-video {
    /*transform: translateY(150px);*/
    display: block;
    /* margin-top: -230px; */
    position: relative;
    width: 100%;
    z-index: 1;
}

#leading-video__over {
    background: rgba(0,0,0,.1);
    height: calc(100% - 0px);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
}

#leading-video__video {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

#agenda{
	height: 1620px !important;
	margin-top: -270px !important;
	width: 100% !important;
}

@media (max-width: 280px){
	#leading-video {
		transform: translateY(calc(90% - 50px)) !important;
		display: block;
		position: relative;
		width: 100% !important;
		z-index: 1;
	}
	.footer{
		transform: translateY(calc(50% - 15px)) !important;
	}
	.help-QC{
		transform: translateY(calc(90%)) !important;
	}
	#agenda{
		height: 505px !important;
		margin-top: -236px !important;
	}
}

@media (max-width: 390px){
  #leading-video {
	  transform: translateY(90% - 50px) !important;
	  display: block;
	  position: relative;
	  width: 100% !important;
	  z-index: 1;
  }
  .footer{
	  transform: translateY(60% - 15px) !important;
  }
  .help-QC{
	  transform: translateY(90%) !important;
  }
  #agenda{
	  height: 505px !important;
	  margin-top: -236px !important;
  }
}

@media (max-width: 414px){
  #leading-video {
	  transform: translateY(calc(70% - 50px)) !important;
	  display: block;
	  position: relative;
	  width: 100% !important;
	  z-index: 1;
  }
  .footer{
	  transform: translateY(calc(50% - 15px)) !important;
  }
  .help-QC{
	  transform: translateY(calc(90%)) !important;
  }
  #agenda{
	  height: 505px !important;
	  margin-top: -236px !important;
  }
}

@media (max-width: 431px){
  #leading-video {
	  transform: translateY(calc(60% - 50px)) !important;
	  display: block;
	  position: relative;
	  width: 100% !important;
	  z-index: 1;
  }
  .footer{
	  transform: translateY(calc(50% - 15px)) !important;
  }
  .help-QC{
	  transform: translateY(calc(90%)) !important;
  }
  #agenda{
	  height: 720px !important;
	  margin-top: -236px !important;
  }
}

@media (max-width: 516px){
	#leading-video {
		transform: translateY(calc(60% - 50px)) !important;
		display: block;
		position: relative;
		width: 100% !important;
		z-index: 1;
	}
	.footer{
		transform: translateY(calc(50% - 15px)) !important;
	}
	.help-QC{
		transform: translateY(calc(90%)) !important;
	}
	#agenda{
		height: 720px !important;
		margin-top: -236px !important;
	}
  }

@media (max-width: 576px){
	#leading-video {
		transform: translateY(calc(60% - 50px)) !important;
		display: block;
		position: relative;
		width: 100% !important;
		z-index: 1;
	}
	.footer{
		transform: translateY(calc(50% - 15px)) !important;
	}
	.help-QC{
		transform: translateY(calc(90%)) !important;
	}
	#agenda{
		height: 720px !important;
		margin-top: -236px !important;
	}
  }

.navbar{
	margin-top:100px !important;
}

.dropdown-item {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #042B47 !important ;
    color: white !important;
    background-color: #042B47 !important;
}

.dropdown-menu {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #bd826f ;
    color: white !important;
    background-color: #042B47 !important;
}

.dropdown-item:hover {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #bd826f !important;
    color: white !important;
    background-color: #042B47 !important;
}

h1,h2,h3,h4,h5,h6,p,label{
	color: #FFFFFF !important;
}

input{
    text-align: center !important;
    font-style: italic !important;
    height: 50px !important;
    background-color: #F3CBB2 !important;
    border-radius: 0 !important;
}

textarea{
    text-align: center !important;
    font-style: italic !important;
    background-color: #F3CBB2 !important;
    border-radius: 0 !important;
}

.dropdown-item {
    display: block !important;
    width: 100% !important;
    padding: 0.25rem 1.5rem !important;
    clear: both !important;
    font-weight: 400 !important;
    text-align: inherit !important;
    white-space: nowrap !important;
    background-color: #042B47 !important;
    border: 0 !important;
	letter-spacing: 0.1em !important;
	font-size: 0.9em !important;
}

.nav-link {
    padding: 0.25rem 1.5rem !important;
	font-size: 0.9em !important;
	letter-spacing: 0.1em !important;
}

.btn-info{
	color: #FFFFFF !important;
}