:root {
	--color-primary: #003A6A;
}

body {
	color: white;
}

.navbar-light .navbar-nav .nav-link {
	color: #0F4881;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1rem;
	text-align: center;
}

.navbar-ms {
	max-width: 1250px;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #061A2E;
}

h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4, strong {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-style: normal;
}

.letra-pequena {
	border: 1px solid black;
	color: #333;
	background-color: white;
	padding: 0 6px;
	border-radius: 10px;
	margin-left: 2px;
}

.lead {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	line-height: 1.9rem;
	padding-bottom: 1rem;
}

.lead + p {
	padding-bottom: 2rem;
	max-width: 700px;
}

.display-1 {
	font-size: 50px;
	line-height: 3.5rem;
	color: gold;
	text-align: center;
}
.display-2 {
	font-size: 3rem;
}
.display-3 {
	font-size: 35px;
}
strong {
	font-size: 1.3rem;
}

section {
	padding: 50px 0;
}

table tr {
	border: 1px solid black;
	font-size: 0.6rem;
	color: black;
	text-align: center;
}

.btn{
	margin-top: 2px;
	border-radius: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1rem;
}

.btn-outline-primary {
    color: #0F4881;
	border-color: #0F4881;
}



#presentacion-gama {
	background: #0c325a; /* Old browsers */
	background: -moz-linear-gradient(top,  #0c325a 0%, #0f4881 32%, #0f4881 69%, #0c325a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0c325a 0%,#0f4881 32%,#0f4881 69%,#0c325a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0c325a 0%,#0f4881 32%,#0f4881 69%,#0c325a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c325a', endColorstr='#0c325a',GradientType=0 ); /* IE6-9 */

}
#superfast {
	background: #ad221f; /* Old browsers */
	background: -moz-linear-gradient(top,  #ad221f 0%, #e3312d 32%, #e3312d 69%, #ad221f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ad221f 0%,#e3312d 32%,#e3312d 69%,#ad221f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ad221f 0%,#e3312d 32%,#e3312d 69%,#ad221f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad221f', endColorstr='#ad221f',GradientType=0 ); /* IE6-9 */

}
#transparent {
	background: #0064ba; /* Old browsers */
	background: -moz-linear-gradient(top, #0064ba 0%, #009fe3 32%, #009fe3 69%, #0064ba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0064ba 0%,#009fe3 32%,#009fe3 69%,#0064ba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0064ba 0%,#009fe3 32%,#009fe3 69%,#0064ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064ba', endColorstr='#0064ba',GradientType=0 ); /* IE6-9 */

}
#professional {
	background-color: #818181;
}
#slider-gama {
	color: black;
	text-align: center;
}


#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
  }
  
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
	margin: auto;
	display: block;
	height: 80%;
	width: auto;
  }
  
  
  /* Caption of Modal Image */
  #caption {
	margin: auto;
	display: block;
	height: 100%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
	position: absolute;
	top: 75px;

	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
	.modal-content {
	  height: 100%;
	}
  }

  .slider-max-width{
	  max-width: 1140px;
  }

  .owl-carousel{
	max-width: 1140px;
  }


  .close{
	  font-weight: lighter;
  }

 
.owl-carousel .owl-item .lupa{
	position: absolute;
	display:block;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 50px;
	top: 50%;
	margin-top:-50px;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 2;
	  
}


.owl-item .img-producto{
	opacity: 1;
	transition: opacity 0.5s;
}

.owl-item:hover .img-producto{
	opacity: 0.4;
	transition: opacity 0.5s;
}
.owl-item .lupa{
	opacity: 0;
	transition: opacity 0.5s;
}
.owl-item:hover .lupa{
	position: absolute;
	display:block;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 50px;
	top: 50%;
	margin-top:-50px;
	opacity: 1;
	transition: opacity 0.5s;
	z-index: 2;
	

}


.owl-dots{
	display: none;
  }


  
a.scroll-top {
	color: #fff;
	display: none;
	position: fixed;
	z-index: 1000;
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

	bottom: 50px;
	right: 30px;
	font-size: 20px;
	background: rgba(15,76,129,0.8);
	border-radius: 3px !important;
	text-align: center;
	border: 1px solid white;
}
a.scroll-top i {
	position: relative;
	top: 2px;
}

.icono-flecha-arriba{
	width: 20px;
	color: white;
	fill: white;
}


ul{
	list-style: disc;
}

/* Index Academy */
.index-academy__section {
	padding: 100px 0;
}

.index-academy__title {
	color: var(--color-primary);
	text-align: center;
	margin-bottom: 1rem;
}
.index-academy__body {
	color: var(--color-primary);
	text-align: center;
	margin-bottom: 3rem;
}