:root {
  --main-white-color: white;
  --main-black-color: black;
  --dark: rgb(35, 35, 35);
  --font1: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --color-font1: #222;
  --font-w1: 300;
  --bg-cristal: #d0d0d04d!important;
  --color-main-menu :#011f62;
  --color-txt-light: #fff;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
  overflow-x: hidden;
}
.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*
  background-position: center;
  background-position-y: 15%;
 */
.owl-carousel .owl-slide {
  position: relative;
  height: 100vh;
  background-color: lightgray;
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
}

.owl-carousel .owl-slide-animated {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

section {
  display: none;
}

@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    top: 5%;
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}

/* Personalizacion */

   /*Aliineacion de mini banners en web .owl-carousel*/
   .div.mini-banners-web.owl-loaded.owl-drag > div.owl-stage-outer > div > div:nth-child(3) > div {
    text-align: center;
    margin: 0 auto;
  }
  .div.mini-banners-web.owl-loaded.owl-drag > div.owl-stage-outer > div > div:nth-child(3) > div > a{
    
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }

  .text-center {
      text-align: center!important;
      margin: 0 auto;
      width: 100%;
  }
  /* quitando indicador en mini carousel */
  .mini-banners-web > .owl-dots{
    display: none;
  }

  .loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;

    /* Centrado */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }


  .no-display {
    display: none !important;
  }

  div.mini-carousel {
    display: inline-grid;
    max-width: 259px;
    margin: auto;
  }

  div.redes>div {
    max-width: 33.33%;
  }

  .mini-carousel>div:not(:first-child) {
    display: none;
  }

  #navbarToggler>ul.navbar-nav>li.nav-item {
    margin: 0em 1em;
  }

  .fullSize {
    position: fixed;
  }

  .owl-nav {
    left: 15% !important;
  }

  .xclosed {
    right: 2%;
    font-size: 5em;
    top: 0%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    position: fixed;
    z-index: 10000;
    line-height: 1.5;
    color: rgb(168, 170, 173);
    cursor: pointer;
  }

  .xclosed:hover {
    color: rgb(0, 0, 0);
  }

  form.UserLoginForm>div.row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .logo-container {
    text-align: center;
    max-width: 25%;
    position: absolute;
    top: 0;
    /*z-index: 2500;*/
    left: 10.5%;
    margin-top: 10%;
  }

  .mobil-50 {
    width: 50%;
  }

  @media only screen and (max-width: 600px) {
    .only-web {
      display: block;
    }

    .xclosed {
      right: 4%;
      font-size: 2.5em;
      top: 0%;
    }
  }

  /* para resoluciones grandes */
  @media only screen and (min-width: 1100px) {
    .only-web {
      display: block;
    }

    nav.navbar.navbar-expand-lg {
      position: fixed;
      width: 100%;
      background-color: transparent;
      color: #fff;
      z-index: 5000;
    }

    li.nav-item.active>a.nav-link {
      border: 3px;
      border-color: rgba(255, 255, 255, 0.7);
      border-style: solid;
      border-radius: 10px;
      color: #fff;
    }

    li.nav-item>a.nav-link {
      color: #fff !important;
    }

    li.nav-item>a.nav-link:hover {
      text-decoration: underline;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 7px;
      text-underline-position: under;
    }

    .logo-container {
      width: 300px;
      max-width: 300px;
      margin: 0 auto;
    }

    .logo-container.only-mobil,
    .no-display-in-big {
      display: none !important;
    }

    div.owl-slide-text>div.row:first-child>a {
      padding: 0 4em;
    }

    div.owl-slide-text>div.row:first-child>a>img {
      padding-top: 0em !important;
      margin: 0px;
    }

    .navbar {
      z-index: 10;
    }

    .only-mobil {
      display: none !important;
      /*
        *** Beta para full-size ***
        position: fixed;
        top: 0%;
      */
    }
  }

  /* para resoluciones menores a 1100px */
  @media only screen and (max-width: 1100px) {
    .only-web {
      display: none;
    }

    div.owl-slide-text>div.row:first-child>a>img {
      padding: 0px !important;
      /*margin-top: 24%;*/
    }

    div.carousel-main>div.owl-stage-outer>div.owl-stage>div.owl-item>div.owl-slide {
      background-image: url(/img/slider/fondo-mobil2.jpg) !important;
    }

    section.only-mobil>div.owl-stage-outer>div.owl-stage>div.owl-item>div.owl-slide {
      background-size: 180% 100%;
      background-position: 80%;
      background-repeat: no-repeat;

    }

    .owl-dots {
      display: none;
    }
  }

  @media only screen and (max-width: 1000px) {
    #usuario-nologeado {
      width: 100%;
    }
    #logox,#logo0{
      max-height: 150px;
    }
    .logo-container {
      max-width: 50%;
      width: 50%;
      margin: 0 auto !important;
      padding-top: 0%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .owl-dots {
      top: 90% !important;
    }

    div.accordion {
      width: 100% !important;
    }

    div.owl-slide-text>div.row:first-child {
      width: 100% !important;
      padding-top: 0em !important;
      position: static;
      display: flex;
      margin: 0;
    }

    div.owl-slide-text>div.row:first-child>a {
      padding-top: 0px !important;
    }

    div.owl-slide-text>div.row:first-child>a>img {
      padding: 5%;
    }
  }

  /*solo en mobilies con 800 de ancho en adelante*/
  /*
  @media only screen and (min-width: 1090px){
    header{
      display: none;
    }
  }
  */

  @media only screen and (min-width: 1000px) {
    .owl-dots {
      top: 95% !important;
    }

    .owl-nav {
      top: 5% !important;
      -webkit-transform: translateX(-50%) !important;
      transform: translateX(-156%) !important;
    }

    div.accordion {
      width: 65% !important;
    }
  }


  div.row.justify-content-center.justify-content-md-start,
  .row .center-block .text-center {
    margin-right: 0px;
    margin-left: 0px;
  }

  div.owl-slide-text>div.row {
    padding: 0 15px;
  }

  div.accordion.space-logo {
    align-content: center;
    align-items: center;
    border: 0;
    margin: 0px;
    padding: 0px;
    /* padding-top: 200px; */
  }

  div.flotante {
    background-color: transparent;
    position: fixed;
    width: 30vh;
    height: 31px;
    /*z-index: 2500;*/
    right: 20%;
  }

  div.flotante>ul {
    position: fixed;
  }

  div.flotante>ul>li {
    list-style: none;
  }

  div.flotante>ul>li:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10%;
  }

  div.flotante>ul>li>a {
    padding: 0 10px;
    color: #fff;
    font-size: 2.5em;
  }

  div.flotante>ul>li>a:hover {
    text-decoration: none;
    color: #ff5300;
    text-shadow: #fff 1px 2px 1px;
  }

  .owl-nav {
    display: none;
  }

  /*para mantener posicion para otros slider*/
  .owl-slide-text {
    display: -webkit-box;
  }


/* Buttoms material Custom*/
.material-button {
position: relative;
display: inline-block;
box-sizing: border-box;
border: none;
border-radius: 4px;
padding: 0 16px;
min-width: 64px;
height: 36px;
vertical-align: middle;
text-align: center;
text-overflow: ellipsis;
text-transform: uppercase;
color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
font-size: 14px;
font-weight: 500;
line-height: 36px;
overflow: hidden;
outline: none;
cursor: pointer;
transition: box-shadow 0.2s;
}

.material-button::-moz-focus-inner {
border: none;
}

/* Overlay */
.material-button::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
opacity: 0;
transition: opacity 0.2s;
}

/* Ripple */
.material-button::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
border-radius: 50%;
padding: 50%;
width: 32px; /* Safari */
height: 32px; /* Safari */
background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
opacity: 0;
transform: translate(-50%, -50%) scale(1);
transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.material-button:hover,
.material-button:focus {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
text-decoration: none;
color:#fff;
}

.material-button:hover::before {
opacity: 0.08;
}

.material-button:focus::before {
opacity: 0.24;
}

.material-button:hover:focus::before {
opacity: 0.3;
}

/* Active */
.material-button:active {
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.material-button:active::after {
opacity: 0.32;
transform: translate(-50%, -50%) scale(0);
transition: transform 0s;
}

/* Disabled */
.material-button:disabled {
color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
box-shadow: none;
cursor: initial;
}

.material-button:disabled::before {
opacity: 0;
}

.material-button:disabled::after {
opacity: 0;
}
.btn-registro{
  background-color: #ef4d32;
  width: 100%;
  height: 3em;
  line-height: 3em;
}
.btn-ingreso{
  background-color: #36a2a2;
  width: 100%;
  height: 3em;
  line-height: 3em;
}
/* modelo extra */
button.btn-base{
    padding: 5px;
    border: 0;
    border-radius: 0.35em;
    background-color: transparent;
    /*background-image: linear-gradient(-90deg, #f00,#c8305f);*/
    /* background-image: linear-gradient(-90deg, #014,#1931F9); */
    background-image: linear-gradient(-90deg, #062276,#243cff); 
    cursor: pointer;
    transition: all 200ms cubic-bezier(0.57, 0.21, 0.69, 3.25);
    will-change: transform;
    width: 48%;
    margin: 1% 1%;
}
button.btn-red{
    padding: 5px;
    border: 0;
    border-radius: 0.35em;
    background-color: transparent;
    background-image: linear-gradient(-90deg, #f00,#c8305f);
    
    cursor: pointer;
    transition: all 200ms cubic-bezier(0.57, 0.21, 0.69, 3.25);
    will-change: transform;
    width: 48%;
    margin: 1% 1%;
    min-width: 100px;
}

button.btn-base.download,
button.btn-red.download,
button.btn-red-dark.download{
  /*background-image: linear-gradient(-90deg, #6bff00,#0d6403);*/
  background-color:#222;
}
button.btn-base.border-green{
  background-image: linear-gradient(-90deg, #6bff00,#0d6403);
}

button.btn-base.border-red{
    background-image: linear-gradient(-90deg, #f00,#c8305f);
}

button.btn-base.download span,
button.btn-red.download span,
button.btn-red-dark.download span{
    color:#fff;
}

button.btn-base span{
    display: block;
    padding: 0.5em 0em;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.15em;
    /*background-color:#631f2b; #001572*/
    background-color:#222;
    color: #fff;
}

button.btn-red-dark span{
    display: block;
    padding: 0.5em 0em;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.15em;
    background-color:#222;
    color: #fff;
}

button.btn-red span{
    display: block;
    padding: 0.5em 0em;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.15em;
    background-color:#631f2b;
    color: #fff;
}
button.btn-base.download span{
background-color: #063c00;
}


button.btn-base:focus,
button.btn-red:focus,
button.btn-red-dark:focus{
    outline: none;
}

button.btn-base:hover,
button.btn-red:hover,
button.btn-red-dark:hover{
    transform: scale(0.95);
}

button.btn-base:hover span,
button.btn-red:hover span,
button.btn-red-dark:hover span,
button.btn-red.bg-dark:hover span{
    background-color: transparent;
    color: white;
}

button.btn-red.bg-dark> span{
  background-color: #222;
}

.btn1 {
border: none;
display: block;
text-align: center;
cursor: pointer;
text-transform: uppercase;
outline: none;
overflow: hidden;
position: relative;
color: #fff;
font-weight: 700;
font-size: 15px;
background-color: #222;
padding: 13px 60px;
margin: 0 auto;
box-shadow: 0 5px 15px rgba(0,0,0,0.20);
/* custom*/
/*max-width: 200px;*/
}

.btn1 span {
position: relative; 
z-index: 1;
}

.btn1:after {
content: "";
position: absolute;
left: 0;
top: 0;
height: 610%;/*750% 490%*/
width: 113%;/*140%*/
background: #DD1507;/*#ff6039 #78c7d2*/
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn1-mini{
padding: 13px 1em;
}
.btn1-mini:after {
height: 350%;
width: 131%;
}
.btn1:hover{
text-decoration: none;
color: #f3f3f3;
}

.btn1:hover:after {
-webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.botonera-lateral{
list-style: none;
width: 100%;
max-width: 262px;/*245px*/
}
.botonera-lateral>li{
padding: 0.3em 0;
}

.botonera-lateral>li>a.btn1{
width: 100%;
}

/*Barra de Menu*/

header {
	width:100%;
}

header nav {
	width:90%;
	max-width:1000px;
	margin:20px auto;
	background:#00387f;
}
/*
.menu_bar {
	display:none;
}
*/
header nav ul {
	overflow:hidden;
	list-style:none;
}

header nav ul li {
	float:left;
}

header nav ul li a {
	color:#fff;
	padding:20px;
	display:block;
	text-decoration:none;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li a:hover {
	background:#18a408;
}

section {
	padding:20px;
}

@media screen and (max-width:800px ) {

  /*Size Btns in mobil */  
  ul.botonera-lateral{
    max-width: inherit;
  }
  
  ul.botonera-lateral li a::after{  
    height: 820%;
  }

	header nav {
		width:50%;
		height:100%;
		left:-100%;
		margin:0;
    position: fixed;
    z-index: 10;
	}

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}

	header nav ul li a{
    text-decoration: none;
  }
  header nav ul li a:hover{
    color:#fff;
    /*text-shadow: 1px 1px 10px #fff;*/
    text-decoration: none;
    text-shadow: 1px 0px 2px #000;
    font-weight: bold;
  }
  header nav ul li:hover{
    background-color: #57ce01;
  }
	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		/*background:#024959; */
    background: #00387f; 
		color:#fff;    
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}
}

.sliderload,img.sliderload{
    z-index: -10 !important;
}

ul.list2 li, ul li{
  list-style: none;
}

.title-orange-web{
    font-size: 2em;
    font-weight: 600;
    font-family: sans-serif;
    text-transform: uppercase;
    color: rgb(243, 156, 18);
}

.text-title {
  font-size: 1.2em;
  font-weight: 800;
  font-family: sans-serif;
  text-transform: uppercase;
  color: #fff;
  /* color: rgb(243, 156, 18); */

}

.video-bg {
  margin: 0px;
  padding: 0px;
  position: absolute;
  text-align: center;
  width: 100vw;
  height: 100vh;
  background: brown;
  object-fit: cover;
}


.sub-title {
    font-weight: 200;
}

.navbar.animate__animated.navbar-expand-lg.navbar-light.only-web{
  background-color: rgba(0, 0, 0, 0.5);
}
.btn-azul-rey-1{  
    background: #007bff linear-gradient( 
180deg, #268ffd, #011f62) repeat-x !important;
    color: #fff;
    font-size: 1em;
    padding: 0.5em;
    border-color: #011f62;
    border: none;
    min-height: 39px;    
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-azul-rey-1:hover{
  background: #007bff linear-gradient( 
0deg, #268ffd, #011f62) repeat-x !important;
}

.btn-trash{
    background-color: #212529 !important;
    color: #d7d7d7;
    font-size: 1em;
    font-weight: 400;
    height: 40px;
    border: none;
}
.btn-trash:hover{
    color: #fff;
    border-color: #fff;
}

.tooltip-blue div{
  background-color:#011F62;
  color: #fff;
}
/* @media only screen and (max-width: 1000px) {
  div.owl-item > div.owl-slide {
    background-image: url(/img/slider/fondo-mobil2.jpg) !important;
  }
  .resto {
    display: none !important;
  }
}

@media only screen and (max-width: 1100px) {
  div.carousel-main
    > div.owl-stage-outer
    > div.owl-stage
    > div.owl-item
    > div.owl-slide {
    background-image: url(/img/slider/fondo-mobil2.jpg) !important;
  }
} */

/* estilos calendar Ajuste proporsion */
.vdp-datepicker__calendar.cell,
span.cell.day,
span.cell.day-header{  
    height: 1.5em!important;
    line-height: 1.5em!important;
}