@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i,800,800i');

@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@200&display=swap');


html,
body {
    background-color: #ffffff;
	/*font-family: 'Nunito', sans-serif !Important;*/
    font-family:'Montserrat', sans-serif !important;
    /*font-weight: 400 !important;*/
    font-size: 14px;
    color: #666666;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.rojo {color:#e42520}

strong {
    font-weight: 500 !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
}

.scrollup {z-index: 1;}

.sponsors {margin:0 15px 50px 15px;}

.bs-linebreak {
    height:10px;
  }

.foro {
    margin-bottom: 20px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

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

a, button, a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn.extra-width {padding: 13px 40px;}

.btn:focus, .btn:active {outline: inherit;}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {margin: 0 0 15px;}

.clear {clear: both;}

ol,ul {list-style: none; padding: 0;}

img {max-width: 100%;}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

.form-control {
    border: 0;
    border-bottom: 2px solid #999999;
    font-size: 16px;
    height: 45px;
    background: transparent;
	color: #ffffff !important;
}

.form-control:focus {border-bottom: 2px solid #e42520;box-shadow:none; }

h1, h2, h3 {font-weight: 300; margin: 0;}

h4, h5 {
    margin: 0;
    line-height: 2rem;
}

h1 {
    font-size: 3rem;
    line-height: 3rem;
    /*text-transform: uppercase; */
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}

h3 {
    font-weight: 400;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}

h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}

h5 {
    font-size: 17px;
    margin-bottom: 1rem;
}

h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}

p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}

p:last-child {margin-bottom: 0px;}

/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #000;
}

.text {
    color: #333333;
}

.colorstext {
    color: #f56363;
}

.coloricon i {
    color: #f56363;
}

.colorsbg {
    background: #f56363;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}

.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

/* Section */

#evento, #horarios, #galeria {
    background:#f1f1f1;
}

#ubicacion {
    background: #292929;
}

#evento .heading h1, #galeria .heading h1, #evento .service-item h5, #evento .service-item p {
    color:#666666;
    /* padding-top: 15px; */
    padding-left: 20px;
    padding-right: 20px;
}

#horarios h2 {
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 10px;
}

#evento .separator2 {
    background:#666666;
}

.sections {
    /*padding-top: 100px;
	padding-bottom: 20px;*/
    padding: 50px 0;

    position: relative;
    overflow: hidden;
    outline: none;

    -webkit-scroll-margin-top: 250px;
    scroll-margin-top: 250px;
}

.sections.footer {
    padding-bottom: 80px;
}

section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}

section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}

#sectionSaveTheDate {
    padding-top: 10%;
    height: 100%;
    position: relative;
    width: 50%;
    margin: 0 auto;
    background-color: #ffffff;
}
  
.featurecontentAllignIcon {
    text-align: center;
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
    float:center;
    width:100%
}

.heading {
    margin-bottom: 4rem;
}

.heading h1{
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #666666;
}

.overlay {
    /* background-color: rgba(23, 26, 61, 0.50); */
    width: 100%;
    min-height: 650px;
}

.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.home-overlay-fluid {
    /*background-color: rgba(41, 41, 41, 0.68); */
    width: 80%;
    margin: auto;
}

.overlay-img {
    /*background: rgba(0, 0, 0, 0.3);*/
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}

.no-padding {
    padding: 0 !important;
}

.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}

/* Columns */
.column {
    float: left;
    width: 50%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    }

.row:after {
    content: "";
    display: table;
    clear: both;
    }


/* Separator */

.separator {
    height: 4px;
    width: 130px;
    margin: auto;
    background: #e42520;
}

.separator2 {
    height: 1px;
    width: 50px;
    margin: auto;
    background: #999999;
    margin-bottom: 10px;
}

/* Button */

.btn {
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-box-shadow:1px 1px 10px 0 rgba(0,0,0, .75);
    -moz-box-shadow:1px 1px 10px 0 rgba(0,0,0, .75);
    -o-box-shadow:1px 1px 10px 0 rgba(0,0,0, .75);
    -ms-box-shadow:1px 1px 10px 0 rgba(0,0,0, .75);
	box-shadow:1px 1px 10px 0 rgba(0,0,0, .75);
}

.btn-primary {
    color: #fff;
    background-color: #e42520;
    border-color: transparent;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #5C5E77;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #5C5E77;
    border-color: transparent;
}

/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*For Menu Bar*/

.navbar-default {
    background: url(../images/grey.png);
    border-bottom: 4px solid #666666;
}

.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    padding: 15px 0;
}
.navbar-default .navbar-nav>li>a {
    color: #e42520;
    text-transform: uppercase;
	font-weight:500;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.navbar-default .navbar-nav>li>a:hover {
    color:#5C5E77;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color:transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color:transparent;
}
/*.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}*/
.menu-bg{
    /*background:#ffffff ;*/
	/*background:url(../images/grey.png);*/
	border-bottom:4px solid #EC2F2F;
}

.owl-dot {
    outline:none;
}

/*For Home Section*/
.home{
    background: url(../images/wda2023_fondo1.jpg) no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
    justify-content: center;
}

.home-content{
    margin-top: 150px;
    margin-bottom: 150px;
    color :#fff;
}

.home-content h1{
    margin-bottom: 25px;
    font-family: 'IBM Plex Serif', serif;
    font-style: normal;
	font-weight:200;
    font-size: 60px;
    line-height: 1em;
	color: #000;
	line-height: 1em;
    /*text-shadow:1px 1px 10px rgba(0,0,0, .75); */
}

.home-content h2{
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
	font-weight:300;
    font-size: 25px;
    line-height: 1em;
	color: #000;
	line-height: 1em;
    padding-top: 1.8%;
    /*text-shadow:1px 1px 10px rgba(0,0,0, .75); */
}

.home-content h4{
    /*margin-bottom: 25px;  */
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    line-height: 1em;
    color: #000;
	font-weight:300;
    /*text-shadow:1px 1px 10px rgba(0,0,0, .75);*/
}

/* Service Section */

.service-item{
    /*margin-bottom: 60px;*/
	margin-left:10px;
	margin-right:10px;
}

.service-item h5{
    text-transform: uppercase;
    color: #5C5E77;
    font-weight: 500;
}

.service-item h4{
    margin-bottom: 75px;
    font-size: 24px;
    line-height: 1em;
    color: #5C5E77;
	font-weight:500;
    text-shadow:1px 1px 10px rgba(0,0,0, .75);
    /* display: table-cell;
    vertical-align: middle; */
}

.service-item i{
    /*background: #f5f6f8;*/
    height: 80px;
    width: 80px;
    border-radius: 100%;
    color: #5C5E77;
    /*font-size: 36px;*/
    line-height: 80px;
    margin-bottom: 10px;
}

.service-item p {color:#666666 !important;}

.service-item a {
    color:#e42520;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.service-item a:hover {
    color:#5C5E77;
}

/* Center text Map */
.center {
    text-align:center;
    }
.center h1, .center h4, .center h5 {
    color:#FFF;
}

/* Portfolio Section */
.video_portfolio{
    position:relative;
    background:#ffffff;
    padding:4px;
}

.portffolio_menu{
    width:100%;
    margin:0 auto;
    padding-top: 25px;
}

.single_portfolio_img{
    position:relative;
    background:#ffffff;
    padding:4px;
    /*-webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
	box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);*/
}

.single_portfolio_overlay{
    background:#565d67;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    transition:.5s;
}

.single_portfolio_img .single_portfolio_overlay img{
    width: 45%;
    height: 40%;
    top: 30%;
    position: absolute;
    left: 30%;
}

.single_portfolio_img:hover .single_portfolio_overlay{opacity:1;}

.portfolio_content_details{
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}

.portfolio_content_details a{
    margin-top: 50px;
    text-transform: uppercase;
}

.portfolio-item{
    margin-top:30px;
}
.portfolio-item img{
    width:100%;
}
.portfolio-item h2{
    font-size: 18px;
    line-height: 3rem;
    margin-bottom:0;
    /*padding: 5px 0;*/
    text-align: right;
    margin-right: 4px;
}

.button {
    display: inline-block;
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    margin-left: 20px;
    background: transparent;
    border: none;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
}

.button:hover ,.button:focus {
    color: #e42520;
    border-bottom: 1px solid #e42520;
}

/*.button:active,
.button.is-checked {
    color: #e42520;
    border-bottom: 1px solid #e42520;
}
.button.is-checked {
    border-bottom: 1px solid #e42520;
}*/

.button:active {outline:none;}

/* ---- button-group ---- */

.button-group .button {
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

#visita360 {
    margin-top: 45px;
}

/* Brand Sections */
.brand-identity{
    width: 100%;
    display: block;
    overflow: hidden;
}

/* Contact Section */

.contact {
    background: #292929;
	/*background:url(../images/wda_fondo_cut3.jpg); */
    /*background-repeat: repeat; */
    padding: 80px 0;
    outline: none;
}

.contact h1, .contact p {
    color: #ffffff;
}

.contact-top{
    margin-bottom:100px;
}

.contact-top h1, .contact h5 {
	color:#e42520;
}

.contact-top li a{
    color: #ffffff;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.contact-top li a:hover{
    color: #e42520;
}

.contact-left-info{
    margin-bottom: 50px;
}

.contact-left-info h5{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}

.contact-form .form-group label{
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
	font-weight:100 !important;
}
.contact-form button{
    margin-top: 30px;
}

/*Scroll Up*/

/*.scrollup{
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    color: #ffffff;
    font-size: 30px;
    background: #e42520;
    position: absolute;
    bottom:80px;
    left: 50%;
    margin-left: -32px;
    z-index: 99999;
    font-weight: normal;
    border-radius: 100%;
    transition: all 500ms .2s;
    cursor: pointer;
    -webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
	box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
}
.scrollup:hover{
    background: #666666;
    color: #fff;
    transform:scale(1.1);
}*/

.arriba {
    position: fixed;
    right:10px;
    bottom:10px;
    width:50px;
    height:50px;
    line-height:50px;
    font-size:25px;
    display:none;
    background:rgba(23, 26, 61, 0.70);
    color:rgba(255, 255, 255, 1);
    cursor:pointer;
    border-radius:50%;
    opacity: 50%;
    -webkit-box-shadow:2px 2px 5px 0 rgba(23, 26, 61, .70);
    -moz-box-shadow:2px 2px 5px 0 rgba(23, 26, 61, .70);
    -o-box-shadow:2px 2px 5px 0 rgba(23, 26, 61, .70);
    -ms-box-shadow:2px 2px 5px 0 rgba(23, 26, 61, .70);
    box-shadow:2px 2px 5px 0 rgba(23, 26, 61, .70);
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.arriba:hover {
    background:rgba(23, 26, 61, 1);
    color:rgba(255, 255, 255, 1);
}

/* Map */
.map-responsive{
    overflow:hidden;
    padding-bottom:40%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Formulario */
#Iframe-Liason-Sheet {
    max-width: 760px;
    max-height: 1100px;
    overflow: hidden;
    }
/* inner wrapper: make responsive */
.responsive-wrapper {
    position: relative;
    height: 0; /* gets height from padding-bottom setting */
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    }
.responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    }
/* padding-bottom = h/w as a % */
.responsive-wrapper-wxh-760x1200 {
    padding-bottom: 363.6364%;
    }
.iframe-border {
    border: 1px solid #000;
    }
.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
    }

/* Footer Area */
.footer{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
	background:url(../images/grey.png);
}

.copyright a {
    display: inline-block;
}

.copyright p {
    margin-top: 10px;
    font-size: 12px;
    display: inline-block;
}

.social {
    margin-top:0px;
}

.social a i {
    background: #999999;
    color: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
    font-size: 16px;
    text-align: center;
    transition: .3s ease-in-out;
    margin:0 5px;
}

.social a i:hover{
    background: #e42520;
}

.logo_footer {
    max-width: 120px;
    margin-right: 15px;
}

/**** CUSTOM FROM MIN ****/

.navbar-brand {
    padding: 0px !important;
}

.navbar-brand img {
	margin-left: 25px;
    margin-top: -5px;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}


/**** ERRORES ****/

.white-popup2 i, .white-popup2 p {color:#e42520}


.white-popup2 {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 6px;
}

.white-popup2 .mfp-close {
    color: #fff;
}

.errores {
    margin: 20px 0 20px 14px;
}

.scrollup {
    z-index: 10;
}

/*********************************************
                    ADMIN
**********************************************/

.tAdmin {
    margin: 0 auto;
    min-width: 720px;
    text-align: center;
    color: #e2e2e2;
}

.tAdmin td {
    padding: 5px 10px;
    border: 1px solid #8a8a8a;
}

#exportar {
    display: block;
    width: 275px;
    margin: auto;
    margin-top: 60px;
}

.tAdmin .glyphicon {
    cursor: pointer;
}

#detalle {
    margin-top: 50px;
}
 
.pendiente,
.pendienteCharla {
    cursor: pointer;
}

/*********************************************
                POPUP CHARLA
**********************************************/

.tcharla {
    width: 100%;
    margin-top: 20px;
}

.tcharla td, 
.tcharla th {
    text-align: center;
    padding: 3px 5px;
}

.tcharla tr td:first-child {
    text-align: left;
}

.btnchico {
    padding: 5px 20px;
    font-size: 19px;
    margin-top: 20px;
}

.white-popup input {
    color: #777777 !important;
}

#entrarCharla, 
#enviarCharla {
    margin-top: 20px;
    margin-left: 40%;
    padding: 9px 40px;
}

.chk-nosel,
.chk-sel {
    cursor: pointer;
}

#errorCharla {
    display: none;
    color: #e42520;
}

#titulo {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#h2font #h4font {
    font-family: 'Montserrat', sans-serif; 
    font-weight:300;
}

#fotoTucanoLogo img {
    max-width: 175px;
    max-height: 76px;
}

#sponsorext {
    text-align: center;
    bottom: 0;
    margin-bottom: 0%;
}

#sponsorint {
    display: inline;
}

.error {
    color: red;
}

#evento #acreditacion #cias #galeria {
    scroll-margin-top: 100px;
}


#countdown {
    text-align: center;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#countdown ul {
    margin: 5% 0 0 0;
    padding: 0;
    display: flex;
    gap: 5%;
    justify-content: center;
}
#countdown ul li {
    flex: 25%;
    padding: 5%;
    margin: 0;
    list-style: none;
    background: #001f2f;
    border-radius: 5px;
}
#countdown ul li span {
    display: block;
    font-size: 3rem;
}

.countdown-box {
    width: 80px; /* Adjust the width value as needed */
}
