@font-face {
    font-family: 'gothambook';
    src: url('fonts/gotham_book-webfont.eot');
    src: url('fonts/gotham_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham_book-webfont.woff2') format('woff2'),
         url('fonts/gotham_book-webfont.woff') format('woff'),
         url('fonts/gotham_book-webfont.ttf') format('truetype'),
         url('fonts/gotham_book-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamblack';
    src: url('fonts/gotham_black-webfont.eot');
    src: url('fonts/gotham_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham_black-webfont.woff2') format('woff2'),
         url('fonts/gotham_black-webfont.woff') format('woff'),
         url('fonts/gotham_black-webfont.ttf') format('truetype'),
         url('fonts/gotham_black-webfont.svg#gothamblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}
html{
	
}

body{
	font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    /*background: #EBEBEB;*/
    overflow-x: hidden;
}
.body-home{
	background: rgb(255,105,64);
	background: linear-gradient(180deg, #feb31a 0%, #ff6824 100%);
}
body .fw600{
	font-weight: 600;
}
body .fw400{
	font-weight: 400;
}
.form-control:focus{
	outline: 0;
	box-shadow: none;
}
button:focus{
	outline: 0;
}
.img100{
	width: 100%;
}
.container{
	width: 100%;
    max-width: 1110px;
}

header{
	/*
	background: rgb(255,105,64);
	background: linear-gradient(180deg, rgba(255,105,64,1) 0%, rgba(244,40,77,1) 67%, rgba(255,51,128,1) 100%);
	overflow: hidden;
	*/
}
.fondo-pop-up {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 999;
    overflow-x: auto;
    display: none;
}
.content-pop-up {
    position: relative;
    background: #F3F6F9;
    border-radius: 10px;
    min-height: 426px;
    padding: 40px 30px;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
.close-pop-up{
	width: 73px;
    height: 73px;
    position: absolute;
    top: -35px;
    right: -35px;
    cursor: pointer;
}
.card-accordion{
	cursor: pointer;
    background: url(../images/collapse.svg) no-repeat;
    background-position: right;
    background-size: 20px;
}
.card-accordion.acordion_active{
	 background: url(../images/collapse-active.svg) no-repeat;
	 background-position: right;
     background-size: 20px;
}
.collapse-accordion {
    display: none;
    padding: 20px;
    padding-bottom: 0;
    font-weight: 400;
}
.link-collapse{
	display: block;
	margin-bottom: 5px;
}
.logo-menu{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.logo-360{
	width: 85px;
}
.menu-web{
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1px;
}
.menu-web li{
	list-style: none;
	display: inline-block;
}
.menu-web li a{
	color: #5A33EB;	
    display: block;
    padding: 7px 17px;
    border-radius: 13px;	
}
.menu-web li a:hover{
	color:white;	
    background: #5A33EB;
}
.banner-web img{
	width: 100%;
}
.buscador-inicio{
	margin-top: -35px;
    position: relative
}
.content-filtro-portal{
	background: white;
	border-radius: 36px;
	display: flex;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	position: relative;
	/*font-size: 0.82em;	*/
}
.content-filtro-portal .form-group{
	margin-bottom: 0;
}
.content-filtro-portal .form-group{
	position: relative;
	padding-left: 30px;
	width: 30%;
	border-right: 1px solid #CCD5DD;
}
.content-filtro-portal  .form-group--buscador{
	width: 46%;

}
.icono-input {
    position: absolute;
    left: 30px;
    /* top: 7px; */
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
}
.form-control{
	border: 0;
	font-size: 1em;
}
.form-control--filtro {
    height: 55px;
    padding-left: 35px
}
.icono-input img{
	width: 100%;
}
.btn-categoria{
	border-radius: 10px;
    text-align: center;
    display: block;
    color: white;
    background: rgba(255, 255, 255, 0.2);
	margin-bottom: 12px;
    padding: 15px 4px;
}

.categoria-web{
	background: #5A33EB;
	padding-top: 50px;
	padding-bottom: 15px;
	margin-top: -32px;
}
.content-slick-categoria{
	padding: 0 50px;
}
.btn-categoria span{
	font-size: 40px;
	text-align: center;
	color: white;
}
.txt-btn{
	color: white;
	font-family: 'Poppins';
	font-weight: 400;
	margin-top: 2px;
}
.btn-categoria:hover{
	 color: #5A33EB;
    background: rgba(255, 255, 255, 1);
}
.btn-categoria:hover span{
	color: #5A33EB;
}
.btn-categoria:hover .txt-btn{
	color: #5A33EB;
}
.slick-prev-mini{
	width: 72px;
    height: 72px;
    left: -70px;
    background: url(../images/slick-left-mini.png) no-repeat;
}
.slick-next-mini{
	width: 72px;
    height: 72px;
    right: -70px;
    background: url(../images/slick-right-mini.png) no-repeat;
}

.content-slick-top{
	padding: 30px 80px;
}
.titulo-categoria-top{
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 15px;
}
.item-categoria-top{
	background: white;
	border-radius: 12px;
	overflow: hidden;
	padding: 0;
	margin:0 10px;
}
.titulo-item-categoria{
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.slick-categoria-top .slick-slide {
    margin-right:20px;
}
.info-categoria{
	line-height: 18px;
}

footer{
	/*background: white;*/
}

.datos-footer{
	font-family: 'Poppins';
	font-weight: 300;
	font-size: 14px;
	/*color: #5A33EB;*/
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.link-item-footer{
	width: 35px;
	display: inline-block;
	margin: 0 5px;
}

/*PAGINA CATEGORIS*/

.header-categoria{
	padding-bottom: 55px;
}
.categoria-int .container{
	max-width: 100%;
	padding: 0 60px;
}
.ubicacion-web{
	color: white;
	font-family: 'Poppins';
	font-weight: 300;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ubicacion-web .icon-estado{
	font-size: 65px;
	vertical-align: middle;
    margin-right: 10px;
}
.subtitulo-categoria{
	font-family: 'Poppins';
	font-size: 26px;
	vertical-align: middle;
	margin-left: 20px;
	font-weight: 700;
	display: none;
}
.btn-regresar-categoria, .btn-regresar-categoria:hover{
	color: white;
}
.content-detalle-categoria{
	display: flex;
}
.submenu-web{
	width: 230px;	
	margin-right: 70px;	
	font-family: 'Poppins';
	font-weight: 300;
	background: #F3F6F9;
	font-size: 0.82em;
}
.content-submenu{
	padding: 15px;
}
.list-submenu{
	list-style: disc inside;
}
.list-submenu li{
	margin-bottom: 10px;
	padding-bottom: 7px;
    border-bottom: 1px solid #c0c8c8;
}
.list-submenu li::marker{
	color: #3c3b3b;
}
.list-submenu li.active::marker{
	color: #5A33EB;
}
.list-submenu a{
	color: #3c3b3b;
}
.list-submenu .active a{
	color: #5A33EB;
	font-weight: 600;
}
.content-info-subcategoria{
	width: calc(100% - 360px);
	margin-top: 30px;
	margin-bottom: 30px;
}
.content-slick1-sub{
	background: white;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
	width: 100%;
}
.texto-sub-slick1{
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 17px;
}
.img-sub-slick1{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.img-sub-slick1 img{
	width: 100%;
}
.img-sub-slick2{
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.img-sub-slick2 img{
	width: 100%;
}

.content-btn-buscar{
	padding: 10px;
}
.btn-buscar{
	width: 30px;
	height: 30px;
	background: #5A33EB;
	border-radius: 100px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.btn-ver-pop-up{
	cursor: pointer;
}
.titulo-pop-item{
	background: #5A33EB;
	display: inline-block;
	font-weight: 600;
	color: white;
	padding:5px;
	font-size: 17px;
}
.content-link-pop{
	color: black;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid #CBCFD1;
	display: block;
	padding: 15px 0;
}
.content-link-pop a{
	color: black;
}
.info-item-pop{
	padding-top: 20px;
	font-size: 17px;
}
.info-item-pop p{
	margin-bottom: 10px;
	line-height: 20px;
}

.ubicacion-web .icon-prensa {
    font-size: 50px;
    vertical-align: middle;
    margin-right: 10px;
}
.ubicacion-web  [class^="icon-"]{
	font-size: 35px;
    vertical-align: middle;
    margin-right: 10px;
}
.item-carrera{
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	position: relative;
	background: white;
	font-size: 0.82em;	/* agregado*/
}
.content-img-carrera img{
	width: 100%;
}
.info-carrera{
	padding: 23px 15px;
	position: relative;
}
.linea-info{
	display: flex;
	margin-bottom: 8px;
	align-items: baseline;
	padding-right: 15px;
}
.slick1-sub .slick-list{
	padding: 7px;
}
.linea-info:last-child{
	margin-bottom: 0;
}
.btn-info-carrera{
	width: 18px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
}
.btn-corazon{
	width: 17px;
	position: absolute;
	right: 10px;
	top: 27px;
}
.slick1-sub-item{
    padding: 0 8px;
}

.table-360 {
    width: 100%;
    font-size: 14px;
    color: #46404D;
    text-align: center;
    margin-top: 24px;
	min-width: 600px;
}
.table-360  thead {
    background: #5A33EB;
    color: white;
    font-weight: 500;
}
.table-360  thead th {
    text-align: center;
    color: white;
    height: 65px;
    font-weight: 500;
    line-height: 18px;
}
.table-360 td {
	border-bottom: 1px solid #D8D6D6;
    text-align: center;
    line-height: 18px;
    padding: 5px;
    height: 65px;
}

.slick-turismo-sub .slick-list {
    padding: 7px 7px 7px 0;
}
.tag-turismo{
	background: #FF5367;
	color: white;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 3px 9px;
    display: inline-block;
    border-radius: 15px;
    cursor: pointer;
}
.content-tag-turismo{
	margin-bottom: 20px;
}
.tag-turismo-active{
	background: #5A33EB;
}
.slider-nav .slick-slide{
	margin-right: 10px;
}
/*logo-clasificados*/
.logo-clasificados{
	width: 326px;
}
.header-clasificados{
	background: #5A33EB;
}
.categoria-web--clasificados{
    background: rgb(255,105,64);
	background: linear-gradient(180deg, rgba(255,105,64,1) 0%, rgba(244,40,77,1) 67%, rgba(255,51,128,1) 100%);
}
.categoria-web--clasificadosInterno{
    background: rgb(255,105,64);
	background: linear-gradient(90deg, rgba(255,105,64,1) 0%, rgba(244,40,77,1) 67%, rgba(255,51,128,1) 100%);
}
.categoria-web--clasificados .btn-categoria {
	color: #5A33EB;
}
.content-slick-top .slick-categoria-top .item-categoria-top{
	padding: 10px;
}
.content-slick1-sub--clasificados{
	background: #5A33EB;
}
.titulo-destacados{
	color: white;
	font-weight: 300;
	font-style: italic;
	font-size: 26px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.content-slick1-sub--listaC .slick1-sub-item{
	margin-bottom: 25px;
}
.titulo-prod-clasificado{
	color: #FF5367;
	font-weight: 600;
	font-size: 20px;
}
.content-paginador{
	text-align: center;
}
.btn-inicial-pag{
	width: 12px;
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
}
.btn-sig-pag{
	width: 33px;
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
}
.texto-pag{
	font-weight: 500;
	display: inline-block;
}
.link-pop-vivo{
	background: url(../images/en-vivo.svg) no-repeat;
	background-size: 25px;
	background-position: right center;
}

.img-prensa-pop{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.img-prensa-pop img{
	width: 100%;
}
.btn-play-medio{
	position: absolute;
	width: 100px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
    margin-top: -50px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
}
.btn-play-medio img{
	width: 100%;
}
.texto-region-t{
	background: rgba(90, 51, 235, 0.8);
	position: absolute;
	top: 0;
	width: 100%;
	padding: 3px 5px;
	text-align: right;
	font-family: 'Poppins';
    font-weight: 600;
    color: white;
}
.nombre-sub-slick-t{
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 3px 5px;
	text-align: right;
	font-family: 'Poppins';
    font-weight: 600;
    line-height: 16px;
}
.item-carrera .nombre-sub-slick-t{
	padding: 8px 5px;
}
.btn-ficha-tecnica{
	background: #FF5367;
	border-radius: 20px;
	color: white;
	font-weight: 600;
	padding: 10px 20px;
	cursor: pointer;
}

.content-main-opciones{	
	padding: 0px;
	/*margin-bottom: 20px;*/
}

.opciones-main {
	position: relative;
  }
  .img-opcion-on {
	position: absolute;
	top: 0;
	left: 0;
  }
  .img-opcion-over {
	/*position: absolute;*/
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.7s ease;
  }
  .img-opcion-over:hover{
	opacity: 1;
  }

.div-table-360{
	overflow-x: scroll;
  }

  .sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-109px;
    top:230px;
    width:160px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#0042b7;
    color:#efefef;
    height:53px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:45px;
    font-size:15px;
}
.sticky li p a{
    text-decoration:none;
    color:#fff;
}
.sticky li p a:hover{
    text-decoration:underline;
	color:#fff;
}
.texto-redes-pop{
	display:inline-block; color:black;font-weight:500;
}
.separador-opciones{
	padding-top: 45px;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
}

  @media (max-width: 1080px) {
	.categoria-int .container {
		padding: 0 15px;
		
	}
	.content-filtro-portal {
		display: block;
		border-radius: 10px;
        padding-right: 5px;
		/* font-size: 0.82em; */
	}
	.content-filtro-portal .form-group {
		width: 100%;
		border: 0;
	}
	.categoria-web {
		margin-top: 20px;
		padding-top: 20px;
	}
	.form-control--filtro {
		height: 44px;
	}

	.content-filtro-portal .form-group {
		padding-left: 10px;
	}
	.icono-input {
		left: 15px;
	}
	.content-detalle-categoria{
	 display: block;
	 padding: 15px;
	}
	.submenu-web {
		width: 100%;
	}
	.content-info-subcategoria{
		width: 100%;
	}
	.list-submenu {
		display: block;
		margin-bottom: 0;
	}
	.list-submenu li {
		display: inline-block;
		margin-right: 10px;
	}
   }

