html,
body {
  font-family: 'galanogrotesque';
  height: 100%;
  color: #000000;
}

#Top{width:100%; height:105px; border-bottom:5px solid #0280d0; background-color:#FFFFFF; box-sizing:border-box; padding-left:35px; padding-right:100px; z-index: 2; position: relative;}
			
@media all and (max-width: 1400px) {
	#Top{padding-left:50px; padding-right:50px;}
}

@media all and (max-width: 1200px) {
	#Top{padding-left:15px; padding-right:15px;}
}

@media all and (max-width: 600px) {
	#Top{height:70px;}
}

.Bk {
  background-image: url(../img/BK.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 576px) {
  .Bk {
    background-repeat: repeat-y;
    background-size: auto;
  }
}

a.Btn-01{
  display: inline-block;
  background-color: #1a4ed8;
  width: 220px;
  height: 72px;
  border-radius: 8px;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}

a.Btn-01 img{
  width: 46px;
  margin-right: 18px;
}

a.Btn-02{
  display: inline-block;
  width: 220px;
  height: 72px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}

a.Btn-03{
  display: inline-block;
  width: 322px;
  height: 72px;
  border: 3px solid #1a4ed8;
  border-radius: 8px;
  color:#1a4ed8 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  text-decoration: none;
}

a.Btn-04{
  display: inline-block;
  background-color: #fa1979;
  width: 220px;
  height: 72px;
  border-radius: 8px;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
}

a.Btn-04 img{
  width: 46px;
  margin-right: 18px;
}

/*=====================*/

.Top{
  width: 100%;
  height: 106px;
  border-bottom: 5px solid #0280d0;
}

.Hero{
  background-color: #000000;
  min-height: 766px;
  background-image: url(../img/bk-top.jpg)
}

.Hero-txt{
  height: 766px;
  display: flex;
  align-items:flex-start;
  flex-direction: column;
  justify-content: center;
}

.Hero-txt h1{
  font-size: 130px;
  font-family: 'galanogrotesque-ligth';
  color: white;
}

.Hero-txt p{
  color: white;
  font-size: 36px;
  font-family: 'galanogrotesque-ligth';
  margin-top: 25px;
  margin-bottom: 55px;
}

.Hero-txt p strong{
  color: #00c0ff;
  font-size: 36px;
  font-family: 'galanogrotesque-medium';
}

.Hero-img{
  height: 766px;
  display: flex;
  align-items:center;
  flex-direction: column;
  justify-content: flex-end;
}

.Hero-img img{
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .Hero-txt{
    height: 400px;
  }

  .Hero-txt h1{
    font-size: 70px;
  }

  .Hero-img{
    height: 400px;
  }

  .Hero-img img{
    width: 100%;
    max-width: 300px;
  }
}

@media only screen and (max-width: 576px) {
  .Hero-txt{
    height: 550px;
  }

  .Hero-txt h1{
    font-size: 50px;
  }

  .Hero-txt p{
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 35px;
  }

}

.Pestanas{
  margin-top: 80px;
}

.Pestanas p{
  margin-bottom: 40px;
  font-size: 50px;
  font-family: 'galanogrotesque-ligth';
  line-height: 120px;
}

.Pestanas p strong{
  color: #00c0ff;
  font-family: 'galanogrotesque-medium';
}

@media screen and (max-width: 576px){
  .Pestanas p{
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 35px;
  }
}

/*=======Pestañas=======*/

.wrap{
	width: 100%;
}

ul.tabs{
	width: 100%;
	list-style: none;
	display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #444444;
  padding-left: 16px;
  padding-right: 16px;
}

ul.tabs li{
	width: 18%;
}

ul.tabs li a{
	color: #444444;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 20px 0px;
}

ul.tabs li a .tab-text{
	margin-left: 8px;
}

.secciones{
	width: 100%;
}

.secciones article{
	padding: 30px;
  animation-name: Cesar;
  animation-duration: 1s;
  transition-timing-function: ease; 
}

@keyframes Cesar{
  from{margin-top: 50px; opacity: 0;}
  to{margin-top: 0px; opacity: 1;}
}

.secciones article p{
	font-size: 24px;
  line-height: 34px;
  color: #444444;
}


/*=======Pestañas=======*/

.Carrusel-01{
  margin-top: 100px;
}

.Carrusel-01-contenedor{
  min-height: 415px;
  background-color: #0280d0;
  box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;
  border-radius: 32px 0px 32px 0px;
}

.Carrusel-01-info{
  height: 100%;
  background-color: #0280d0;
}

.Carrusel-01-img{
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Carrusel-01-img img{
  width: 100%;
  max-width: 85%;
  height: auto;
}

.Carrusel-01-txt{
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Carrusel-01-txt p{
  color: white !important;
  font-size: 18px;
  margin: 0px;
}

.Carrusel-01-txt p span{
  font-size: 24px;
}

@media screen and (max-width: 576px){
  .Carrusel-01-img{
    height: 280px;
  }

  .Carrusel-01-txt{
  height: 450px;
  text-align: center;
  }
}

.Proponemos{
  background-color: #ebebeb;
  margin-top: -100px;
  padding-top: 200px;
  box-sizing: border-box;
}

.Proponemos p{
  font-size: 50px;
}

.Proponemos-contenido{
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

.Proponemos-contenido img{
  width: 100%;
}

/*=======Tooltip=======*/

.ToolTip {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-align: center !important;
  width: 100%;
}

.ToolTip img{
  width: 30px;
  margin-bottom: 0px;
}

.ToolTip .tiptext {
  visibility: hidden;
  width: 100%;
  background-color: white;
  text-align: center;
  border-radius: 3px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 16px;
}
.ToolTip .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.ToolTip:hover .tiptext {
    visibility: visible;
}

.ToolTip.bottom .tiptext{
    margin-left: -60px;
    top: 100%;
    left: 20%;
}
.ToolTip.bottom .tiptext::after{
    margin-left: -5px;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent #ffffff transparent;
}

/*=======Tooltip=======*/

@media screen and (max-width: 992px){
  .Proponemos-contenido{
    height: auto;
    flex-direction: row;
    margin-bottom: 57px;
  }

  .Proponemos-contenido img{
    max-width: 300px;
  }
}

@media screen and (max-width: 576px){
  .Proponemos-contenido{
    flex-direction: column;
  }

  .Proponemos p{
    font-size: 30px;
  }

  .ToolTip{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.Porque-evaluar{
  margin-top: 100px;
  margin-bottom: 100px;
}

.Porque-evaluar p{
  font-size: 40px;
}

.Carrusel-contenedor-02{
  height: auto;
  margin-bottom: 100px;
}

.Carrusel-02{
  margin-top: 100px;
}

.Carrusel-02-contenedor{
  min-height: 415px;
}

.Carrusel-02-info{
  height: 100%;
  background-color: rgba(100, 100, 111, 0.0);
  margin-bottom: 80px;
}

.Carrusel-02-img{
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.Carrusel-02-img img{
  width: 100%;
  max-width: 85%;
  height: auto;
}

.Carrusel-02-txt{
  min-height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #000000;
}

.Carrusel-02-txt p{
  font-size: 16px;
  margin: 0px;
}

.Carrusel-02-txt p span{
  font-size: 24px;
}

.carousel-indicators button{
  width: 15px !important;
  height: 15px !important;
  border-radius: 30px !important;
  background-color: #007DEA !important;
  transition: all 1s;
}


@media screen and (max-width: 576px){

.Carrusel-02-txt{
  width: 100%;
  padding-left: 50px;
}

.Carrusel-02-txt p{
  margin: auto;
  float: left;
}
}

.Carrusel-contenedor-03{
  height: 400px;
  margin-top: -50px;
}

.Carrusel-03-contenedor{
  height: 400px;
}

.Carrusel-03-info{
  height: 100%;
  background-color: rgba(100, 100, 111, 0.0);
}

.Slider-03-tarjeta{
  width: 100%;
  height: 350px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
  border-radius: 16px;
  color: #444444;
  box-sizing: border-box;
  padding: 30px;
}

.Slider-03-tarjeta img{
  margin-bottom: 20px;
}

.Carrusel-contenedor-03 .carousel-control-prev-icon img{
  width: 100%;
}

.Carrusel-contenedor-03 .carousel-control-next-icon img{
  width: 100%;
}

@media screen and (max-width: 992px){
  .Carrusel-contenedor-03{
    height: 800px;
    text-align: center;
    margin-top: -100px;
  }

  .Carrusel-contenedor-03 .carousel-indicators{
    display: none;
  }

  .Carrusel-03-contenedor{
    height: 800px;
  }  

  .Slider-03-tarjeta{
    height: auto;
  }

  .Slider-03-tarjeta img{
    width: 50px;
  }
}

@media screen and (max-width: 576px){

  .Carrusel-contenedor-03{
    height:1300px;
    text-align: center;
  }

  .Carrusel-03-contenedor{
    height: 1300px;
  } 
}

.Quees{
  margin-top: 100px;
  background: rgb(11,17,41);
  background: linear-gradient(81deg, rgba(11,17,41,1) 0%, rgba(18,34,79,1) 50%, rgba(12,19,34,1) 100%); 
  color: white;
}

.Quees img{
  width: 100%;
}

.Quees-txt{
  box-sizing: border-box;
  padding-top: 50px;
}

@media screen and (max-width: 992px){
  .Quees{
    margin-top: 100px;
  }

  .Quees-txt{
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 576px){
  .Quees-txt{
    text-align: center;
  }
}

.Formulario{
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 150px;
  box-sizing: border-box;
  color: #444444;  
  background: linear-gradient(81deg, rgba(11,17,41,1) 0%, rgba(18,34,79,1) 50%, rgba(12,19,34,1) 100%); 
}

.Formulario p{
  color: #ffffff;  
}

.Formulario p strong{
  color:#ffffff;
  font-size: 24px;
}

.Forma{
  background: #EEF7FD;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 300px;
  box-sizing: border-box;
  padding: 0px;
  padding: 30px;
  color: #444444;
}

.gradient-background {
  background: linear-gradient(45deg, rgb(255, 255, 255) 0%, rgba(185,226,250,1) 100%);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.Forma input{
  border: 1px solid #A7D3F4;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  box-sizing: border-box;
  color: #444444;
  margin-bottom: 30px;
}

.Forma .Radiob{
  border: 1px solid #A7D3F4;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  color: #444444;
}

.Forma .Comentarios{
  border: 1px solid #A7D3F4;
  border-radius: 10px;
  width: 100%;
  height: 130px;
  padding-left: 15px;
  box-sizing: border-box;
  color: #444444;
  margin-bottom: 30px;
}

a.Btn-whatsapp{
  border: 1px solid #ffffff;
  border-radius: 60px;
  width: 250px;
  height: 50px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  margin-right: 0px !important;
  text-decoration: none;
  color: #ffffff !important;
  float: right;
  margin-top: 40px;
  margin-bottom: 50px;
}

a.Btn-whatsapp img{
  margin-right: 24px !important;
}

.Telefonos{
  width: 100%;
  float: left;
  font-size: 24px;
}

a.Btn-contactanos{
  background-color: #007DEA;
  border-radius: 60px;
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white !important;
}

@media screen and (max-width: 992px){
  .Formulario{
    margin-top: 50px; 
  }

  a.Btn-whatsapp{
    float: left;
  }
}

@media screen and (max-width: 576px){
  .Forma{
    padding: 15px;
    margin-top: 50px !important;
  }
}

.Pie{
  min-height: 50px;
  background-color: #007DEA;
  color: #ffffff !important;
  text-align: center;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 10px;
}

.Pie a{
  color: #ffffff !important;
}

/*=====================*/

.Carrusel-contenedor-04{
  margin-top: 50px;
}

.Slider-pestanas{
  border-bottom: 1px solid #d0d0d0;
  height: 65px;
}

.Slider-pestanas span{
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.tabs-detalle-izq::before{
  content: "";
  width: 1px;
  height: 30px;
  background-color: #d0d0d0;
  display: block;
  position: absolute;
  margin-top:10px;
  margin-left: -14px;
}

.Slider-pestanas-active{
	color: #1a4ed8 !important;
  border-bottom: 8px solid #1a4ed8;
}

.Tab-info{
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Tab-info p{
  margin: 0px;
  font-size: 24px;
  font-family: 'galanogrotesque-ligth';
}

.Tab-img{
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Tab-img img{
  height: 100%;
}

@media screen and (max-width: 992px){
  .Tab-info{
    height: 150px;
    text-align: center;
  }

  .Tab-img{
    box-sizing: border-box;
    padding: 30px 0px;
}
}

@media screen and (max-width: 576px){
  .Tab-info{
    height: 250px;
    text-align: center;
  }
  .Tab-img{
    height: 250px;
  }
}

/*==============*/

.Btn-subir {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  top: 88%;
  right: 0px;
}
