/**
* Template Name: Lumia - v4.9.1
* Template URL: https://bootstrapmade.com/lumia-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General


assets/data/controller/controlescolar/controsescolarCntrol.php
assets/data/controller/eventos/eventosController.php

assets/js/eventosJs.js





--------------------------------------------------------------*/
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Book_2.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: "Avenir", sans-serif;
  color: #444444;
}

a {
  color: #2FA19E;
  text-decoration: none;
}

/* a:hover {
  color: #5faee3;
  text-decoration: none;
} */

a:hover {
  color: #ffffff;
  text-decoration: none;
}

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

hr {
  height: 3px !important;
  background-color: #31B4AC;
  opacity: 0.9 !important;
  margin: 0.9em;
}

.lineaTitulo{
  width: 100%;
  height: 0px;
  border: 1px solid #44434323;
}

ul,ol,dl {
  font-size: 1.2rem;
  color:rgb(0, 0, 0)
}

span{
  color: #2FA19E;
}

.row{ --bs-gutter-x: 0rem;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2FA19E;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #02213E;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #384046;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #384046;
  text-decoration: none;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

.header-social-links a {
  color: #9ba6af;
  padding-left: 8px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
}

.header-social-links a:hover {
  color: #3498db;
}
@media (max-width: 2100px) {
  .costo-bg {
    background-image: url(../img/registro/banner-registro-696x288.png);
    background-position: center;
    background-size: contain ;
    background-repeat: no-repeat;
    position: relative;
  }
  
}
@media (max-width: 1400px) {
  .costo-bg {
    background-image: url(../img/registro/banner-registro-696x288.png);
    background-position: center;
    background-size: contain ;
    background-repeat: no-repeat;
    position: relative;
  }
  
}
@media (max-width: 850px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 750px) {

  .costo-bg {
    background-image: url(../img/registro/banner-registro-696x288.png);
    background-position: center;
    background-size: contain ;
    background-repeat: no-repeat;
    position: relative;
  }

  
}
@media (max-width: 550px) {

  .costo-bg {
    background-image: url(../img/registro/banner-registro-696x288.png);
    background-position: center;
    background-size: contain ;
    background-repeat: no-repeat;
    position: relative;
  }

  ul,ol,dl {
    font-size: 1rem;
    color:rgb(0, 0, 0)
  }
  
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.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-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  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: #2FA19E;
}

.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: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #21262a;
}

.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: #3498db;
}

.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%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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(33, 38, 42, 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;
  background-color: rgba(255, 255, 255, 0.658);
  /* background: url("../img/metacard.jpg") center center; */
  overflow-y: auto;
  transition: 0.3s;
}

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

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

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.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: #3498db;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  border-color: #FFF;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-bottom: #000;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #4479AC;
  border-color: #FFF;
}

.nav-link {
  border-color: #FFF;
  color:#C5C5C5;
} 

.nav-link .active{
  border:none;
}

.margen-tabs{
  padding-left: 50px;
  padding-right: 50px;
}

.espacio-caracteres{
  letter-spacing: 4px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
 #hero {
 background-color: #0e0e4c;
} 

/* #hero-english {
  width: 100%;
  height: 115vh;
  background: url("../img/portada/portadapagina1.jpg") center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 70px;
  padding: 0;
} */

#banner{
  width: 100%;
  height: 50vh;
  background: url("../img/portada/bannercongreso2.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}

#banner-english{
  width: 100%;
  height: 50vh;
  background: url("../img/portada/bannercongresoE1.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}
#hero:before {
  content: "";
  background: rgba(56, 64, 70, 0.0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.beneficios .container{
  max-width:100%;
}

#hero .container {
  z-index: 2;
}

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

#hero h1 span {
  border-bottom: 4px solid #3498db;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3498db;
  text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: #4ea5e0;
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
}

@media (max-width: 820px) {
  #hero h1 {
    font-size: 30px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero img {
    content: url('../img/portada/Vettical.jpg');
	  background-color: #0e0e4c;
    /* width: 100%;
    height: auto
    min-height: 85vh;
    background: url("../img/portada/pantalla3.jpg") center center;
    background-size: cover;
    position: relative;
    margin-top: 70px;
    padding: 0; */
  }

  #hero-english {
    content: url('../img/portada/pantalla2E.jpg');
    /* width: 100%;
    height: 100%;
    min-height: 90vh;
    background: url("../img/portada/pantalla3.jpg") center center;
    background-size: cover;
    position: relative;
    margin-top: 70px;
    padding: 0; */
  }

  #banner {
    width: 100%;
    height: 85vh;
    background: url("../img/portada/pantalla2E.jpg") center center;
    background-size: cover;
    position: relative;
    margin-top: 70px;
    padding: 0;
  }

  #banner-english {
    width: 100%;
    height: 100%;
    min-height: 90vh;
    background: url("../img/portada/pantalla2E.jpg") center center;
    background-size: cover;
    position: relative;
    margin-top: 70px;
    padding: 0;
  }
  
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  padding-bottom: 0px;
}

.section-bg {
  background-color: #f7fbfe;
}

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

.section-title h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}


.section-title p {
  margin-bottom: 0;
}

.section-title-even {
  color: #4479AC;
}


.carousel-indicators {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 0px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}



.margen-caja-texto{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sombra{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  background-color: #FAFAFA;
  border-radius: 25px;
}

.gris{
  background-color: #FAFAFA;
}

.div-Plano{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 5px;
}

.margen-up{
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Bienvenida
--------------------------------------------------------------*/
.bienvendo {
  padding: 10px 0;
}

.bienvenido h3{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 25px;
  line-height: 30px;
  color: #092B59;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2rem;
}

.bienvenido p{
  font-family: 'Avenir';
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: justify;
  padding: 10px;
}

.bienvenido span{
  font-family: 'Avenir';
  font-weight: 550;
  font-size: 17px;
  line-height: 22px;
  font-style: italic;
  padding: 10px;
  text-align: justify;
  color: #32B5AD;
}

.bienvenido  .blue{
  color: #32B5AD;

}

.bienvenido .logo{
  padding-bottom: 20px;
}

.bienvenido .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #3EB5A5;
  text-transform: uppercase;
}

.bienvenido .btn-get-started:hover {
  background: #000000;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #384046;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8eaec;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #5faee3;
}

/*--------------------------------------------------------------
# Logos
--------------------------------------------------------------*/
.logos {
  background: #EEEEEE;
  padding: 30px 0 40px 0;
}

.logos .logos-box {
  width: 100%;
  position: relative;
  text-align: center;
  background: #EEEEEE;
}


/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/
.history p {
  text-align: justify;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  padding-top: 5px;
}

.history span{
  color: #3EB5A5;
  text-transform: uppercase;
}

.history h2{

  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  color: #31B4AC;
}

.history h3{

  font-family: 'Avenir';
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 24px;
  color: #000000;

}

.history ul, dl, dd, li{
  color: #31B4AC;
}

.history  .blue{
  color: #32B5AD;

}

.history .btn-get-buy {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: #fff;
  background: #31B4AC;
  text-transform: uppercase;
}

.history .btn-get-buy:hover {
  background: #000;
}

.history .form-control{
  background-color: #F3F3F3;
  border: 0px solid #ced4da;
  color:#000;
  font-weight: 600;
  font-style: italic;
}

.history .form-select{
  background-color: #F3F3F3;
  border: 0px solid #ced4da;
  color:#000;
  font-weight: 600;
  font-style: italic;
}

.history input:focus { 
  outline: none !important;
  border-color: #cecece;
  box-shadow: 0 0 10px #cecece;
}

.history select:focus { 
  outline: none !important;
  border-color: #cecece;
  box-shadow: 0 0 10px #cecece;
}


.select-selected {
  background-color: rgb(13, 13, 14);
}




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-bg {
  background-image: url(../img/aparta.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 170px;
  width: 100%;
  margin-top: 50px;
}

.servicesFooter-bg {
  background-image: url(../img/congresoFoo.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 170px;
  width: 100%;
  position: relative;
  margin-top: 50px;

  
}

.servicesWelcome-bg {
  background-image: url(../img/proximamente.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 170px;
  width: 100%;
  position: relative;
  margin-top: 50px;
}


.services-bgB {
  background-image: url(../img/bannerdos.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 140px;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.services .icon-box {
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  transition: ease-in-out 0.3s;
}

.services .icon-box i {
  float: left;
  color: #3498db;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #384046;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h4 a {
  color: #3498db;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #3498db;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.4s;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  overflow: hidden;
  font-size: 20px;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
  background: #3498db;
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3498db;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(56, 64, 70, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}


.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  height: 480px;
  width: 1280px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials h2{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 25px;
  line-height: 24px;
  color: #164193;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials ul,li{
  color: #000;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.testimonials .btn-cv {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 12px 100px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: rgb(255, 255, 255);
  background: #32B5AD;
  border-color: #32B5AD;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}

.testimonials .btn-cv:hover {
  background: #4ea5e0;
  border-color: #4ea5e0;
}


.btn-primaryy {
  font-family: "Avenir", sans-serif;
  font-weight: 100%;
  font-size: 12px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;

  color: rgb(250, 250, 250);
  background-color: #5493D0;
  text-transform: uppercase;
}

.btn-primarySede {
  font-family: "Avenir", sans-serif;
  font-weight: 100%;
  font-size: 16px;
  letter-spacing: 3px;
  display: inline-block;
  padding: 8px;
  width:200px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: rgb(250, 250, 250);
  background-color: #31B4AC;
  text-transform: uppercase;
  text-align: center;
}

.testimonials .btn-primaryy:hover {
  color: rgb(255, 255, 255);
  background: #31B4AC;
}



.btn-primaryy.right{
  float: right;
}

.btn-primarySede.right{
  float: right;
}

.btn-r{
  float: right;
}

.tx-size {
  font-size: 13px;
}
.tx-nav {
  font-size: 30px;
}
.tx-xs-right {
  float: right;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# AVISOS DE PRIVACIDAD
--------------------------------------------------------------*/

#aviso ul, li{
  color:#000 !important;
  font-size: 16px;
}
.aviso a {
  color: #ffffff;
  text-decoration: none;
}

.aviso a:hover {
  color: #000000;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Registro
--------------------------------------------------------------*/

.costo-bg {
  background-image: url(../img/registro/banner-registro-696x288.png);
    background-position: center;
    background-size: contain ;
    background-repeat: no-repeat;
    position: relative;
}

.costo .fondo{
  background-color: #1B1F3C;
}

.costo p{
  color: #FFF;
}

.costo h3{
  color: #31B4AC;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.costo h2{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #31B4AC;
}  

.costo ul, li{
  color:rgb(255, 255, 255);
}

.costo-pading{
  padding-top: 30px;
  padding-left: 30px;
}

/*--------------------------------------------------------------
# Sede
--------------------------------------------------------------*/
.sede-bg {
  background-image: url(../img/sede/fondo-sede.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 420px;
  position: relative;
}

.sede p{
  font-family:'Avenir';
  color: #000;
  text-align: justify;
  font-weight: 350;
  font-size: 17px;
  line-height: 19px;
}

.sede .italica{
  font-style: italic;
}

.sede h2{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #1B1F3C;
}

.sede h3{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 350;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #1B1F3C;
}

.sede .margenes{
  padding: 30px;
}

.sede .precio{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #31B4AC;
}

.sede span{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #31B4AC;
}



/*--------------------------------------------------------------
# Sede TURISTICO
--------------------------------------------------------------*/
.turistico-bg {
  background-image: url(../img/sede/fondo-turistico.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 874px;
  position: relative;
}

.turistico p{
  font-family:'Avenir';
  color: #000;
  padding: 20px;
  text-align: justify;
  font-weight: 350;
  font-size: 17px;
  line-height: 19px;
}

.turistico h2{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 25px;
  line-height: 24px;
  color: #31B4AC;
}

.turistico h3{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #31B4AC;
}

.turistico .margenes{
  padding: 30px;
}

/*--------------------------------------------------------------
# CONOCE AREA COMERCIAL
--------------------------------------------------------------*/
.conoce-bg {
  background-image: url(../img/comercial/expositor.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 520px;
  position: relative;
}

.conoce p{
  font-family:'Avenir';
  color: #000;
  padding: 30px;
  text-align: justify;
  font-weight: 350;
  font-size: 20px;
  line-height: 24px;
}
.conoce span{
  color: #31B4AC;
}

.conoce a:hover {
  color: #31B4AC;
  text-decoration: none;
}


.conoce h2{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 25px;
  line-height: 24px;
  color: #31B4AC;
}

.conoce h3{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
}

.conoce .margenes{
  padding: 30px;
}




/*--------------------------------------------------------------
# Logos
--------------------------------------------------------------*/
.comercial .slider {
  height: 100%;
  width: 100%;
  place-items: center;
  overflow: hidden;
  position: relative;
}

.comercial .slider::before,
.comercial .slider::after{
  position:absolute;
  background-image:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  content:'';
  height:100%;width:25%;
  z-index:2;pointer-events:none;
} 

.comercial .slider::before{
  left:0;
  top:0;
}

.comercial .slider::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */
.comercial .slide-track {
  display: flex;
  animation: scroll 70s linear infinite;
  -webkit-animation: scroll 70s linear infinite;
  width: calc(100px * 50); 
  justify-content: space-between;
}

.comercial .slide {
  width: 12vw;
  height: auto;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}

.comercial .slide:hover{
  transform:scale(0.8)
}

@keyframes scroll {
  0% {
    -webkit-animation: translateX(0);
    transform: translateX(0);
  }
  100% {
    webkit-animation: translateX(calc(-150px * 66));
    transform: translateX(calc(-150px * 66));
  }
}

@media screen and (max-width: 1030px) {
  .slide-track {
    width: calc(70% * 50);
  }
  .comercial .slide {
    width: 18vw;
    height: auto;
    place-items: center;
    transition:0.5s;
    cursor:pointer;
  }
}

@media screen and (max-width: 770px) {
  .slide-track {
    width: calc(100% * 50);
  }
  .comercial .slide {
    width: 22vw;
    height: auto;
    place-items: center;
    transition:0.5s;
    cursor:pointer;
  }

  @keyframes scroll {
    0% {
      -webkit-animation: translateX(0);
      transform: translateX(0);
    }
    100% {
      webkit-animation: translateX(calc(-150px * 63));
      transform: translateX(calc(-150px * 63));
    }
  }
  

 
}

@media screen and (max-width: 600px) {
  .slide-track {
    width: calc(100% * 50);
  }
  .comercial .slide {
    width:35vw;
    height: auto;
    place-items: center;
    transition:0.5s;
    cursor:pointer;
  }

  .testimonials .btn-cv {
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  color: rgb(255, 255, 255);
  background: #32B5AD;
  text-transform: uppercase;
  border-radius: 5px;
  }

  .services-bgB {
    background-image: url(../img/bannerdos.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
}


@media screen and (max-width: 500px) {
  
  .slide-track {
    width: calc(50% * 50);
  }
  .comercial .slide {
    width:45vw;
    height: auto;
    place-items: center;
    transition:0.5s;
    cursor:pointer;
  }

  @keyframes scroll {
    0% {
      -webkit-animation: translateX(0);
      transform: translateX(0);
    }
    100% {
      webkit-animation: translateX(calc(-150px * 66));
      transform: translateX(calc(-150px * 66));
    }
  }

  .tx-nav {
    font-size: 20px;
  }
  
}

@media screen and (max-width: 290px) {
  .slide-track {
    width: calc(50% * 50);
  }
  .comercial .slide {
    width:55vw;
    height: auto;
    place-items: center;
    transition:0.5s;
    cursor:pointer;
  }

  .tx-nav {
    font-size: 15px;
  }
}
/*--------------------------------------------------------------
# Comercial
--------------------------------------------------------------*/


.comercial-bg {
  background-image: url(../img/comercial/areaComercial.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 320px;
  position: relative;
}

.comercial p{
  font-family:'Avenir';
  color: #000;
  padding: 30px;
  text-align: justify;
  font-weight: 350;
  font-size: 20px;
  line-height: 24px;
}

.comercial h3{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
}
.comercial h2{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 25px;
  line-height: 24px;
  color: #164193;
}

.comercial .logos-casas-comerciales{
  background: #F4F4F4;
}

.comercial .margenes{
  padding: 20px;
}


/*--------------------------------------------------------------
# Comercial
--------------------------------------------------------------*/
.faqs{
  background-color: #1B1F3C;
}

.faqs h2{
  color: #FFF;
}

.faqs a{
  color: #2FA19E;
}

.faqs p{
  font-size: 16px;
  text-align: justify;
  padding: 20px;
}
/*--------------------------------------------------------------
# COUNT
--------------------------------------------------------------*/

.count h6{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 750;
  font-size: 60px;
  line-height: 72px;
  text-transform: uppercase;
  color: #31B4AC;
  text-align: center;
}

.count p{
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 350;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #1B1F3C;
}

.vl {
  border-right: 1px solid #C3C3C3;
  height: 100px;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 25px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f5a62;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #EEEEEE;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #2FA19E;;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact .datos {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

#footer .footer-top .footer-contact p {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 16px;
  color: #1B1F3C;
  text-align: justify;
}

#footer .footer-top .footer-contact h5 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}


#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1B1F3C;
  position: relative;
  padding-bottom: 5px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding-right: 2px;
  color: #000000;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 0px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #1B1F3C;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffffff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 350;
  font-size: 13px;
  line-height: 14px;
  color: #FFFFFF;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
  border: 1px solid #b6daf2;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #3498db;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #57aae1;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2FA19E;;
  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 .social-links a:hover {
  background:  #1B1F3C;
  color: #fff;
  text-decoration: none;
}

/* @media screen and (max-width: 450px) {
  table {
      width:100%;
  }
  thead {
      display: none;
  }
  tr:nth-of-type(2n) {
      background-color: inherit;
  }
  tr td:first-child {
      background: #f0f0f0;
      font-weight:bold;
      font-size:1.3em;
  }
  tbody td {
      display: block;
      text-align:center;
  }
  tbody td:before {
      content: attr(data-th);
      display: block;
      text-align:center;
  }
} */
@media screen and (max-width: 450px) {
  table {
    display: block;
    overflow-x: auto;
  }
}