/*COLORES PARA SITIO

NARANJA: #ff9933
GRIS   : #333333

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

body {
  background: #fff;
  color: #333;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #333;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #333;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #333;
}

button {
  color: #fff;
  background: #ff9933;
  padding: 7px 22px;
  border-radius: 3px !important;
  border: 2px solid #ff9933;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
  cursor: pointer;
}



#intro .btnMore {
  color: #fff;
  background: #ff9933;
  padding: 7px 22px;
  border-radius: 3px !important;
  border: 1px solid #ff9933;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px; 
  cursor: pointer;
}

/*.main-button {
  position:relative;
  display:inline-block;
  padding:10px 30px;
  background-color: #FF6700;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #FFF;
  -webkit-transition:0.2s all;
  transition:0.2s all;
}*/

.main-page {
  padding-top: 4.4rem
}



.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ff9933;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

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


/* Sections Compromiso
--------------------------------*/
#compromiso h2 {
  margin-left: 10%;
  font-size: 30px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 70px;
}

#compromiso p {
  margin-left: 10%;
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: oblique;
}

#compromiso .buenas-practicas {
  margin-left: 10%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  font-style: oblique; 
}


/* Sections Header
--------------------------------*/

.section-header {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}


.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #ff9933;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 200;
  
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

/* Descripcion
--------------------------------*/
.descripcion {
  margin-bottom: 30px;
}

.descripcion .details p {
  font-size: 14px;
  color: #333;
  text-align : justify;
}

.descripcion .extra-right {
  font-size: 13px;
  color: #9195a2;

  line-height: 18px;
  border-left: 1px solid #9195a2;
  padding-left: 15px;
  margin-bottom: 30px;
}

/* slogan
--------------------------------*/
.slogan .texto {
  font-size: 28px;
  color: #fff;
  text-align: left;

  margin-left: 100px;

  text-transform: uppercase;
  font-weight: 700;

  display: flex;
  align-items: center;
}


/* caracteristicas
--------------------------------*/
.caracteristicas
{
  margin-top: 60px;
  margin-bottom: 30px;
}

.caracteristicas .titulo-contenedor {
  display: flex;
  text-align: center;
  margin-bottom: 50px;
}

.caracteristicas .titulo {
  color: #ff9933;
  font-size: 25px;
  font-weight: 500;
}


.items-iconos-contenedor {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}


.item-icono {
  font-size: 50px;
  color: #585858;
  line-height: 25px;
}

.item-icono span {
  font-size: 14px;
  font-weight: 400;
}


/*Destacar 
----------------------------*/
#producto-detalle .section-destacar {
  background-color: #00b27e;
  display: flex;
  align-items: center;
  text-align: center;
  height: 200px;
  width: 100%;

  margin-top: 120px;
}


.section-destacar .texto {
  font-size: 28px;
  color: #fff;
  font-weight: 500;

  padding-right: 50px;
  padding-left: 50px;


}

.contactar {
  margin-top: 60px;
  margin-bottom: 60px;
}

.contactar .contactar-contenedor {

  text-align: center;
  align-items: center;
}


#certificado-digital .section-destacar {
  background-color: #2c4f6b;
  display: flex;
  align-items: center;
  text-align: center;
  height: 200px;
  width: 100%;

  margin-top: 120px;
}

#gestion-dte .section-destacar {
  background-color: #959cae;
  display: flex;
  align-items: center;
  text-align: center;
  height: 200px;
  width: 100%;

  margin-top: 120px;
}

#contabilidad-apr .section-destacar {
  background-color: #d4af79;
  display: flex;
  align-items: center;
  text-align: center;
  height: 200px;
  width: 100%;

  margin-top: 120px;
}

#sistema-interconexion .section-destacar {
  background-color: #d4af79;
  display: flex;
  align-items: center;
  text-align: center;
  height: 200px;
  width: 100%;

  margin-top: 120px;
}


#lectura-apr .section-destacar {
  background-color: #00341e;
  display: flex;
  align-items: center;
  text-align: center;
  height: 200px;
  width: 100%;

  margin-top: 120px;
}

#web-cliente .section-destacar {
  background-color: #f3b901;
  display: flex;
  align-items: center;
  text-align: center;
  height: 200px;
  width: 100%;

  margin-top: 120px;
}

/*HISTORIA NOSOTROS - BG*/
#history .banner-img-1 {
  background: url("../img/fondo/history-bg.jpg") no-repeat center center / cover;
  width: 100%;
  height: 550px;
}

.nuestra-empresa, .pilares-estrategicos, .nuestros-desafios, .nuestro-compromiso {
  margin-top: 30px;
  
}

/*COMPROMISO - BG */
#compromiso {
  background: url("../img/fondo/compromiso-bg.jpg") no-repeat fixed center top / cover;
  height: 600px;
}


/*EMPRESA*/

#empresa .empresa-img {
  background: url("../img/fondo/empresa-bg.jpg") no-repeat fixed center top / cover;
  width: 100%;
  height: 400px;
}

/*GESTION APR - SLOGAN BG*/
#producto-detalle .producto-img-1 {
  background: url("../img/fondo/producto1-bg.jpg") no-repeat fixed center top / cover;
  width: 100%;
  height: 400px;
}

/*GESTION DTE - SLOGAN BG*/
#gestion-dte .producto-img-1 {
  background: url("../img/fondo/gestion-dte.jpg") no-repeat fixed center top / cover;
  width: 100%;
  height: 400px;
}

/*CERTIFICADO DIGITAL - SLOGAN BG*/
#certificado-digital .producto-img-1 {
  background: url("../img/fondo/certificado-digital.jpg") no-repeat fixed center top / cover;
  width: 100%;
  height: 400px;
}

/*CONTABILIDAD APR - SLOGAN BG*/
#contabilidad-apr .producto-img-1 {
  background: url("../img/fondo/contabilidad-apr.jpg") no-repeat fixed center top / cover;
  width: 100%;
  height: 400px;
}

/*SISTEMA INTERCONEXION - SLOGAN BG*/
#sistema-interconexion .producto-img-1 {
  background: url("../img/fondo/sistema-interconexion.jpg") no-repeat fixed center top / cover;
  width: 100%;
  height: 400px;
}

/*LECTURA APR - SLOGAN BG*/
#lectura-apr .producto-img-1 {
  background: url("../img/fondo/lectura-apr.jpg") no-repeat fixed center top / cover;
  width: 100%;
  height: 400px;
}

/*WEB CLIENTE - SLOGAN BG*/
#web-cliente .producto-img-1 {
  background: url("../img/fondo/web-cliente.jpg") no-repeat fixed center center / cover;
  width: 100%;
  height: 400px;
}




#section-flayer {
  background-color: #ff9933;
}


.section-with-bg {
  background-color: #333333;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(51, 51, 51, 1);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff9933;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #ff9933;
  padding: 7px 10px;
  border-radius: 3px;
  border: 2px solid #ff9933;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: #ff9933;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #f82249;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #f82249;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f82249;
}

#mobile-nav ul .menu-item-active {
  color: #f82249;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/fondo/intro-bg.jpg) top;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  align-items: left;
}

#intro .frase {
  position: absolute;
  left: 10%;
  bottom: 38%;
}

#intro .frase h1{
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 29px;
  font-weight: 800;
  text-transform: uppercase;
  align-items: left;
  letter-spacing: 2px;
}


#intro h1 span {
  font-weight: 400;
  font-size: 20px;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}



/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  background: url("../img/fondo/intro-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
  opacity: 0.8;
}

#about:before {
  content: "";
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ff9933;
}

#about span {
  color: #fff;
}

#about h3 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ff9933;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {

  padding: 60px 0 30px 0;
}


#speakers .section-header h2 {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}


#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(240, 240, 240, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #333333;
}

#speakers .speaker .details a:hover {
  color: #ff9933;
}

#speakers .speaker:hover .details {
  bottom: 0;
}




#login {
  height: 100%;
  padding-top: 30px;
}

#login .section-header h2 {
  font-size: 28px;
}

#login2 {
  background-image: url("../img/fondo/login-bg.jpg");
  height: 100vh;
  padding-top: 30px;
}

#login2 .hard-btn {
  background-color: #ff9933;
  opacity: 1 !important;
}


#producto-1, 
#producto-2, 
#producto-3, 
#producto-4, 
#producto-5, 
#producto-6, 
#producto-7 {
  padding-top: 100px;
  padding-bottom: 70px;

}

#producto-1,
#producto-3,
#producto-5,
#producto-7  
{
  background-color: #E8EAE9;
}

#producto-2, 
#producto-4, 
#producto-6
{
  background-color: #ffffff;
}

#producto-1 h2, 
#producto-2 h2,
#producto-3 h2,
#producto-4 h2,
#producto-5 h2,
#producto-6 h2,
#producto-7 h2
{
  font-weight: 600;
  letter-spacing: 2px;
  border-left: 4px solid #ff9933;
  padding-left: 10px;
}

#producto-1 .details p,
#producto-2 .details p,
#producto-3 .details p,
#producto-4 .details p
{
  font-size: 16px;
  color: #333;
  font-style: italic;
}

.img-prod{
  width: 100%;
}

#speakers .card {
  width: 90%;
  margin: auto;
}

#speakers .card .card-body .card-title, #prod_2 .card .card-body .card-title {
  font-size: 0.9em;
  color: orange;
  font-weight: 600;
}

#speakers .card .card-body .card-text {
  color: #585858;
  font-size: 0.8em;
  font-weight: 600;
}

#speakers .card .card-body .btn {
  font-size: 0.7em;
}

#speakers .productos-fila {
  padding-bottom: 30px;
}


/*========================================
CSS PRODUCTOS DETALLE (producto-detalle)
========================================*/




.descripcion .details {
  
}

/*========================================
FIN PRODUCTOS DETALLE ()
========================================*/





#speakers .titulo-content
{
  display: flex;
  align-items: center;
  text-align: center;

  padding-top: 70px;
  padding-bottom: 30px;

  font-size: 25px;
  font-weight: 900;
}

#speakers .titulo-text,
#speakers-details .titulo-text
{
  left: 0;
  right: 0;
}

#speakers-details .contacto-bg {
  background-color: #00b27e;
  display: flex;
  align-items: center;
  text-align: center;
  height: 200px;
  width: 100%;
}

#speakers .adicional-items,
#speakers-details .adicional-items
{
  display: flex;
  align-items: center;
  text-align: center;
  color: #585858;

  padding-top: 30px;
  padding-bottom: 100px;
}

#speakers .productos-icon,
#speakers-details .productos-icon
{
  font-size: 50px;
  line-height: 25px;
}

#speakers .productos-icon span,
#speakers-details .productos-icon span
{
 font-size: 16px;
 font-weight: 400;
}




.btn_more {
  font-size: 16px;
  color:orange;
  float: right;
  padding-top: 5px;

  cursor: pointer;
}

#speakers-details {
  padding: 60px 0;
}

#speakers-details .details h2 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.descripcion .details p {
  color: #333;
  font-size: 13px;
  text-align : justify;

  line-height:20px;

  margin-bottom: 30px;
}

#speakers-details .details .social {
  margin-bottom: 15px;
}

#speakers-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#speakers-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

#speakers-details .details .social a i {
  font-size: 18px;
}


#speakers-details .producto-img{
  width: 100%;
  height: 300px;
  background-image: url("../img/fondo/producto1-bg.jpg");
  background-position: center;
}


#speakers-details .texto-productos {
  font-size: 12px;
  line-height: 18px;
  color: #9195a2;

  margin-bottom: 30px;
  border-left: 1px solid #9195a2;

  padding-left: 15px;
}


#speakers-details .slogan .texto{
  font-size: 25px;
  color: #fff;
  text-align: left;

  margin-left: 100px;

  text-transform: uppercase;
  font-weight: 700;

  display: flex;
  align-items: center;

}

#speakers-details .texto-bloque-dos{
  margin-top: 50px;
}

#login2 .bg-login2 {
  
  font-size: 13px;
  color: #fff;
  font-style: italic;

  background-color: #333;
  width: 100%;

  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
  opacity: 0.9;
}

.bg-msj-login {
  font-size: 13px;
  color: #fff;
  font-style: italic;

  background-color: #333;
  width: 100%;

  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; 
  opacity: 0.9;
}

/*#login2 .bg-login2 p {
  
  font-size: 13px;
  color: #fff;
  font-style: italic;

  background-color: #333;
  width: 100%;

  padding: 10px;
  border-radius: 5px;
  opacity: 0.9;
}*/


#speakers-details .btn{
  color: #fff;
  background: #ff9933;
  padding: 7px 22px;
  border-radius: 3px;
  border: 2px solid #ff9933;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.contact-form  #sendmessage {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}


#speakers .conocemas {
  display: flex;
  align-items: center;
  justify-content: center;

  padding-top: 30px;
  padding-bottom: 30px;

}

#contact .row1 {
  height: 300px;
  background-color: orange;
}

#contact .sos {
  font-size: 15px;
  color: #333;
  font-style: italic;
}


.mail-enviado {
  align-items: center;
  text-align: center;
}

.mail-enviado span {
  color: #ff9933;
  font-size: 100px;
}

.mail-enviado p {
  color: #ff9933;
  font-size: 14px;
  font-style: oblique;
}



/*--------------------------------------------------------------
# History
--------------------------------------------------------------*/

#history {

  padding-top: 60px;
  padding-bottom: 60px;
}



#history .tarjeta
{
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  text-align: justify;
 
}

#history .nosotros h3 {
  color: #333;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-align: left;
  font-weight: 600;
}

#history .nosotros span {
  color:#333;
  font-size: 13px;
  
}


/*--------------------------------------------------------------
# Alianzas
--------------------------------------------------------------*/

#clients {
  padding: 60px 0;
  background-color: #333;
  text-align: center;
  color: #fff;

  font-size: 35px;
}




/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: rgba(240, 240, 240, 1);
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #ff9933;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}




/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#buy-tickets {
  padding: 60px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 5px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #e0072f;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  padding-top: 60px;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #f82249;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #f82249;
  border: 1px solid #f82249;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ff9933;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #ff9933;
}

#contact .contacto {
  width: 100%;
  background: white;
  padding: 15px;
  
  border: 1px solid #f3f3f3;
  border-radius: 5px; 
  opacity: 0.8;

  transition: 1s;
}

#contact .contacto:hover {
  opacity: 1;
  -webkit-box-shadow:-1px 9px 40px -12px rgb(0,0,0,0.75);
  -moz-box-shadow:-1px 9px 40px -12px rgb(0,0,0,0.75);
  box-shadow: -1px 9px 40px -12px rgb(0,0,0,0.75);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #191919;
  padding: 0 0 25px 0;
  color: #fff;
  font-size: 14px;

}

#footer .footer-top {
  background: rgba(51, 51, 51, 0.9);
  padding: 30px 0 0 0;
}

#footer .footer-top .footer-info {
  /*margin-bottom: 30px;*/
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  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: #ff9933;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #ff9933;
}

#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 i {
  padding-right: 5px;
  color: #ff9933;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  /*border-bottom: 1px solid #ff9933;*/
  padding: 3px 0;
}

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

#footer .footer-top .footer-links ul a {
  color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ff9933;
}

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

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: #fff;
}

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

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}


#footer-login {
  background: #191919;
  color: #fff;
  font-size: 14px;

  height: 50px;
  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }


}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(6, 12, 34, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }

  #speakers .producto {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }

  .nuestra-empresa, .pilares-estrategicos, .nuestros-desafios, .nuestro-compromiso {
    margin-top: 20px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px dotted #9195a2;
  }

}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}


#cuerpo_modal {
  width: fit-content;
  background-color: #1d2439;
}

.cerrar_modal {
  position: fixed;
  top:25px;
  right: -60px;
  text-align:right;
  color:red;
  font-size:22px;
  cursor:pointer;
  z-index:99999;
}
