/**
* Template Name: Arsha - v4.10.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*************************************************************************GENERAL*******************************************/
body {
  font-family: "Open Sans", sans-serif;
  color: #001555;
  font-weight: 800;
}

p {
  color: #03073e;
  font-weight: 800 !important;
}

a {
  color: #5b84ff;
  text-decoration: none;
  font-weight: 800;
}

a:hover {
  color: #c4d42b;
  text-decoration: none;
  font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/* SCROLL */

.scrol-50 {
  overflow-y: auto !important;
  overflow-x: auto !important;
  height: 50px !important;
}
.scrol-max-50 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 50px;
}
.scrol-100 {
  overflow-y: auto;
  overflow-x: auto;
  height: 100px;
}
.scrol-max-100 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 100px;
}
.scrol-150 {
  overflow-y: auto;
  overflow-x: auto;
  height: 150px;
}
.scrol-max-150 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 150px;
}
.scrol-200 {
  overflow-y: auto;
  overflow-x: auto;
  height: 200px;
}
.scrol-max-200 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 200px;
}
.scrol-250 {
  overflow-y: auto;
  overflow-x: auto;
  height: 250px;
}
.scrol-max-250 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 250px;
}
.scrol-300 {
  overflow-y: auto;
  overflow-x: auto;
  height: 300px;
}
.scrol-max-300 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 300px;
}
.scrol-350 {
  overflow-y: auto;
  overflow-x: auto;
  height: 350px;
}
.scrol-max-350 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 350px;
}
.scrol-400 {
  overflow-y: auto;
  overflow-x: auto;
  height: 400px;
}
.scrol-max-400 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 400px;
}
.scrol-450 {
  overflow-y: auto;
  overflow-x: auto;
  height: 450px;
}
.scrol-max-450 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 450px;
}
.scrol-500 {
  overflow-y: auto;
  overflow-x: auto;
  height: 500px;
}
.scrol-max-500 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 500px;
}
.scrol-550 {
  overflow-y: auto;
  overflow-x: auto;
  height: 550px;
}
.scrol-max-550 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 550px;
}
.scrol-600 {
  overflow-y: auto;
  overflow-x: auto;
  height: 600px;
}
.scrol-max-600 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 600px;
}
.scrol-650 {
  overflow-y: auto;
  overflow-x: auto;
  height: 650px;
}
.scrol-max-650 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 650px;
}
.scrol-700 {
  overflow-y: auto;
  overflow-x: auto;
  height: 700px;
}
.scrol-max-700 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 700px;
}
.scrol-750 {
  overflow-y: auto;
  overflow-x: auto;
  height: 750px;
}
.scrol-max-750 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 750px;
}
.scrol-800 {
  overflow-y: auto;
  overflow-x: auto;
  height: 800px;
}
.scrol-max-800 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 800px;
}
.scrol-850 {
  overflow-y: auto;
  overflow-x: auto;
  height: 850px;
}
.scrol-max-850 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 850px;
}
.scrol-900 {
  overflow-y: auto;
  overflow-x: auto;
  height: 900px;
}
.scrol-max-900 {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 900px;
}
/**********************************************************************CARGANDO********************************************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*******************************************************************VOLVER AL INICIO*************************************/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #4a5205;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #1aadff;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/**********************************************************************HEADER***********************************************/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #2d316e;
}

#header .logo img {
  max-height: 100%;
}
/****************************************************************ESCRITORIO VERSION*****************************************/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: 800;
  color: #1aadff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #c4d42b;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  background-color:  #1aadff;
  font-weight: 800;
  cursor: pointer;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #454b07;
  background: #c4d42b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 18px #434343;
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 800;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1aadff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*************************************************RESPONSIVO CELULAR*******************************************************/
.mobile-nav-toggle {
  color: #1aadff;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #ffffff;
  cursor: pointer;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/************************************************SECCIONES GENERALES (TITULOS)**************************************************/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}
/*****************************************************************INICIO****************************************************/
#inicio {
  width: 100%;
  height: 80vh;
  background-image: url(/../assets/img/inicio/inicioFondo.jpg);
}

#inicio .container {
  padding-top: 72px;
}

#inicio h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #2d316e;
}

#inicio h2 {
  color: #042e75;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 600;
}

#inicio .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #454b07;
  background: #c4d42b;
  cursor: pointer;
}

#inicio .btn-get-started:hover {
  background: #2d316e;
  color: #ffffff;
}

.navbar .getstartedPlano,
.navbar .getstartedPlano:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  background-color:  #1aadff;
  font-weight: 800;
  cursor: pointer;
}

.navbar .getstartedPlano:hover,
.navbar .getstartedPlano:focus:hover {
  color: #454b07;
  background: #c4d42b;
}


#inicio .btn-get-started-info {
   font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #ffffff;
  background: #1aadff;
  cursor: pointer;
}

#inicio .btn-get-started-info:hover {
  color: #ffffff;
  background: #2d316e;
}
#inicio .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

#inicio .imagen {
  filter: drop-shadow(0 0 8px #5c5c5c) !important;
}

@media (max-width: 390px) {
  #inicio {
    height: 100vh !important;
    text-align: center !important;
    background-image: url(/../assets/img/inicio/inicioFondoCel.jpg) !important;
    background-position: 100% !important;
    background-size: cover !important;
  }

  #inicio .animated {
    -webkit-animation: none;
    animation: none;
  }

  #inicio .btn-get-started {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #454b07;
    background: #c4d42b;
    cursor: pointer;
  }
  
  #inicio .btn-get-started:hover {
    background: #2d316e;
    color: #ffffff;
  }
  
  #inicio .btn-get-started-info {
     font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #ffffff;
    background: #1aadff;
    cursor: pointer;
  }
  
  #inicio .btn-get-started-info:hover {
    color: #ffffff;
    background: #2d316e;
  }
}

@media (max-width: 768px) {
  #inicio h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #inicio h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #inicio {
    height: 100vh;
    text-align: center;
    background-image: url(/../assets/img/inicio/inicioFondoTablet.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat !important ;
  }
}

@media (max-width: 575px) {
  #inicio .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
/*****************************************************************INICIO****************************************************/
/***********************************************************QUIENES SOMOS************************************************/
#quienesSomos {
  width: 100%;
  height: 70vh;
  background-image: url(../../assets/img/somos/fondoSeccion.jpg);

}

.quienesSomos .content h3 {
  font-weight: 600;
}

.quienesSomos h5 {
  color: #1aadff;
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 800;
  text-align: justify;
}

.textoColor{
  color: #2d316e;
  font-size: 30px;
  font-weight: 800;
}

.quienesSomos .content ul {
  list-style: none;
  padding: 0;
}

.quienesSomos .content ul li {
  padding-left: 28px;
  position: relative;
}

.quienesSomos .content ul li+li {
  margin-top: 10px;
}

.quienesSomos .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #c4d42b;
  line-height: 1;
}

.quienesSomos .content p {
  text-align: justify;
}

.mision{
  color: #02659b;
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #quienesSomos {
    height: 100vh !important;
    text-align: center !important;
    background-image: url(../../assets/img/somos/fondoSeccionTablet.jpg);
    background-position: 100%  !important;
    background-size: cover  !important;
  }
}

@media (max-width: 390px) {
  #quienesSomos {
    height: 130vh !important;
    text-align: center !important;
    background-image: url(../../assets/img/somos/fondoSeccionCel.jpg) !important;
    background-position: 100% !important;
    background-size: cover !important;
  }

  .textoColor{
    color: #2d316e !important;
    font-size: 20px !important;
    font-weight: 800 !important;
  }

  .mision{
    color: #02659b;
    font-size: 14px;
    font-weight: 700;
  }
}
/***********************************************************QUIENES SOMOS************************************************/
/***********************************************************CONTACTO*****************************************************/
#contacto {
  width: 100%;
  height: 90vh;
  background-image: url(../../assets/img/contacto/fondoContacto.jpg);
}

.getstartedContacto,
.getstartedContacto:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  background-color:  #1aadff;
  font-weight: 800;
  cursor: pointer;
}

.getstartedContacto:hover,
.getstartedContacto:focus:hover {
  color: #454b07;
  background: #c4d42b;
}

.medida{
  width: 100%;
  height: 285px;
  border:0;
}

.contacto .info {
  border-top: 3px solid #c4d42b;
  border-bottom: 3px solid #c4d42b;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.591);
}

.contacto .info i {
  font-size: 20px;
  color: #1aadff;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contacto .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2d316e;
}

.contacto .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #1aadff;
}

.contacto .info .email p {
  padding-top: 5px;
}

.contacto .info .social-links {
  padding-left: 60px;
}

.contacto .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contacto .info .social-links a:hover {
  background: #1aadff;
  color: #fff;
}

.contacto .info .email:hover i,
.contacto .info .address:hover i,
.contacto .info .phone:hover i {
  background: #1aadff;
  color: #fff;
}

.contacto .php-email-form {
  width: 100%;
  border-top: 3px solid #c4d42b;
  border-bottom: 3px solid #c4d42b;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.591);
}

.contacto .php-email-form .form-group {
  padding-bottom: 8px;
}

.contacto .php-email-form .form-group {
  margin-bottom: 20px;
}

.contacto .php-email-form label {
  padding-bottom: 8px;
}

.contacto .php-email-form input,
.contacto .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contacto .php-email-form input {
  height: 44px;
}

.contacto .php-email-form textarea {
  padding: 10px 12px;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

@media (max-width: 768px) {
  #contacto {
    width: 100%;
    height: 130vh;
    background-image: url(../../assets/img/contacto/fondoContacto.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat !important ;
  }
}

@media (max-width: 390px) {
  #contacto {
    width: 100%;
    height: 180vh !important;
    background-image: url(../../assets/img/contacto/fondoContacto.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat !important ;
  }
}

@media (max-width: 991px) {

  .bajar{
    margin-top: 30px !important;
  }

  .medida{
    width: 100%;
    height: 300px;
    border:0;
  }
}
/***********************************************************CONTACTO*****************************************************/
/***********************************************************PRIVACIDAD***************************************************/
#privacidad {
  width: 100%;
  height: 150vh;
  background-image: url(../../assets/img/privacidad/fondoPrivacidad.jpg);
  background-repeat: no-repeat;
}

.privacidad .privacidad-list {
  padding: 0 100px;
}

.decorador-azul {
  font-weight: 900 !important;
  color: #006afe !important;
}

.subrayado{
  position: relative !important;
  cursor: pointer;
  font-size: 25px;
  color :#1aadff;
}

.subrayado:hover::after{
  width: 100% !important;
  left: 0 !important;
}

.subrayado::after{
  position: absolute !important;
  content: "" !important;
  width: 0% !important;
  height: 4px !important;
  background-color: #b9ce29 !important;
  left: 50% !important;
  bottom: -10px !important;
  transition: all 0.2s ease-in-out !important;
}

.privacidad .privacidad-list ul {
  padding: 0;
  list-style: none;
}

.privacidad .privacidad-list li+li {
  margin-top: 15px;
}

.privacidad .privacidad-list li {
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  position: relative;
  border: 1px solid #3a3a3a;
  box-shadow: 5px 5px 8px #a9a9a9;
}

.privacidad .privacidad-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.privacidad .privacidad-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #2d316e;
}

.privacidad .privacidad-list .icon-show,
.privacidad .privacidad-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.privacidad .privacidad-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.privacidad .privacidad-list .icon-show {
  display: none;
}

.privacidad .privacidad-list a.collapsed {
  color: #2d316e;
  transition: 0.3s;
}

.privacidad .privacidad-list a.collapsed:hover {
  color: #1aadff;
}

.privacidad .privacidad-list a.collapsed .icon-show {
  display: inline-block;
}

.privacidad .privacidad-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .privacidad .privacidad-list {
    padding: 0;
  }
}

@media (max-width: 768px) {

  #privacidad {
    width: 100%;
    height: 40vh !important;
    background-image: url(../../assets/img/privacidad/fondoPrivacidad.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat !important ;
  }

  .privacidad .privacidad-list {
    padding: 0;
  }

  .subrayado{
    position: relative !important;
    cursor: pointer;
    font-size: 14px;
    color :#1aadff;
  }
}

@media (max-width: 390px) {
  #privacidad {
    width: 100%;
    height: 50vh !important;
    background-image: url(../../assets/img/privacidad/fondoPrivacidad.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat !important ;
  }
}
/***********************************************************PRIVACIDAD***************************************************/


/***********************************************************POR QUE ASISTIR**********************************************/
#asistir {
  width: 100%;
  height: 80vh;
  background-image: url(../../assets/img/patrocinadores/fondoPatrocinadores.jpg);
}

.asistir h5 {
  color: #1aadff;
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 800;
  text-align: justify;
}


@media (max-width: 768px) {
  #asistir {
    width: 100%;
    height: 80vh;
    background-image: url(../../assets/img/patrocinadores/fondoPatrocinadores.jpg);
    background-position: 100%  !important;
    background-size: cover  !important;
  }
}

@media (max-width: 390px) {
  #asistir {
    width: 100%;
    height: 100vh !important;
    background-image: url(../../assets/img/patrocinadores/fondoPatrocinadores.jpg);
    background-position: 100% !important;
    background-size: cover !important;
  }
}
/***********************************************************POR QUE ASISTIR**********************************************/
/***********************************************************QUIENES EXPONEN**********************************************/
#quienesExponen {
  width: 100%;
  height: 80vh;
  background-image: url(../../assets/img/apoyo/fondoApoyo.jpg);
}

.quienesExponen .content h3 {
  font-weight: 600;
}

.quienesExponen h5 {
  color: #1aadff;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 800;
  text-align: justify;
}

.quienesExponen .content ul {
  list-style: none;
  padding: 0;
}

.quienesExponen .content ul li {
  padding-left: 28px;
  position: relative;
}

.quienesExponen .content ul li+li {
  margin-top: 10px;
}

.quienesExponen .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #c4d42b;
  line-height: 1;
}

.quienesExponen .content p {
  text-align: justify;
}

.mision{
  color: #02659b;
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #quienesExponen {
    width: 100%;
    height: 80vh;
    background-image: url(../../assets/img/apoyo/fondoApoyo.jpg);
    background-position: 100%  !important;
    background-size: cover  !important;
  }
}

@media (max-width: 390px) {
  #quienesExponen {
    width: 100%;
    height: 130vh !important;
    background-image: url(../../assets/img/apoyo/fondoApoyo.jpg);
    background-position: 100% !important;
    background-size: cover !important;
  }

  .mision{
    color: #02659b;
    font-size: 14px;
    font-weight: 700;
  }
}
/***********************************************************QUIENES EXPONEN**********************************************/
/********************CONFERENCIAS****************/
#conferencias {
  width: 100%;
  height: 80vh;
  background-image: url(../../assets/img/patrocinadores/fondoPatrocinadores.jpg);
}

.conferencias h5 {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}

.conferencias h6 {
  color: #ff5f5f;
  font-size: 18px;
  text-align: end;
}

.tema {
  color: #e1f4ff;
  font-size: 12px;
  text-align: justify;
  width: 100%;
}

.decorador-azul {
  font-weight: 900 !important;
  color: #0e3163 !important;
}

.bg-blanco {
  background: white !important;
  color: black !important;
}

button.boton {
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  background-color: transparent;
}
button.boton:hover {
  cursor: pointer;
}

.titulo-5 {
  font-size: 0.6rem !important;
}

.bg-header-modal {
  color: #fff;
  background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x !important;
}

.fondoModal{
  background-image: url(/../assets/img/conferencias/fondomodal.png);
}

.scrol-max-600 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 600px;
}

.pic3 {
  width: 40%;
}

.texto-azul {
  color: #1e90ff !important;
}

.imgLogo{
  object-fit: cover;
  width:70%;
  border-radius: 20px;
}

.texto-negro {
  color: rgb(0, 0, 0) !important;
}

.texto-verde {
  color: MediumSeaGreen !important;
}

.titulo-3 {
  font-size: 0.813rem !important;
}

.scrol-150 {
  overflow-y: auto;
  overflow-x: hidden;
  height: 150px;
}

.conferencias .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 9px;
  background: #fff;
  transition: 0.9s !important;
  cursor: pointer;
  background-image: url(/../assets/img/conferencias/fondoCards.png);
  background-position: 100%;
  background-size: cover;
  height: 170px;
}

.conferencias .fondoReser {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 38px;
  border-radius: 9px;
  background: #fff;
  transition: 0.9s !important;
  cursor: pointer;
  background-image: url(/../assets/img/conferencias/fondoReservado.png);
  background-size: cover;
  background-position: 100%;
}

.espacio{
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #ff0000;
  text-align: center;
}

.hora{
  color: #3e3d3d;
  font-size: 18px;
  text-align: center;
}

.conferencias .fondoReser .pic {
  overflow: hidden;
  width: 130px !important;
  border-radius: 50%;
}

.conferencias .fondoReser .pic img {
  transition: ease-in-out 0.3s;
}

.conferencias .fondoReser:hover {
  transform: translateY(-10px);
}

.conferencias .fondoReser .member-info {
  padding-left: 10px;
}

.conferencias .fondoReser h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #f1fc1c;
  text-align: center;
}

.conferencias .fondoReser span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.conferencias .fondoReser span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.conferencias .fondoReser p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.conferencias .member .pic {
  overflow: hidden;
  width: 130px !important;
  border-radius: 50%;
}

.conferencias .member .pic img {
  transition: ease-in-out 0.3s;
}

.conferencias .member:hover {
  transform: translateY(-10px);
}

.conferencias .member .member-info {
  padding-left: 10px;
}

.conferencias .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #f1fc1c;
  text-align: center;
}

.conferencias .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.conferencias .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.conferencias .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}


.separacion{
  margin-top: 20px !important;
}


@media (max-width: 768px) {

  #conferencias {
    width: 100%;
    height: 100vh;
    background-image: url(../../assets/img/patrocinadores/fondoPatrocinadores.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat !important ;
  }

  .conferencias .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 9px;
    background: #fff;
    transition: 0.9s !important;
    cursor: pointer;
    background-image: url(/../assets/img/conferencias/fondoCards.png);
    background-position: 100%;
    background-size: cover;
    height: 250px !important;
  }

  .separacion{
    margin-top: 20px !important;
  }

  .bajar{
    margin-top: 20px !important;
  }

}

@media (max-width: 390px) {

  #conferencias {
    width: 100%;
    height: 100vh !important;
    background-image: url(../../assets/img/patrocinadores/fondoPatrocinadores.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat !important ;
  }



  .scrol-max-700 {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 700px;
  }



}
/***********************************************************CONFERENCIAS*************************************************/
/***********************************************************MEDIOS DE APOYO**********************************************/
#apoyo {
  width: 100%;
  height: 95vh;
  background-image: url(../../assets/img/apoyo/fondoApoyo.jpg);
}

.apoyo h5 {
  color: #1aadff;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 800;
  text-align: justify;
}

.apoyo .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  cursor: pointer;
}

.apoyo .icon-box:hover {
  transform: translateY(-10px);
}

@media (max-width: 768px) {
  #apoyo {
    width: 100%;
    height: 130vh !important;
    background-image: url(../../assets/img/apoyo/fondoApoyo.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat !important ;
  }
}


/***********************************************************MEDIOS DE APOYO**********************************************/
/***********************************************************PATROCINADORES***********************************************/
#patrocinadores {
  width: 100%;
  height: 70vh;
  background-image: url(../../assets/img/patrocinadores/fondoPatrocinadores.jpg);
}

.patrocinadores {
  padding: 50px !important;
  text-align: center;
}

.patrocinadores img {
  max-width: 80%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  filter: grayscale(100);
  cursor: pointer;
}

.patrocinadores img:hover {
  filter: none;
  transform: scale(1.1);
}

.patrocinadores h5 {
  color: #1aadff;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 800;
  text-align: justify;
}

@media (max-width: 768px) {
  #patrocinadores {
    width: 100%;
    height: 50vh !important;
    background-image: url(../../assets/img/patrocinadores/fondoPatrocinadores.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat !important ;
  }

  .patrocinadores img {
    max-width: 100% !important;
    padding: 10px !important;
  }

  .patrocinadores h5 {
    color: #1aadff;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 800;
    text-align: justify;
  }
}

@media (max-width: 390px) {
  #patrocinadores {
    width: 100%;
    height: 140vh !important;
    background-image: url(../../assets/img/patrocinadores/fondoPatrocinadores.jpg);
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat !important ;
  }

  .patrocinadores img {
    max-width: 100% !important;
    padding: 10px !important;
  }

  .patrocinadores h5 {
    color: #1aadff;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 800;
    text-align: justify;
  }
}
/***********************************************************PATROCINADORES***********************************************/













/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #c4d42b;
  padding: 40px;
}

.nombre{
  font-size: 19px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4a5205;
}

#footer .footer-top .footer-contact {
  font-size: 14px;
  line-height: 24px;
  color: #2c2f08;
}

#footer .footer-top h4 {
  font-size: 19px;
  font-weight: bold;
  color: #4a5205;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #4a5205;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #2c2f08;
  text-decoration: none;
}


@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}