﻿
/* ==================================================================== LGBT ==================================================================== */

/* header */
.lgbt ul.navbar-nav li a{ color:#4fc1bd;}
.lgbt ul.navbar-nav li a:hover{ color:#FFF;background:#4fc1bd;cursor:pointer;}
/* /header */

/* popup */
.lgbt #popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 9999;
}

.lgbt #popup-cont {
	position: fixed;
	width: 400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
	background-color: #fff;
	border: 2px solid #444;
	border-radius: 10px;
	overflow: auto;
	padding: 30px;
}

.lgbt #popup-cont-close {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #444;
	font-size: 16px;
	padding: 0 10px;
	cursor: pointer;
	font-weight: bold;
}

.lgbt #popup-cont-title {
	font-size: 21px;
}

.lgbt #popup-cont-text {
	font-size: 16px;
}
/* /popup */

/* parte uno */
.lgbt .parte-uno p {
	font-size: 80px;
	line-height: 90px;
}
.lgbt .parte-uno {
    background: url(/assets/coris/images/lgbt/home.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.lgbt .flex-item .btn-parte-uno {
	color: #fff;
	font-family: brix_sansblack, Verdana, Geneva, sans-serif;
	font-size: 13pt;
	text-align: center;
	background: #f59e2e;
	padding: 10px 30px;
	text-align: center;
	margin-top: 55px;
	text-transform: uppercase;
	border-radius: 30px;
	text-decoration: none;
	display: block;
	max-width: 220px;
	margin: 80px auto 0;
}


.lgbt .col-der-part-uno {
	background: none;
    width: 50%;
}
.lgbt .col-der-part-dos {
    width: 50%;
    background:url(/assets/coris/images/lgbt/semaforo.png) no-repeat center center;
    background-size: cover;
    background-color: #000;
}
.lgbt .parte-uno-img {
	margin-top: 80px;
}
/* /parte uno */

/* parte dos */
.lgbt .parte-dos {
	background: #fff;
}
.lgbt .normal-text {
	font-size: 18px;
	color: #444;
	font-weight: normal;
	line-height: 30px;
}
.lgbt #parte-dos-cont {
	padding: 0 100px;
}
.lgbt #parte-dos-cont .btn-yellow {
	color: #fff;
	font-family: brix_sansblack, Verdana, Geneva, sans-serif;
	font-size: 16pt;
	text-align: center;
	background: #f59e2e;
	padding: 15px 30px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 30px;
	text-decoration: none;
	display: inline-block;
	margin: 20px 0 100px;
}
.lgbt #detalle {
	background: url(/assets/coris/images/lgbt/fondo-pag-dos.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.lgbt #detalle .col-der-part-uno {
	background: none;
	width: 50%;
}
.lgbt #detalle .col-der-part-dos {
	width: 50%;
	background: url(/assets/coris/images/lgbt/semaforo.png) no-repeat center center;
	background-size: cover;
	background-color: #000;
}

/* /parte dos */

/* parte tres */
.lgbt .parte-tres {
	height: calc(60vh - 39px);
	background-color: #eee;
	background: url(/assets/coris/images/lgbt/beneficios/fondo-beneficios.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.lgbt .parte-tres .row {
	padding: 0 40px !important;
}
.lgbt .beneficios-title {
	color: #444 !important;
	font-size: 28px !important;
	padding: 0px !important;
	font-weight: bold;
}

.lgbt #btn-masinfo {
		color: #fff;
		font-family: brix_sansblack, Verdana, Geneva, sans-serif;
		font-size: 12px;
		text-align: center;
		background: #f59e2e;
		padding: 5px 25px;
		text-align: center;
		text-transform: uppercase;
		border-radius: 15px;
		text-decoration: none;
		display: inline-block;
		margin-top: 20px;
}
/* /parte tres */


/* parte cuatro */
.lgbt .parte-cuatro {
	height: calc(40vh - 41px);
	background: url(/assets/coris/images/lgbt/footer.png) no-repeat;
	background-position: center center;
	background-size: cover;
}

.lgbt #section-home {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}

.lgbt #section-home .left {
	background-color: #ccc;
	width: 70vw;
	background-image: url('/assets/coris/images/home-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lgbt #section-home .left .title {
	color: #fff;
	font-size: 6vw;
	text-align: center;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
	margin-top: 10vw;
	font-family: 'brix_sansblack';
	letter-spacing: 2px;
}

.lgbt #section-home .left .subtitle {
	color: #fff;
	font-size: 1.5vw;
	margin-top: 1vw;
	text-align: center;
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.4);
	font-family: 'lorabold';
	letter-spacing: 10px;
}

.lgbt #section-home .right {
	background-color: #fff;
	width: 30vw;
	display: flex;
	justify-content: center;
}

.lgbt #section-home .right .discount {
	width: 70%;
	margin-top: 10vw;
}

.lgbt #section-home .right .discount img {
	width: 100%;
}

.lgbt #section-home .search{
    position: unset;
}
/*
.lgbt #section-home .search {
	position: static;
	display: flex;
	z-index: 2;
	align-items: center;
	flex-direction: column;
	left: 2vw;
	right: 2vw;
	bottom: 5vw;
}

.lgbt #section-home .search ul {
	display: flex;
	padding: 0;
	align-self: stretch;
	justify-content: center;
}

.lgbt #section-home .search ul li {
	list-style: none;
	margin: 0 0.2vw;
}

.lgbt #section-home .search ul li select,
.lgbt #section-home .search ul li input {
	padding: 15px;
	min-width: 15vw;
	font-size: 16px;
	background-color: #fff;
	color: #666;
	border: none;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.lgbt #section-home .search .btn-search {
	align-self: flex-end;
	display: flex;
    padding:18px;	
	margin-right: 3px;
	background-color: #333;
	color: #fff;
	border: none;
	text-align: center;
}
.jq_quoteto {padding:15.5px !important; }
*/
/* /parte cuatro */

@media screen and (max-width: 980px) {
    .lgbt .col-der-part-uno {
	    width:100%;
	    background:url(/assets/coris/images/lgbt/fondo-pag-dos-der.jpg) no-repeat center center;
	    background-size:cover;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	
    }
}
@media screen and (max-width: 767px) {
    .lgbt .parte-uno {
        background: url(/assets/coris/images/lgbt/fondo-pag-uno-celu.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
    }
}


/* footer */
.lgbt zocalo {background-color: #eee;}
.lgbt .left ul li a {color:#888;}
.lgbt .left ul li a .icono,.lgbt .left ul li a .icono2 {color:#000;}

.lgbt zocalo .left ul li a .separator {
	background-color: #ccc;
}

.lgbt zocalo .chat {
	background-color: #f59e2e;
}
.lgbt zocalo .chat .chat-header{
	padding: 0 3vw;
    align-self: center;
    color: #fff;
    font-family: brix_sansmedium, Verdana, Geneva, sans-serif;
}
/* /footer */

/* ==================================================================== /LGBT ==================================================================== */