/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
body {
  background: #000;
}
blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
input[type="checkbox"].styled:checked+label:after,
input[type="radio"].styled:checked+label:after {
     font-family: 'FontAwesome';
     content: "\f00c";
}
input[type="checkbox"] .styled:checked+label::before,
input[type="radio"] .styled:checked+label::before {
     color: #fff;
}
input[type="checkbox"] .styled:checked+label::after,
input[type="radio"] .styled:checked+label::after {
     color: #fff;
}
h2, .h2 {
line-height: 23px;
margin-top:0px;
}
label {
     float: left;
     margin-bottom: 5px;
}
ul.link li a {
     color: #fff;
     font-size: 17px;
}
ul.link li a:hover {
     color: #878686;
}
.row2 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  right: 0;
}
.row2 > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.recuadro {
  border-style: solid;
  border-width: 1px;
  border-color: #E8E8E7;
  font-size: 8px;
  padding: 10px;
}
.recuadro h1 {
  font-size: 18px;
}
.recuadro input{
  width: 100%;
  font-size: 15px;
  background-color: #E8E8E7;
  border-color: #B9B9B9;
}
.recuadro-img{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recuadro-img img{
  width: 80px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.compartir-like {
     padding: 15px 20px;
}
.compartir-like span {
     color: #13aba6;
     display: inline-block;
}
.compartir-like strong {

     font-size: 0.8em;

}
.compartir-like p {
     float: right;
     padding-left: 15px;
     padding-right: 15px;
     font-size: 0.8em;
     border-left: 1px solid #C4C4C4;
     cursor: pointer;
}
.compartir-like img {
width: 22px;
padding-right: 5px;
}
.menu_lateral{
  margin: 0px;
  padding: 0px;
	justify-content: center;
}
.comment-info {
	font-size: 0.8em;
}
.comment-row {
	border-bottom: #e0dfdf 1px solid;
	margin-bottom: 15px;
	padding: 15px;
}
span.posted-by {
	color: #09F;
}
span.posted-at {
    color: #929292;
}
.introducc{
  margin-top: 20px;
  background-color: transparent !important;
  background: linear-gradient(90deg, rgba(15,1,255,1) 0%, rgba(6,0,163,1) 0%, rgba(3,118,130,1) 100%);
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
  color:white;
  min-height: 200px;
}
.introducc img {
  float: left;
  padding:10px 40px 15px 0px;
  width: 200px;
  height: auto;
}
.vertical-line{
  border-left: solid 1px #DCDCDC ;
  margin: 0px;
  padding: 20px;
}
.contenido_blog{
  margin: 0px;
  padding: 10px;
	justify-content: center;
}
.cont_blog_sec h3{
font-size: 15px;
}

/*--------------------------------------------------------------------- cookies---------------------------------------------------------------------*/
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}

@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}

@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}

@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}

}
#cookiesms1:target {
    display: none;
}
.cookiesms{
	width:100%;
	height:43px;
	margin:0 auto;
	padding-left:1%;
  padding-top:5px;
  font-size:20px;
	clear:both;
  font-weight: strong;
color: #333;
bottom:-50px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}

.cookiesms:hover{
bottom:0px;
opacity:1;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute;
left:1%;
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
.button-14 {
  background-image: linear-gradient(#f7f8fa ,#e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",Arial,sans-serif;
  font-size: 14px;
  height: 29px;
  font-size: 13px;
  outline: 0;
  overflow: hidden;
  padding: 0 11px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-14:active {
  border-bottom-color: #a2a6ac;
}

.button-14:active:hover {
  border-bottom-color: #a2a6ac;
}

.button-14:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}

.button-14:focus {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  outline: 0;
}

/*--------------------------------------------------------------------- ---------------------------------------------------------------------*/
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control {
     border: #c2c4c4 solid 1px;
     padding: 7px 15px;
     border-radius: inherit;
     margin-bottom: 10px;
     color: #cfcece;
}
.form-control:hover {
     box-shadow: none;
}
.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

/**-- Cabecera --**/
.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}
/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/

.header {
     background: url(../popimages/header-bg.jpg);
     background-color: rgba(0, 0, 0, 0);
     background-repeat: repeat;
     background-size: auto;
     background-color: #00000052;
     box-shadow: #060606 0px 0px 3px 0px;
     z-index: 999;
     width: 100%;
     left: 0;
     top: 0;
     background-color: #00000052;
     padding: 0;
     padding-top: 0px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     min-height: 110px;
     padding-top: 50px;
     border-radius: 20px; /* Aquí es donde redondeamos los bordes */
}

.header_information {
     background-color: #fff;
     padding: 0 0;
     padding-top: 0px;
     margin-top: 0;
     margin-right: 0;
     margin-bottom: 0;
     position: absolute;
     width: 100%;
     max-width: 900px;
     height: 50px;
     top: -50px;
     padding-top: 10px;
     right: 0;
}
.header_information::after {
     width: 41px;
     height: 50px;
     background: url(../popimages/top_arrow.png);
     display: block;
     content: "";
     position: absolute;
     top: 0;
     left: -41px;
}
.header_information ul {
     display: inline-block;
}
.header_information ul li {
     align-items: center;
     display: inline-block;
     padding: 0px 10px;
     padding-right: 60px;
}
.header_information ul li img {
     padding-right: 10px;
}
.logo {
     float: left;
     position: relative;
     top: -22px;
}
.logo img{
  width: 100px;
}
.contenedor{
  display: flex;
}
.center-desk {
  position: relative;
    width: 100px;
    min-width: 100px;
    flex-shrink: 0; /* Evita que se redimensione */
}
.center-desk2 {
  position: relative;
  min-width: 150px;
    width: 200px;
    flex-shrink: 0; /* Evita que se redimensione */
}
.center-desk2 img{
    height: auto;
    width: 80%;
}
.nombreWeb {
  float: left;
  position: relative;
  top: 40px;
  left: 50px;
}
.menuarea{
  background-color: red;
}
@media only screen and (max-width: 720px) {
  .nombreWeb{
    left: 70px;
  }
}
@media only screen and (max-width: 580px) {
  .nombreWeb{
    left: 90px;
  }
}
@media only screen and (max-width: 380px) {
  .center-desk {
      width: 150px;
  }
  .center-desk2 {
      width: 150px;
  }
  .center-desk2 img{
      height: auto;

  }
  .logo img{
    width: 70px;
  }
  .nombreWeb{
    top:20px;
    left: 110px;
  }
}

.menu-area-main li:hover a,
.menu-area-main li:focus a {
     color: #000;
}

.menu-area-main li.active a {
     color: #000;
}

/*-- end header middle --*/

#login-modal .modal-content {
     border-radius: 0px;
}

#login-modal .modal-content .modal-header {
     background: #38c8a8;
     border-radius: 0;
}

#login-modal .modal-content .modal-body .form-group input {
     background: #ffffff;
     border: 1px solid #c8c8c8;
     border-radius: 0px;
}

#login-modal .modal-content .modal-body .form-group input:focus {
     border: 1px solid #c8c8c8 !important;
}

#login-modal .modal-content form {
     margin-bottom: 10px;
}

.modal-title h5{
     padding: 0px;
     color: #000;
     font-size: 18px;
     text-align:center;
}
.main-menu {
     text-align: center;
}
.main-menu ul>li nth:child(5) a {
     padding-right: 0px;
}
.main-menu ul {
     margin: 0;
     list-style-type: none;
     margin-bottom: 10px;
}

.main-menu ul>li {
     display: inline-block;
     position: relative;
}

.main-menu ul>li a {
     line-height: 20px;
     font-size: 16px;
     display: block;
     font-weight: 500;
     color: #fff;
     padding: 15px 26px;
     padding-top: 24px;
}


.main-menu ul li:last-child a {
     padding-right: 0;
}

.main-menu ul>li .sub-down li a {
     color: #114c7d;
     font-size: 15px;
     text-transform: capitalize;
     font-weight: 300;
     padding: 12px 5px;
     position: relative;
     border-bottom: solid #eee 1px;
}
.main-menu ul>li .sub-down li a::before {}
.main-menu ul>li .sub-down li a:hover {
     color: #111111;
}
.main-menu ul>li .sub-down li a:hover::before {}
.main-menu ul li:first-child {
     margin-left: 0;
}
.main-menu ul>li>ul {
     opacity: 0;
     position: absolute;
     text-align: left;
     top: 100%;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
     -webkit-transform-origin: 0 0 0;
     transform-origin: 0 0 0;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: 240px;
     z-index: 999;
     background: #fff;
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.main-menu>ul>li:hover>ul {
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     visibility: visible;
     opacity: 1;
}
.main-menu ul>li>ul>li {
     margin: 0px;
     position: relative;
     display: block;
}
.main-menu ul>li>ul>li:hover>ul {
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     visibility: visible;
     opacity: 1;
     left: 100%;
     top: 10px;
}
.main-menu ul>li>ul>li>a {
     background: none !important;
}

.main-menu ul>li {
     position: inherit;
     display: inline-block;
     vertical-align: middle;
}
.main-menu ul>li:nth-child (6) {
     padding-right: 0px;
}
nav.main-menu {
     float: right;
     margin-left: 0;
}
.nav>li {
     position: inherit;
     display: inline-block;
     vertical-align: middle;
}

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/
.blog {
  background-color: #19354a;
  padding-top: 0px;
  color: #FFF;
  border-radius: 20px;
}
.blog-box {
  padding: 15px 15px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 14px, rgba(0, 0, 0, 0.12) 0px 5px 5px;
  border-radius: 25px;
  background-color: #375563;
}

.blog-box h2 a{
  font-size: 20px;
  line-height: 10px;
  color: #000;
  text-decoration:none;
}
.blog .blog-box h4 {
     font-size: 15px;
     line-height: 30px;
}
.blog .blog-box figure {
     margin: 0px;

}
.blog .blog-box  img {

  width: 100%;
  height: auto;
}
.blog .blog-box  figure img {

  width: 100%;
  height: auto;
}
.blog .blog-box  figure video {

  width: 100%;
  height: auto;
}
.blog .blog-box figure span {
     top: 0;
     left: 0px;
     position: relative;
     margin-left: 15px;
     background: #022739;
     padding: 10px 30px;
     color: #fff;
}
.blog .blog-box h3 {
     font-size: 20px;
     line-height: 30px;
}
.blog .blog-box p {
     font-size: 16px;
     line-height: 30px;
}
.blog .blog-box .travel h2.autor {
     font-size: 15px;
     line-height: 30px;
     color:#000;
}
.blog .blog-box .travel h2.titulo {
     font-size: 20px;
     line-height: 30px;
}
.blog .blog-box .travel {
     padding: 15px 20px;
     background-color: rgba(243, 243, 243, 0.9);
     color:#000;
}
.blog .blog-box .travel span {
     color: #13aba6;
     display: inline-block;
}
.blog .blog-box .travel p {
     float: right;
     padding-left: 15px;
}
.sobrenos {
  background-color: #375563;
  text-align: left;
  padding: 15px 15px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 14px, rgba(0, 0, 0, 0.12) 0px 5px 5px;
  display: none;
}
#podcast {
  display: none;
}
.titlepage h2::before,
.titlepage h2::after {
     content: "";
     position: absolute;
     height: 5px;

     top: 27px;
     width: 149px;
}
.titlepage {
     text-align: left;
     padding: 20px;
     width: 100%;
     margin-bottom: 20px;
     box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 14px, rgba(0, 0, 0, 0.12) 0px 5px 5px;
     border-radius: 10px 100px / 120px;
     background-color: #0d1d29;
}
.titlepage h2 {
     padding: 0px 0px 20px 0px;
     font-size: 16px;
     font-weight: bold;
     color: #FFF;
     position: relative;
     display: inline-block;
     cursor: pointer;
}
.titlepage span {
     text-align: left;
     color: #defcf3;
     font-size: 17px;
     line-height: 32px;
     display: block;
}
.titlepage h2::before {
     right: 100%;
     margin-right: 15px;
}
.titlepage h2::after {
     left: 100%;
     margin-left: 15px;
}
.titlepage img{
     width: 100%;
     height: auto;
}
.titlepage video{
     width: 100%;
     height: auto;
}
.banner-main {
     position: relative;
     text-align: center;
     box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
     border-radius: 25px;
     background-color: #375563;
}
.banner-main .descriccionBanner{
  text-align: left;
  padding: 0px 10px;
  color: : #FFF;
}
.banner-main .descriccionBanner p{
  font-size: 15px;
  font-weight: normal;
  color: #FFF;
}
.banner-main h2 {
     font-size: 20px;
     font-weight: bold;
     padding-bottom: 25px;
     padding-top: 15px;
     padding-left: 10px;
     padding-right: 10px;
     color:#FFF;
}
.banner-main video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

}
.banner-main audio {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;

}
.banner-main img {
  width: 100%;
  height: auto;

}
.banner-main p {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 25px;
  padding-top: 15px;
  color: #defcf3;
}

.textarea {
     padding: 6px 0px 0px 19px;
     color: #655f5f !important;
     width: 100%;
     border: #b1b0b0 solid 1px;
     height: 65px;
     margin-bottom: 20px;
}


.traveling {

     padding: 0px 0px 25px 0;
}
.traveling img {
  width: 97%;
  display: block;
  margin: auto;
}

.podcast {
     background-color: #fff;
     padding-top: 90px;
}

.footer {
     background-color: #022739;
     margin-top: 90px;
}
.footer .Follow {
     margin-bottom: 27px;
}
.footer .Follow h3 {
     color: #fff;
     font-size: 20px;
     line-height: 30px;
     font-weight: 600;
     text-transform: uppercase;
     border-width: 1px;
     display: inline-block;
     padding-bottom: 2px;
     padding-bottom: 27px;
}
.footer span {
     font-size: 17px;
     display: block;
     color: #fff;
}

.footer .Newsletter {
     padding: 13px 26px;
     padding-top: 10px;
     padding-right: 26px;
     padding-bottom: 10px;
     padding-left: 15px;
     border: #fff solid 1px;
     width: 100%;
     margin-bottom: 15px;
}
.footer .Subscribe {
     padding: 10px 30px;
     border: #0e0c0c solid 1px;
     background: #0e0c0c;
     color: #fff;
     float: right;
}
.footer .Subscribe:hover {
     color: #fff;
     background-color: #15cfe5;
}
.pdn-top-30 {
     padding-top: 35px;
}
ul.location_icon {
     list-style: none;
     margin: 0;
     padding: 0;
     width: 100%;
     float: left;
}
ul.location_icon li {
     float: left;
     height: 70px;
     color: #fff;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     padding-right: 20px;
}
ul.location_icon li:last-child {
     padding-right: 0px;
}
ul.location_icon li a {
     margin-bottom: 23px;
}
ul.location_icon span {
     font-size: 17px;
     font-weight: 400;
}
.copyright {
     padding: 10px 0px 30px 0;
}
.copyright p {
     color: #fff;
     font-size: 16px;
     text-align: center;
     max-width: 594px;
     text-align: center;
     margin: 0 auto;
     width: 100%;
     padding-top: 10px;
     border-top: #807d7d solid 1px;
}
.copyright a {
     color: #fff;
}
.copyright a:hover {
     color: #15cfe5;
}

.contenido{
    display:flex;
    flex-direction: row;
    min-width:100%;
}
.lateral{

  background-color: white;
  margin: 1% 1%;
}
/********************************
Controles radio
********************************/

#controls{
	border: 1px #eee solid;
	border-radius: 10px;
	padding: 10px;
	background: #1a1a1a;
  color: #ffb606;
	height: 161px;

}
.play-pause {
    font-size: 45px;
}

.play-pause i {
    cursor: pointer;
}

/*********************************
3.4 Hamburger
*********************************/

.hamburger_container
{
	position: absolute;
	top: 50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: none;
	cursor: pointer;
}
.hamburger_container i
{
	font-size: 24px;
	padding: 10px;
	color: #ffffff;
}
.hamburger_container:hover i
{
	color: #ffb606;
}

/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 12;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.menu
{
	position: absolute;
	top:150px;
	left: 0;
	padding-left: 15%;
}
.menu_list
{
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 1000ms 600ms ease;
	opacity: 0;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	margin-bottom: 9px;
}
.menu_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #ffb606;
}
.menu_close_container
{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #ffb606;
}

/*********************************
4.1 Menu Social
*********************************/

.menu_social_container
{
	margin-top: 100px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1000ms ease;
	-moz-transition: all 1000ms 1000ms ease;
	-ms-transition: all 1000ms 1000ms ease;
	-o-transition: all 1000ms 1000ms ease;
	transition: all 1000ms 1000ms ease;
	opacity: 0;
	padding-left: 4px;
}
.menu_social_item
{
	display: inline-block;
	margin-right: 30px;
  font-size: 26px;
}
.menu_social_item a i
{
	color: #000000;
}
.footer .menu_social_item a i
{
	color: #edebeb;
}
.menu_social_item a i:hover
{
	color: #ffb606;
}
.menu_container.active .menu_social_container
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
@media only screen and (max-width: 991px) {
  .hamburger_container
  {
    display: block;
  }
  .menu-area
  {
    display: none;
  }
}

@media only screen and (max-width: 767px)
{
  .menu_container
  {
    right: -100vw;
    width: 100vw;
    height: 100vh;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header_information {
        display: none;
    }
    .main-menu ul>li a {
        padding: 23px 25px 0 25px;
    }
    .main-menu ul {
        margin-top: -23px;
    }
    .logo {
        top: -28px;
    }

    .banner-main .text-bg h1 {
        padding-bottom: 6px;
        padding-top: 25px;
        margin-top: 38px;
        font-size: 71px;
        line-height: 76px;
    }



    ul.location_icon li {
        padding-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header_information {
        display: none;
    }

    .main-menu ul>li a {
        padding: 20px 20px 20px;
    }
    .main-menu ul {
        margin-top: -13px;
    }

    .banner-main .text-bg h1 {
        font-size: 49px;
        padding-bottom: 6px;
        line-height: 60px;
        margin-top: 115px;
    }



    .blog .blog-box p {
        font-size: 14px;
    }

    ul.location_icon li {
        padding-right: 12px;
    }
}

@media (min-width: 599px) and (max-width: 767px) {
    .header_information {
        display: none;
    }
    .vertical-line{
      border-left:none ;
      margin: 0px;
      padding: 20px;
    }
    .header {
        padding-bottom: 0px;
    }


    .banner-main .text-bg h1 {
        font-size: 33px;
        line-height: 39px;
    }



    .traveling {
        padding: 0px 0px 25px 0;
    }

    .blog {
        padding-bottom: 0px;
    }
    .blog-box {
        margin-bottom: 20px;
    }
    .blog .blog-box .travel p {
        padding-left: 8px;
    }
    .footer {
        margin-top: 70px;
    }
    ul.location_icon {
        margin-bottom: 25px;
    }


}
/*------------------------------------------------------------------- 599px x 280px ---------------------------------------------------------------------*/

@media only screen and (min-width: 280px) and (max-width: 599px) {
  .cookiesms{
    font-size:16px;
    height:58px;
  }
  .compartir-like p {
       float: right;
       padding-left: 5px;
       padding-right: 5px;
       font-size: 0.8em;
       border-left: 1px solid #C4C4C4;
       cursor: pointer;
  }
  .compartir-like img {
  width: 25px;
  padding-right: 5px;
  }
  .introducc img {
    width: 150px;
    height: auto;
  }
  .vertical-line{
    border-left:none ;
    margin: 0px;
    padding: 20px;
  }
  .header_information {
      display: none;
  }
  .header {
      padding-bottom: 0px;
  }

  .banner-main img {
      width: 100%;
      height: auto;
  }
  .banner-main .text-bg h1 {
      font-size: 35px;
      line-height: 42px;
      margin-top: 97px;
  }


  .traveling {
      padding: 0px 0px 20px 0;
  }

  .blog {
      padding-bottom: 0px;
  }
  .blog-box {
      margin-bottom: 20px;
  }
  .blog .blog-box .travel p {
      padding-left: 8px;
      font-size: 12px;
  }
  .blog .blog-box .travel span {
      font-size: 13px;
  }
  .footer {
      margin-top: 70px;
  }

    .menu-area-main {
        height: 290px;
        overflow-y: auto;
    }
}
