@font-face {
    font-family: "Coolvetica";
    font-display: auto;
    src: url("../fonts/coolvetica_rg.ttf");
}

body {
	/*font-family: 'Bulletto-Killa';*/
	font-size: 14px;
	line-height: 28px;
	font-weight: 400;
	color: #444;
}

html,
body {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}

a {
	color: #02a8f4;
}

a,
a>* {
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:focus {
	color: #02a8f4;
}

a:hover {
	color: #c03a2b;
}

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


/* -- Typography -- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #333;
	padding: 0px;
	margin: 0px;
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size: 43px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

p {
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	font-family: 'Lato', sans-serif;
	margin-bottom: 0;
}

.navbar-brand>img{
	width: 150px;
	transition: width 1s;
}
.navbar-fif{
	padding: 5px 0px 5px 0px !important;
	background: #fff !important;
    box-shadow: 0px 0px 5px #00000080;
}
.navbar-fif-2{
	padding: 50px 0px 5px 0px !important;
	background: #fff !important;
    box-shadow: 0px 0px 5px #00000080;
}
.navbar-fif .navbar-brand>img, .navbar-fif-2 .navbar-brand>img{
	width: 85px !important;
}



/* ---------------------------------------------------------------- */
.section-home{
	padding: 200px 0px 100px 0px;
	background: 
            -webkit-linear-gradient(
                rgba(6, 6, 6, 0.51),
                rgba(6, 6, 6, 0.51)),url('../../assets/images/extras/fondo-header.png');
    background: 
        -o-linear-gradient(rgba(6, 6, 6, 0.51),rgba(6, 6, 6, 0.51)),url('../../assets/images/extras/fondo-header.png');
    background: 
        linear-gradient(rgba(6, 6, 6, 0.51),rgba(6, 6, 6, 0.51)),url('../../assets/images/extras/fondo-header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.home-top-1{
	width: 100%;
	background-position: top left;
}

.home-bottom-1{
	width: 100%;
	background-position: bottom right;
	background-size: 30%;
}

.section-about{
	padding: 100px 0px 70px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.about-top-1{
	width: 100%;
	background-position: top left;
	background-size: 25%;
}

.about-top-2{
	width: 100%;
	background-position: top right;
}

.about-bottom-1{
	width: 100%;
	background-position: bottom left;
	background-size: 25%;
}

.about-bottom-2{
	width: 100%;
	background-position: bottom right;
	background-size: 25%;
}




.section-sectores{
	background: #f7f0e8;
    background-position: center;
	padding: 75px 0px 70px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}


.section-contact{
	padding: 100px 0px 50px 0px;
	/*background: url('../img/fondo-contacto.png');*/
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.contact-top-1{
	width: 100%;
	background-position: top left;
	background-size: 25%;
}

.contact-top-2{
	width: 100%;
	background-position: top right;
	background-size: 25%;
}

.contact-bottom-1{
	width: 100%;
	background-position: bottom left;
	background-size: 25%;
}

.contact-bottom-2{
	width: 100%;
	background-position: bottom right;
	background-size: 8%;
}


.section-nec{
	padding: 100px 0px 50px 0px;
}

.section-customer{
	padding: 100px 0px 250px 0px;
	/*background: url('../img/fondo-clientes.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 100%;
}

.customer-top-1{
	width: 100%;
	background-position: top left;
	background-size: 25%;
	z-index: 999999;
}

/*.customer-top-2{
	width: 100%;
	background: url('../img/cliente/puntos-izq.png') no-repeat;
	background-position: top left;
	background-size: 25%;
}*/

.customer-bottom-1{
	width: 100%;
	background-position: bottom right;
	background-size: 35%;
}

.customer-bottom-2{
	width: 100%;
	background-position: bottom right;
	/*background-size: 20%;*/
}



.divider{
	width: 1px !important;
    background: #fff;
    height: 18px;
    padding: 0px !important;
    top: 7px;
}


.title-home{
	font-family: 'Coolvetica' !important;
	font-size: 90px;
	margin-top: 35px;
	color: #fff;
	letter-spacing: 5px;
}

.subtitle-home{
	font-size: 25px;
	color: #fff;
}

.title-us{
	font-family: 'Coolvetica' !important;
	text-transform: uppercase;
	font-size: 30px;
	/*text-align: center;*/
	/*margin-bottom: 50px;*/
	color: #000;
	letter-spacing: 5px;
}

.content-us{
	text-align: justify;
}

.img-us{
	width: 75%;
	display: initial;
}


.input-contact{
	height: 45px;border-radius: 0px;border: 1px solid #5D5D5D;
}

.area-contact{
	border-radius: 0px;border: 1px solid #5D5D5D; resize: none;
}

.btn-contact{
	background-color: #9e1247; color: #FFF;border-radius: 0px;font-size: 20px;width: 100%;
	background: linear-gradient(to left, #9e1247 50%, #8E1040 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.btn-contact:hover{
	color: #fff;
	background-position:left;
}

.fa-contact-1{
	background: #FF7A00;font-size: 20px;padding: 4px 9px;border-radius: 50%;color: #fff;
}

.fa-contact-2{
	background: #FF7A00;font-size: 20px;padding: 4px 7px;border-radius: 50%;color: #fff;
}

/*.logo-footer{
	margin-top: 25%;
}*/

.col-footer, .col-footer-2{
	border-left: 2px solid #fff;height: 180px;
}

.fa-footer{
	color: #FFF;font-size: 15px;margin-bottom: 10px;
}

.title-footer{
	color: #FFF;margin-bottom: 30px;font-family: 'Lemon-Milk-Bold';
}

.fa-redes{
	font-size: 16px;
    color: #fff;
    margin-right: 15px;
}
.fa-redes-2{
	font-size: 25px;
    color: #fff;
    margin-left: 15px;
}
.btn-login{
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	background: transparent;
    border: none;
}
hr{
	max-width: 60px;
    border-color: #9E1247;
    border-width: 4px;
    margin-bottom: 2px;
    margin-top: 0px;
}
.mt-40{
	margin-top: 40px;
}
.mt-50{
	margin-top: 50px;
}
.mt-60{
	margin-top: 60px;
}
.img-sector{
	width: 150px;
	display: initial;
}
.img-auspiciador{
	display: initial;
}

/* ----------------------------------------------------------------- */


/* -- Common Styles -- */

.section-padding {
	padding: 100px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 80px;
	position: relative
}

.section-title h2 {
	font-size: 35px;
	line-height: 36px;
	color: #4d4d4d;
	font-weight: 300;
	position: relative;
	margin-bottom: 30px;
}

.section-title h2 span {
	font-weight: 700;
}

.border-line {
	position: absolute;
    right: 0px;
	left: 0px;
	top: 44px;
    border: 1px solid #02a8f5;
    height: 14px;
    width: 14px;
    margin: 0 auto;
}
.border-line:after, .border-line:before {
	position:absolute;
	content:"";
	top:5px;
	height:1px;
	width:60px;
	background:#02a8f5;	
}

.border-line:after{
	right:20px;
}
.border-line:before{
	left:20px;
}

.border-box {
    background: #02a8f5;
    content: "";
    height: 6px;
    left: 0;
    margin: 0 auto;
    right: 0;
    position: absolute;
    top: 3px;
    width: 6px;	
}

.section-title p {
	font-size: 15px;
	color: #666666;
	width: 50%;
	margin: 15px auto 80px auto;
}

.section-background {
	position: relative;
}

.button-group {
    margin-top: 40px;
    position: relative;
    z-index: 999;
}

a.btn.btn-normal,
a.btn.btn-color,
a.btn.btn-normal-border,
a.btn-service {
	border-radius: 0px;
	font-size: 16px;
	padding: 8px 20px;
}

a.btn.btn-normal {
	background-color: #02a8f4;
	color: #fff;
	margin-left: 20px;
}

a.btn.btn-normal-border {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

a:hover.btn.btn-normal {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

a:hover.btn.btn-normal-border {
	background-color: #02a8f4;
	color: #fff;
	border: 1px solid #02a8f4;
}

a.btn.btn-color {
	background-color: #ececec;
	border: 1px solid #ececec;
	color: #666666;
	border-radius: 5px;
}

a:hover.btn.btn-color {
	background-color: #02a8f4;
	border: 1px solid #02a8f4;
	color: #fff;
}

.btn-default:hover {
	background: transparent;
	border: 1px solid #02a8f4;
	color: #02a8f4;
}


/* -- Navigation -- */
.navbar-default {
	background-color: transparent;
	padding: 50px 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sticky.navbar-default {
	background-color: rgba(0,0,0,0.85);
    padding: 10px 0;
    box-shadow: 0px 0px 5px #00000080;
}

.navbar-nav {
	margin-top: 4px;
}

.sticky.navbar .nav>li {
	padding: 0 13px;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 23px;
}

.sticky .navbar-nav>li>.dropdown-menu {
	margin-top: 13px;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 15px;
}

.sticky .navbar-right .dropdown-menu {
	left: 13px;
}

.navbar-brand {
	padding: 0 15px;
	height: auto;
}

.navbar .nav>li {
	padding: 0 15px;
	-webkit-transition: padding .4s ease-in-out;
	-moz-transition: padding .4s ease-in-out;
	transition: padding .4s ease-in-out;
}

.navbar .nav>li>a {
	padding: 5px 0;
}

.navbar-default {
	margin-bottom: 0;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	font-weight: 600;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #fff;
	font-weight: 600;
}

.navbar-fixed-top.sticky img{
	width: 85px;
	transition: width 1s;
}


/*Dropdown Style*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #02a8f4;
	background-color: transparent;
	border-bottom: 1px solid #ef4836;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	padding: 0;
}

.dropdown-menu>li {
	border-bottom: 1px solid #02a8f4;
}

.dropdown-menu>li:last-child {
	border-bottom: 0;
}

.dropdown-menu>li>a {
	padding: 7px 20px;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #222222;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: #02a8f4;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #02a8f4;
}


.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover {
	border-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

#footer {
	background: #9e1247;
	padding: 80px 0px 50px 0px;
}

/* -- Footer -- */

#scrollup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #ff7b00;
	cursor: pointer;
	border: 1px solid #ff7b00;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	z-index: 9999;
	display: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 50%;
}

#scrollup-msn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #ff7b00;
	cursor: pointer;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	z-index: 9999;
	display: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 50%;
}


/* --------------------------------------------------------------------------------- */
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    opacity: 1;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    opacity: 1;
}

.portfolio-box .portfolio-box-caption-2 {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    opacity: 1;
}

.portfolio-box:hover .portfolio-box-caption {
	opacity: 0;
}


.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption-2 .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-size: 31px;
    line-height: 31px;
    font-family: 'Lemon-Milk';
}


.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 31px;
    font-family: 'Lemon-Milk';
    line-height: 31px;
}

.icono-service{
	display: none !important;margin-bottom: 30px;width: 13%;
}

.no-padding{
	padding: 0px;
}

.col-service{
	padding-right: 5px;
    padding-left: 5px;
}


.section-intenal-marketing{
	background: url(../img/marketing-digital.png);
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section-intenal-publicidad{
	background: url(../img/publicidad-atl-btl.png);
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section-intenal-redes{
	background: url(../img/redes-sociales.png);
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section-intenal-diseno-web{
	background: url(../img/diseno-web.png);
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section-intenal-branding{
	background: url(../img/branding.png);
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section-intenal-video{
	background: url(../img/video-fotografia.png);
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nav-nec{
	background: #FFF;
}

.header-content{
	position: absolute;
    top: 55%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;

}

.title-internal{
	font-family: 'Lemon-Milk-Bold';
	color: #FFF;
	font-size: 40px;
	border: 7px solid #FFF;
	padding: 55px 45px 55px 45px;
}

.section-internal{
	padding: 0px 0px 70px 0px;
}
.section-internal-fif{
	padding: 130px 0px 70px 0px;
	background: #FFF;
}
.title-service-internal{
	font-size: 30px;
	color: #000;
	margin-bottom: 30px;
}


.marketing-1{
	width: 100%;
	background-position: bottom left;
	background-size: 13%;
}

.marketing-2{
	width: 100%;
	background: url('../img/internas/lado-derecho.png') no-repeat;
	background-position: bottom right;
	background-size: 40%;
}
.fa-success{
	font-size: 140px;
	color: #1BA160 !important;
}
.h3-success{
	color: #000;
	font-size: 40px;
}

.header-content-buttons{
	margin-top: 100px;
}

.header-content-buttons a{
	background: #9E1247;
    color: #fff;
    padding: 15px 25px 15px 25px;
    font-size: 25px;
    margin-right: 20px;
    text-transform: uppercase;
    background: linear-gradient(to left, #9E1247 50%, #8E1040 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}
.header-content-buttons a:hover{
	background-position:left;
}

.header-top{
	background: #9e1247;
	position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    padding: 5px 0px 5px 0px;
}
.header-top-2{
	background: #9e1247;
	position: fixed;
    right: 0;
    left: 0;
    z-index: 9999;
    padding: 5px 0px 5px 0px;	
}

.modal{
	z-index: 99999 !important;
}
#myModalLogin .modal-content{
	border-radius: 0px;
	border-top: 8px solid #9e1247;
    border-bottom: 8px solid #9e1247;
}
.modal-title title-login{
	font-size: 20px;
}
.modal-header{
	border-bottom: none;
}
button.close{
	color: #9E1247;
    opacity: 1;
    font-size: 25px;
}
.a-login, .a-login-2{
	color: #9E1247;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.a-login-2{
	font-size: 35px;
}

@media (min-width: 769px){
	.modal-dialog {
	    margin: 85px auto;
	}
}
.nav-fif>li>a{
	color: #000 !important;
}
.navbar-nav.nav-fif .divider{
	background: #000 !important;
}
.hservicio{
	margin-top: 20px;
}
.section-stand-fif{
	/*background: url(../images/extras/fondo-stand-final.png);*/
    height: 100%;
    position: relative;
    /*background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
}

.section-stand-fif-2{
	position: relative;
	/*background: url(../images/extras/fondo-stand-final.png);*/
    /*height: 100%;*/
    /*height: 625px;
    width: 1366px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
}

.footer-top-stand{
	background: #9e1247;
	position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    padding: 5px 0px 5px 0px;
}

.ul-stand {
    margin: 0%;
    padding: 0;
    list-style: none;
    width: 100%;
}
.ul-stand li {
    float: left;
    padding: 0px 35px;
    color: #fff;
}
.ul-stand li>a {
	color: #fff;
}

.ul-stand li>a i {
	margin-right: 5px;
}

#myModalStand .modal-dialog{
	width: 100%;
    height: 97%;
    margin: auto;
    border-radius: 0px;
    position: fixed;
}

#myModalStand .modal-content{
	height: 97%;
    border-radius: 0px;
    overflow: hidden;
    overflow-y: auto;
}
#myModalStand .modal-content .modal-header{
	border-bottom: 2px solid #9e1247;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
.mt-30{
	margin-top: 30px;
}
.badge-contact{
	background-color: #9e1247;
}
.text-red{
	color: red;
}
.card-adjunto, .card-galeria{
	border: 1px solid #ccc;
    padding: 20px;
}
.card-adjunto img{
	max-width: 100px;
    display: initial;
}
.card-galeria img{
    display: initial;
}
.card-pab {
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px 10px; /* Reducido de 50px a 15px arriba/abajo para hacer la tarjeta más compacta */
    border-left: 5px solid #9e1247;
    background: #fff;
    background: linear-gradient(to left, #fff 50%, #9e1247 50%) right;
    background-size: 200%;
    transition: .9s ease-out;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 10%); /* Sombra más sutil */
    border-radius: 12px; /* Esquinas redondeadas */
    max-width: 260px; /* Ancho máximo para evitar que se expandan demasiado */
    margin: 0 auto;   /* Centra las tarjetas dentro de su columna */
}

/* Ajuste opcional para reducir la fuente de los títulos/enlaces dentro de la tarjeta */
.card-pab h3 {
    margin: 0;
    font-size: 14px; /* Tamaño de letra más pequeño y proporcional */
    line-height: 1.3;
}

.card-pab h3 a {
    color: inherit;
    text-decoration: none;
    display: block;
}
.card-pab:hover{
	/*background: #9e1247;*/
	background-position:left;
    box-shadow: 0 7px 11px 0 rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 10%);
}


.card-stand{
	/*padding: 20px 10px;*/
    border: 1px solid #ccc;
    box-shadow: 0 7px 11px 0 rgb(0 0 0 / 10%), 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.card-stand .stand-img{
	padding: 25px 10px;
    min-height: 110px;
    text-align: center;
}
.card-stand .body-card-stand{
	border-top: 1px solid #9e1247;
	text-align: center;
	padding: 10px 0px 10px 0px;
	background: #9e1247;
}
.card-stand .body-card-stand a{
	color: #fff;
	font-size: 24px;	
}
.stand-img a img{
	display: initial;
	/*height: 75px;*/
}
.date-conferencia i{
	color: #9e1247;
    margin-right: 10px;
    font-size: 30px;
}
.img-initial{
	display: initial;
}
.title-conferencia{
	font-size: 24px;
	margin-bottom: 5px;
}
.expositor-conferencia{
	font-weight: 200;
	margin-bottom: 10px;
}
.expositor-conferencia span{
	font-style: italic;
}
.time-conferencia{
	font-size: 20px;
}
.time-conferencia i{
	color: #9e1247;
    margin-right: 10px;
    font-size: 25px;
}
.btn-ing-conferencia{
	margin-left: 20px;
    background: #9e1247;
    font-size: 20px;
    color: #fff;
    padding: 5px 15px 5px 15px;
}
.legend-conferencia{
	border-bottom: 3px solid #e5e5e5;
}

/* inscripcion */
/*----------step-wizard------------*/
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color{
    background-color: #333;
}
.signup-step-container{
    padding: 70px 0px;
    padding-bottom: 60px;
}
.title-step{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.text-step{
    font-size: 12px;
    text-align: center;
}
.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}
.wizard > div.wizard-inner {
	position: relative;
	text-align: center;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35px;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #9e1247;
    color: #fff;
    border-color: #9e1247;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
    color: #9e1247;
}
.wizard .nav-tabs > li {
    width: 50%;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-45%, -40%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}
.wizard .nav-tabs > li a:hover {
	background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}
.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 0px;
    margin-top: 30px;
}
.next-step{
    background-color: #9e1247;
    color: #fff;
    border-radius: 0px;
}
.skip-btn{
    background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
    font-size: 14px;
    font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
/* fin de inscripcion */

.contenedor-youtube {
    display: block;
    width: 100%;
}
.reproductor-youtube {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer
}
img.imagen-previa {
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto
}
div.youtube-play {
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    opacity: .7;
    position: absolute;
    background: url(../images/youtube-2.png) no-repeat
}
div.youtube-play:hover {
    opacity: 1
}
#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}


.payment-list .payment-link {
    border-radius: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}
.payment-layer {
    width: 30px;
    height: 30px;
    background: 0;
    position: absolute;
}
.payment-text{
	border: 0;
    margin: 0 10px;
    padding: 1px 0;
}
.payment-text span {
    font-weight: bold;
}
.payment-details {
    padding-left: 50px;
    padding-top: 4px;
    font-size: 13px;
    color: #747474;
}
.input-cod{
	border-radius: 0px;
    height: 40px;
    width: 50%;
}
.se-login{
	color: #fff;
	text-transform: capitalize;
}
.se-login:focus,.se-login:hover{
	color: #fff;
}
.dropdown-menu.dropdown-login{
	border-radius: 0px;
}
.dropdown-menu.dropdown-login>li{
	border-bottom: 1px solid #9E1247 !important;
}
.dropdown-menu.dropdown-login>li>a {
    text-transform: capitalize;
    color: #000;
}

.dropdown-menu.dropdown-login>li>a:focus, .dropdown-menu.dropdown-login>li>a:hover {
    color: #fff;
    background-color: #9E1247;
}
.tabs-stand-galeria>li>a{
	color: #9E1247;
}
.btn-fif{
    color: #fff;
    padding: 10px 25px 10px 25px;
    font-size: 25px;
    margin-right: 20px;
    text-transform: uppercase;
    background: linear-gradient(to left, #9E1247 50%, #8E1040 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    border-color: #9E1247;
}
.btn-fif:hover{
	background-position:left;
}

.btn-pay{
    color: #fff;
    padding: 10px 25px 10px 25px;
    font-size: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    background: linear-gradient(to left, #9E1247 50%, #8E1040 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    border-color: #9E1247;
}
.btn-pay:hover{
	background-position:left;
	color: #fff;
}

.stand-public-super{
	position: absolute;
	left: 26.3%;
	top: 11%;
	width: 48.5%;
	height: 16.5%;
}
.stand-public-video{
	position: absolute;
	left: 43%;
    top: 45.7%;
    width: 16.4%;
    height: 17%;
}
.stand-public-lateral{
	position: absolute;
	left: 12%;
	top: 42.2%;
	width: 11.1%;
	height: 43%;
}
.stand-public-logo{
	width: 8.4%;
	height: 20%;
	position: absolute;
	left: 64.6%;
	top: 54.4%;
}
.img-youtube-play{
	position: absolute;
	left: 50%;
	top: 51%;
	opacity: .7;
	width: 3%;
}
a:hover .img-youtube-play{
	opacity: 1;
}
.fancybox-active {
    height: 100% !important;
}
.content-footer{

}
.content-footer p{
	color: #fff;
}
.stand_redes{
	position: absolute;
    top: 15%;
    right: 0;
    background: rgb(255 255 255 / 50%);
    padding: 8px 30px 2px 30px;
}
.face-stand{
	background: #1877F2;
	color: #fff;
	font-size: 18px;
	padding: 3px 7px 0px 6px;
	border-radius: 50%;
}
.twitter-stand{
	background: #1C9CEA;
	color: #fff;
	font-size: 18px;
	padding: 3px 5px 0px 6px;
	border-radius: 50%;
}
.instagram-stand{
	background: #F7004A;
	color: #fff;
	font-size: 18px;
	padding: 3px 5px 0px 6px;
	border-radius: 50%;
}
.youtube-stand{
	color: #FF0000;
	font-size: 25px;
	padding: 0px 7px 0px 0px;
}
.fancybox-container{
	z-index: 999999 !important;
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media(max-width: 767px) {
	.navbar-default {
		/*background-color: #fff !important;*/
		background-color: transparent;
	    padding: 50px 0;
	    /*box-shadow: 0px 0px 5px #00000080;*/
	}
	.navbar-brand {
		padding: 4px 15px;
	}
	.navbar-brand>img {
	    width: 85px;
	}

	.logo-footer{
		margin-top: 0px;
		width: 165px;
    	display: initial;
    	margin-bottom: 20px;
	}

	.col-footer{
		margin-top: 60px;border-left: 0px;height: 180px;
	}

	.col-footer-2{
		border-left: 0px;height: 180px;	
	}

	.title-internal{
		font-family: 'Lemon-Milk-Bold';
		color: #FFF;
		font-size: 16px !important;
		border: 5px solid #FFF !important;
		padding: 30px 16px 30px 16px !important;
	}

	.divider{
		display: none !important;
	}

	.home-top-1, .about-top-1, .about-top-2, .about-bottom-1, .about-bottom-2, .contact-top-1, .contact-top-2, .contact-bottom-1, .contact-bottom-2,
	.customer-top-1, .customer-bottom-1, .customer-bottom-2, .marketing-1, .marketing-2, .home-bottom-1{
		background: transparent;
	}
	.section-customer{
		padding: 100px 0px 50px 0px;
	    height: 100%;
	}
	.section-about{
		padding: 100px 0px 0px 0px !important;
	}
	.navbar-brand{
		width: 75%;
	}
	.section-stand-fif{
		background: url(../images/extras/mobile-web.png) !important;
	    height: 100%;
	}
	.title-home{
		font-size: 48px;
	}
	.navbar-default .navbar-collapse{
		background: rgba(0,0,0,0.85);
	}
	.navbar-toggle.collapsed-fif-2 .icon-bar{
		background-color: #888;
	}

}