@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
  
  font-family: 'Arial Bold', sans-serif;
}
body
{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  
}

a{
    color: #009BDD;
    
}
.p-l-0{
    padding-left: 0 !important;
}
.p-20{
    padding: 20px !important;
}
.f-20{
    font-size: 2em;
}
.p-t-20{
    padding-top: 20px;
}
.m-t-10{
    margin-top: 10px !important;
}
.sidenav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(1, 1, 1, 1);
    overflow: hidden;
    transition: 0.5s;
    text-align:center;
    color: #fff;
    text-align: justify;
}
.sidenav a {
    /* padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    transition: 0.3s; */

}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    z-index: 120;
}
body{
  overflow-y: scroll !important;
    box-sizing: border-box;
    overflow: hidden;
}
.btn-login{
    width: 120px;
    position: absolute;
    right: -67px;
    top: 10%;
    border: 1px solid #ccc;
    background-color: #009BDD;
    z-index: 100;
    vertical-align: middle;
    transition: 0.2s;    
    border-radius: 10px 0 0 10px;
    display: inline-block;
}
.btn-login:hover{
    right: -1px;    
}
.btn-login a{
    text-decoration: none;
    
    display: inline-block;
}
.btn-login span{
    color:#fff;  
    transition: 0.5s; 
    margin-left:15px;
}
.btn-login i{
    color: #fff !important;
}
.sidenav .closebtn:hover i{
    color:#fff !important;
}
.btn-option {
    height: 40px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 20px;
    background-color: #607d8b;
    z-index: 100;
    vertical-align: middle;
    transition: 0.2s;
    border-radius: 10px;
    display: inline-block;
    color:#fff;
    

}
.s-hero {
    position: relative;
    /* color: #FFF; */
    /* background-color: #117bf3; */
    background-image: url(tapiz12.svg);
    /* background-position: center fixed; */
    -webkit-background-size: 20em, 20em;
    -moz-background-size: 20em, 20em;
    -o-background-size: 20em, 20em;
    background-size: 20em, 20em;
    /* background-position: 0px 0px; */
    /* font-size: 17px;
    line-height: 1.53333333; */
    /* overflow: hidden; */
    /* fill:#000; */
}
.vertical-center {
    display: flex;
    align-items: center;
    height: calc(100% - 90px);
}
.container-fluid2{
    height:100%;
    display:table;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
   
  .row-fluid {height: 100%; display:table-cell; vertical-align: middle;}
   
  .imgLogoMed{
      width: 15em;
  }
  
  .centering {
    float:none;
    margin:0 auto;
  }
/* .vertical-center:before {    
    content: ' ';
    display: inline-block;
    vertical-align: middle;  
    height: 100%;
  } */
.navbar{
    background-color: transparent !important;
    border: none;
}
i{
    transition: 0.5s;
}
.btn-icon{
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}
.btn-icon:hover i{
    color:#000 !important;
}
/* *:focus {
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
} */
.c-base{
    color: #009BDD;
}
.c-white{
    color: #fff;
}
.starfield {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.starfield > canvas {
    display: block;
}
.detalles{
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    transition: 0.5s;
    text-align: center;
    color: #000;
    text-align: justify;
}
.h-200{
    height: 200px;
}
.instruction {
    font-size: 2.5rem;
}
footer {
    position: fixed; /*By Andrés Ortiz*/
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: #009BDD;
    color: #fff !important;
    font-size: 0.9em;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
footer a{
    color: #fff !important;
    font-weight:bold;
    
}
footer form {
    margin-bottom: 0;
}
footer .subtext {
    font-size: 0.75rem;
    color: #000;
}
footer .subtext a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
/* botones */ 
/* .process-row {
    display: table-row;
}

.process {
    display: table;     
    width: 100%;
    position: relative;
}


.process-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.process-step p {
    margin-top:10px;
    
} */
.opciones{
    display: inline-block;
    text-align: center;
}
.btn-circle {
  width: 2em;
  height: 2em;
  text-align: center;
  padding: 6px 0;
  font-size: 2em;
  border-radius: 10px;
  background-color: #009BDD !important;
  color: #fff !important;
  border: none;
}
.btn-circle:hover{
    background-color: #009BDD;
}
/*otro*/
.menu{
    list-style: none;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    position: relative;
}
/* nav .btn-primary.active, .btn-primary:active, nav .open>.dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color:  #009BDD !important;
    border:none !important;
}
nav .btn-primary.focus, nav .btn-primary:focus {
    color: #fff !important;
    background-color:  #009BDD !important;
    border:none !important;
} */
.opcion{
    float: none;
    margin-left: auto;
    margin-right: auto;
}
nav .dropdown-menu{
    right: 0;
    left: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #009BDD !important;
    color: #fff;
}
.m-0{
    margin: 0 !important;
}
.search-bar{
    margin-bottom: 10px;
}
.bgm-blue-base{
    background-color: #009BDD !important;
    color: #fff;
}
.overflow-y{
    max-height: 450px;
    overflow-y: auto;
}
.nav-pills>li>a {
    border-radius: 0 !important;
}
.modal-content{
    border-radius: 0px;
}
nav .dropdown-header{
    border-bottom: 2px solid #009BDD;
}
/* this CS forms the triangles */
.container:after,
.container:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
}
nav .dropdown-menu {
    list-style: none !important;
}
/* nav .dropdown-menu:after {
    content: '';
    display: block;
    position: absolute;
    
    width: 20px;
    height: 20px; 
    left: calc(48%);
    background: #FFFFFF;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
     -moz-transform:rotate(45deg);
      -webkit-transform:rotate(45deg);
    } */
/* nav .dropdown-menu> .abajo{
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    
    border-top: 20px solid #fff;
    left: 48%;
    color: #fff;
} */
nav .dropup .dropdown-menu, nav .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 5px !important;
}
.title-text{
    color:#009BDD !important;
    font-weight: bold;
}    

@media only screen and (max-width : 480px) {
    .title-text{
        font-size: 1em;
        
    }
    
    .mega-dropdown-menu {      
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2000;
    }
    .vertical-separe{
        border-right: 0 !important;
        border-bottom: 1px solid #009BDD;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .btn-login {
        top:10px;
    }
}
@media only screen and (min-width : 480px) and (max-width:768px){
    .title-text{
        font-size: 1.5em;
       
    }
}
.navbar .dropdown-menu li>a, .navbar.navbar-default .dropdown-menu li>a {
    font-size: 1em !important;
    padding: 5px 16px !important;
}
/*@media only screen and (min-width : 992px) {
    
}

/* Large Devices, Wide Screens */
/* @media only screen and (min-width : 1200px) {

}  */

.btn-app-store{
    background-color: #009BDD;
	color: white !important;
	position: relative;
	height: 60px;
	padding-left: 55px;
	padding-right: 20px;
}
.btn-app-store i{
	font-size: 40px;
	position: absolute;
	left: 10px;
}
.btn-app-store .small{
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 2px;
    margin-top: 5px;
}
.btn-app-store .big{
	display: block;
	text-align: left;
	font-size: 21px;
	line-height: 21px;
}
.navbar {
    margin-bottom: 0 !important;
}
.mega-dropdown {
    position: static !important;
  }
  .mega-dropdown-menu {
      position: absolute;      
      background-color: #fff;
      transition: all 1ms;
      box-sizing: border-box;
      padding-bottom: 15px;
      /* display: none; */
  }
  .mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mega-dropdown-menu .contactos>.zmdi-close-circle-o{
      font-size: 2em;
  }

.vertical-separe{
      border-right: 1px solid #009BDD;
      margin-top: 10px;
      margin-bottom: 10px;
      box-sizing: border-box;
  }
a.contactos:not(.btn-circle){
    margin-top: 10px;
}


/*CSS TARJETAS*/

.card-section-gcv {
    padding: 60px 0 30px;
    background: #f1f1f1;
  }
  
  .card-section-gcv>h1 {
    font-size: 48px;
    text-align: center;
    margin: 0 0 10px;
  }
  
  .card-section-gcv>h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 60px;
    color: #aaaaaa;
    text-transform: uppercase;
  }
  
  .card-container-gcv {
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    -o-perspective: 1500px;
    perspective: 1500px;
    margin-bottom: 30px;
  }
  
  .card-gcv {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
  }
  
  .front-gcv {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 46px;
    border: 1px solid rgb(200, 197, 197);
  }
  
  .front-gcv:hover{
    box-shadow: 0 0 15px 0 rgba(80, 80, 80, 0.774);    
    transform: scale(1);
  
  }
  
  .sombra:hover{
    box-shadow: 0 0 15px 0 rgb(224, 83, 83, 0.774);    
    transform: scale(1);
  
  }
  
  .sombra2:hover{
    box-shadow: 0 0 15px 0 rgb(51, 194, 175, 0.774);    
    transform: scale(1);
  }
  
  .sombra3:hover{
    box-shadow: 0 0 15px 0 rgb(51, 181, 229, 0.774);    
    transform: scale(1);
  
  }
  
  .front-gcv {
    z-index: 2;
  }
  
  .card-container-gcv, .front-gcv {
    width: 100%;
    height: 420px;
    border-radius: 4px;
    
  }
  
  .card-gcv .cover-gcv {
    height: 120px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
  }
  
  .card-gcv .cover-gcv img {
    width: 100%;
    height: auto;
  }
  
  .card-gcv .cover-gcv.cover-gradient {
    background: #ffffff;
    background-image: radial-gradient(circle at 50% 100%, #232727 0%, #353a3b 33%, #353a3b 66%, #232727 100%);
  }
  
  .card-gcv .imag-gcv {
    border-radius: 1%;
    display: block;
    height: 180px;
    margin: -105px auto 0;
    /* overflow: hidden; */
    padding : 15px;
    width: 180px;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); */
    
  }
  
  .card-gcv .imag-gcv img {
    
    /* border: 5px solid #ffffff; */
    min-height: var(--min-image-height,150px);
    max-height: var(--min-image-height,150px);
    width: 100%;
  }

  .card-gcv .content-gcv {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
  }
  
  .card-gcv .name-gcv {
    color: black;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: capitalize;
  }
  
  .card-gcv .subtitle-gcv {
    color: #aaaaaa;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .card-gcv .footer-gcv {
    width: 100%;
    font-size: 10px;
    color: #aaaaaa;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #eeeeee;
  }
  
  .card-gcv .footer-gcv .social-gcv a {
    margin: 0 7px;
    font-size: 5px;
  }
  
  .botonShiny {
    position: relative;
    /* background-color: #1b1f20;
      color: white; */
    transition: 0.5s;
    overflow: hidden;
  }
  
  .botonShiny:hover {
    /* background-color: #161c1f; */
  }
  
  .botonShiny::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s;
  }
  
  .botonShiny:hover::before {
    left: 100%;
  }

  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    text-align: center;
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  .menu li:hover {
    background-color: #0099cc;
  }

  .menu a{
      text-decoration: none;
  }
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front-gcv, .back-gcv {
      -ms-backface-visibility: visible;
      backface-visibility: visible;
    }
  }
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .back-gcv {
      visibility: hidden;
      -ms-transition: all 0.2s cubic-bezier(.92, .01, .83, .67);
    }
  }
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front-gcv {
      z-index: 4;
    }
  }
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-container-gcv:hover .back-gcv {
      z-index: 5;
      visibility: visible;
    }
  }
  

  /*CSS CARDS GIRATORIAS INDICADORES DE GESTIÓN---------------------------------------------------------------------------------*/

  .card-section-imagia {
    padding: 60px 0 30px;
    margin-bottom: 100px;
    
  }
  
  .card-section-imagia > h1 {
    font-size: 48px;
    text-align: center;
    margin: 0 0 10px;
  }
  
  .card-section-imagia > h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 60px;
    color: #aaaaaa;
    text-transform: uppercase;
  }
  
  .card-container-imagia {
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    -o-perspective: 1500px;
    perspective: 1500px;
    margin-bottom: 30px;
  }
  
  .card-container-imagia:hover .card-imagia {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
  }
  
  .card-imagia {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
  }
  
  .front-imagia, .back-imagia {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 46px;
  }
  
  .front-imagia {
    z-index: 2;
  }
  
  .back-imagia {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    z-index: 3;
  }
  
  .card-container-imagia, .front-imagia, .back-imagia {
    width: 100%;
    height: 420px;
    border-radius: 4px;
  }
  
  .card-imagia .cover-imagia {
    height: 120px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
  }
  
  .card-imagia .cover-imagia img {
    width: 100%;
    height: auto;
  }
  
  .card-imagia .cover-imagia.cover-gradient {
    /* background: #ffffff; */
    background-image: radial-gradient(circle at 50% 100% , #ADCACE 0%, #89BECE 33%, #34A1C8 66%, #036EAD 100%);
  }
  
  .card-imagia .user-imagia {
    border-radius: 50%;
    display: block;
    height: 130px;
    margin: -65px auto 0;
    overflow: hidden;
    width: 120px;
  }
  
  .card-imagia .user-imagia img {
    background: #FFFFFF;
    border: 5px solid #FFFFFF;
    width: 100%;
  }
  
  .card-imagia .content-imagia {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
  }
  
  .content-back-imagia {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .card-imagia .name-imagia {
    color: #000;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
  }
  
  .card-imagia .subtitle-imagia {
    color: #aaaaaa;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .card-imagia .footer-imagia {
    width: 100%;
    color: #aaaaaa;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #eeeeee;
  }
  
  .card-imagia .footer-imagia .social-imagia a {
    margin: 0 7px;
    font-size: 18px;
  }
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front-imagia, .back-imagia {
      -ms-backface-visibility: visible;
      backface-visibility: visible;
    }
  }
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .back-imagia {
      visibility: hidden;
      -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
  }
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front-imagia {
      z-index: 4;
    }
  }
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card-container-imagia:hover .back-imagia {
      z-index: 5;
      visibility: visible;
    }
  }

  /*-----CSS TARJETAS PRINCIPAL----------------------------------------------------------------*/

  .containerGCV
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    transform-style: preserve-3d;
    margin-bottom: 100px;
}
.containerGCV .box
{
    position: relative;
    width: 300px;
    height: 400px;
    margin: 40px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 20px;
    transform-style: preserve-3d;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.containerGCV .box::before
{
    content: 'ESAN';
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 6em;
    font-weight: 900;
    color: #000000;
    font-style: italic;
    opacity: 0;
    transition: 0.5s;
}
.containerGCV .box::after
{
    content: 'ESAN';
    position: absolute;
    bottom: 20px;
    right: 60px;
    font-size: 5em;
    font-weight: 900;
    color: #000000;
    font-style: italic;
    opacity: 0;
    transition: 0.5s;
}
.containerGCV .box:hover::before,
.containerGCV .box:hover::after
{
    opacity: 0.04;
}
.containerGCV .box:hover{
  box-shadow: 0 0 15px 0 rgba(80, 80, 80, 0.774);    
  transform: scale(1);

}
.containerGCV .box .name
{    
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: bold;
    color: rgb(0, 0, 0);
    width: 100%;
    transform-style: preserve-3d;
    transform: translate3d(0,0,75px);
    transition: 0.5s;
    /* opacity: 0; */
    z-index: 10;
}
.containerGCV .box:hover .name
{
    top: 10px;
    opacity: 1;
}
.containerGCV .box .buy
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform-style: preserve-3d;
    transform: translate3d(-50%,0,75px);
    font-weight: bold;
    color: #fff;
    background: #333;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
    opacity: 0;
    z-index: 10;
}
.containerGCV .box:hover .buy
{
    bottom: 30px;
    opacity: 1;
}
.containerGCV .box .circle
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transition: 0.5s;
    background: #fff;
    transform-style: preserve-3d;
    z-index: 10;
    opacity: 1;
    transform: translate3d(-50%,-50%,0px);
}
.containerGCV .box .product
{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 250px;
    transition: 0.5s;
    z-index: 11;
    transition: 0.5s;
    transform-style: preserve-3d;
    transform: translate3d(-50%,-50%,0px);
}
.containerGCV .box:hover .product
{
    transform: translate3d(-50%,-50%,100px);
}


.containerGCV .box:nth-child(1) .circle,
.containerGCV .box:nth-child(1) .buy
{
    background: #00aeef; 
}
.containerGCV .box:nth-child(2) .circle,
.containerGCV .box:nth-child(2) .buy
{
    background: #f47b29;
}
.containerGCV .box:nth-child(3) .circle,
.containerGCV .box:nth-child(3) .buy
{
    background:  #00904c;   
}
.containerGCV .box:nth-child(4) .circle,
.containerGCV .box:nth-child(4) .buy
{
    background: #00a7ab;   
}
.containerGCV .box:nth-child(5) .circle,
.containerGCV .box:nth-child(5) .buy
{
    background: #ae3e97;   
}
.containerGCV .box:nth-child(6) .circle,
.containerGCV .box:nth-child(6) .buy
{
    background: #00aeef; 
}





/*----------CSS TARJETAS CRONOGRAMAS------------------------------*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  
}

main{
  width: 100%;
  /* max-width: 1000px; */
  margin-bottom: 100px;
}

.title{
  text-align: center;
  margin-top: 60px;
}

.container-bo{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
  
}

.bo{
  width: 250px;
  height: 250px;
  margin: 10px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 14px;
  text-align: center;
  margin-top: 100px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);

}

.bo img{
  width: 100%;
  transition: all 400ms;
}

.box3 img{
  width: 70%;
  transition: all 400ms;
}

.box4 img{
  width: 60%;
  transition: all 400ms;
}

.box5 img{
  width: 55%;
  transition: all 400ms;
}

.bo h2{
  font-size: 16px;
  margin-top: 10px;
  transition: all 500ms;
}

.bo .container-p{
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0px 10px;
  border-radius: 0px 0px 14px 14px;
}

.bo p{
  font-size: 14px;
  color: #7a7a7a;
  opacity: 0;
  transform: translateY(150px);
  transition: all 600ms;
}


/*Efecto Hover*/

.container-bo .bo:hover{
  box-shadow: 0 0 15px 0 rgba(80, 80, 80, 0.774);    
  transform: scale(1);
}

.bo:hover{
  background: #fbfbfe;
}

.bo:hover img{
  transform: translateY(-130px);
}

.bo:hover h2{
  transform: translateY(-130px);
}

.bo:hover .container-p p{
  transform: translateY(10px);
  opacity: 1;
}

.container-bo .bo:nth-child(1) .buy
{
    background: #379bf7;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;   
}
.container-bo .bo:nth-child(2) .buy
{
    background: #ee4646;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;   
}

.container-bo .bo:nth-child(3) .buy
{
    background: #389444;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;   
}

.container-bo .bo:nth-child(4) .buy
{
    background: #9137f7;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;   
}

.container-bo .bo:nth-child(5) .buy
{
    background: #f7b437;
    font-weight: bold;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;   
}


.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:20px;
  color:#009BDD;
  cursor:pointer;
  position:fixed;
  bottom:60px;
  right:10px;
  z-index:2;
}

/*---------------CSS PÁGINA EN CONSTRUCCIÓN--------------------------------*/

.error
{
  min-height: 100vh;
  background: linear-gradient(0deg,#fff,#03a9f4);
}
.sky
{
  position: relative;
  widows: 100%;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sky h2
{
  font-size: 100px;
  color: #fff;
  text-shadow: 15px 15px 0 rgba(0,0,0,0.1);
}
.sky h2 span
{
  display: inline-block;
  animation: animate 2s ease-in-out infinite;
}
.sky h2 span:nth-child(even)
{
  animation-delay: -1s;
}
@keyframes animate
{
  0%,100%
  {
    transform: translateY(-30px);
  }
  50%
  {
    transform: translateY(30px);
  }
}
.field
{
  padding: 100px;
  height: 40vh;
  background: #620d42;
  box-shadow: inset 0 20px 10px #51680c;
  text-align: center;
  margin-bottom: 100px;
}
.field h2
{
  color: #fff;
  font-size: 2em;
  margin-bottom: 20px;
}
.field a
{
  background: #fff;
  color: #000;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
}
.plane
{
  position: absolute;
  bottom: 200px;
  left: 100px;
  max-width: 300px;
}
.grass
{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: url(../img/grass.png);
  background-position: bottom;
  animation: animateGrass 0.2s linear infinite;
}
@keyframes animateGrass
{
  0%
  {
    background-position: 0 0;
  }
  100%
  {
    background-position: -94px 0;
  }
}

/* ----------------- CSS MAPA -------------------- */

.mapa{
  padding-top: 60px;
  height: auto;
  width: auto;
}




#query::selection{
  background-color: transparent;
}


svg{
  width: 100%;
}

.paddinButtons{
  padding-bottom: 8px;
}