*
{
	box-sizing: border-box;
}

html
{
	font-size: 15px;
}

body
{
	font-family: "Asap"
	font-weight: 400;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px
	max-width: 100%;
	background-color: #606060;
}

a
{
	display: inline-block;
}

section
{
	position: relative;
}

.main-container 
{
	/*padding-bottom: 80px;*/
	max-width: 100%;
	overflow: hidden;
	background: #fff;
}

.box-container 
{
	position: relative;
    z-index: 2;
    background-color: #fff;
    height: 100%;
}
.container
{
	width: 100%;
	text-align: center;
	padding: 35px 5px;
	padding-bottom: 15px;
	margin-top: 15px;
}

.container.portada img
{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.container-full
{
	width: 100%;
	padding: 0 15px;
}

.fila
{
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.fila.fila-centrada
{
	justify-content: center;
}

.columna
{
	padding-left: 15px;
	padding-right: 15px;
}

.columna-100
{
	width: 100%;
}

.columna-50
{
	width: 50%
}

.columna-41
{
	width: 41.33%
}

.columna-33
{
	width: 33.33%
}

.columna-25
{
	width: 25%
}

.columna-16
{
	width: 16.66%
}

.columna-8
{
	width: 8.33%
}

.orden
{
	order: 2;
}

.sin-padding
{
	padding-right: 0;
	padding-left: 0;
}

.contenedor-cuadrado
{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
	background-color: rgb(7,19,48);
	cursor: pointer;
}

.contenedor-cuadrado.cont-rect
{
	padding-bottom: 56.25%;
}

.contenedor-cuadrado img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	/*opacity: 0.75;
	filter: grayscale(1);*/
}

.contenedor-cuadrado .contenido-cuadrado
{
	position: absolute;
	text-align: center;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	top: -100%;
	color: #fff;
}

.contenedor-cuadrado .contenido-cuadrado h2
{
	margin-top: 0;
}

.seccion
{
	padding-top: 60px;
	padding-bottom: 60px;
}

.centrar-texto
{
	text-align: center;
	justify-content: center;
}

.inclinar--texto
{
	font-style: italic;
}

.justificar-texto
{
	text-align: justify;
}

.video-fondo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 2;
	filter: grayscale(1);
	opacity: 0.5;
}

.trama-video
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background-image: linear-gradient(to left, #03318C 5%, rgba(7,19,48,0.5) );
}

.importante
{
	font-style: italic;
}

.titulos
{
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
	font-size: 40px;
	text-shadow: 2px 2px 2px #558C03;
	position: relative;
}

#banner
{
	background-color: #000;
	height: 100vh;
}

#banner .banner-home
{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.75;
	object-fit: cover;
	object-position: center;
}


.btn
{
	padding: 10px 30px;
	font-size: 16PX;
	text-decoration: none;
	text-align: center;
	border-radius: 15px;
	border-width: 2px;
	border-style: solid;

}

.btn-circulo
{
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	font-size: 20px;
	border-radius: 100px;
	border-width: 2px;
	border-style: solid;
	text-decoration: none;
}

.btn-circulo.border-blanco
{
	color: #fff;
	border-color: #FFF;
}

.btn.boton-transparente
{
	background-color: transparent;
	border-color: #FFCA31;
	color: #FFCA31;
}

.btn.boton-amarillo
{
	border-color: #FFC53D;
	background-color: #FFC53D;
	color: #824C00;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed
 {
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
 }

.row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ws-contact-numbers 
{
	    padding-top: 1px;
    width: 100%;
}
.ws-contact-myinfo {
    width: 65%;
    margin: 0 auto;
    float: none;
    margin-top: 25px;
    margin-bottom: 25px;
}

.ws-contact-numbers-detail 
{
    font-size: 1.1rem;
    font-weight: 300;
    color: #333333;
    text-align: left;
    /* margin-left: 0; */
}

svg {
    fill: #fff;
    width: 55px !important;
    height: 55px !important;
    padding: 5px;
    border-radius: 100%;
    background: #03258C;
}

p, span, label 
{
    margin-bottom: 5px;
}

p 
{
    margin-top: 1;
    margin-bottom: 1rem;
}

.col-3 
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-9 
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.carousel
 {
	min-height: 100px;
	overflow:hidden;
	position:relative;
	width:100%;
	height:300px;
	-webkit-perspective:500px;
	perspective:500px;
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d;
	-webkit-transform-origin:0% 50%;
	transform-origin:0% 50%;
 }
 .carousel.carousel-item
 {
	 display: flex;
	 flex-direction: column;
	 position: absolute;
	 justify-content: center;
	 align-items: center;
	 width: 800px;
	 height: 800px;
 }

  .carousel .carousel-item img
 {
 	width: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
 	/*width: 100%;
	padding-bottom: 100%;
	position: relative;
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;*/
	border-radius: 20px;
 }
.center.center-align
{
    text-align: center;
}

.w-100
{
	width: 100%;
	height: 100%;
}
/*
@media (max-width: 700px)
{

	.previewPage__perfil
{
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
    border: 4px solid #fff
}
}*/

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  max-height: 800px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
