@charset "UTF-8";
/* CSS Document */

body, html{ width: 100%; height: 100%; }
body{ font-family: 'Lato', sans-serif;}
.content{overflow: hidden;}
a:hover{text-decoration: none !important;}

/* ===========================  Menu  ============================== */

.menu{
	width: 100%;
	float: left;
	height: 100px;
	padding-top: 30px;
	margin: 0 auto;
	position: relative;
	z-index: 999999999;
}

.menu img.logo{
	width: 140px;
	margin: 10px;
	float: left;
}

.menu ul{
	padding: 0;
	margin: 20px 0 0 30px;
	list-style: none;
	float: right;
}

.menu ul.display{display: block;}
.menu ul li{ float: left; padding: 0 20px;}
.menu ul li a{color: #73739A;}
.menu ul li a.active{ color:#97005E; font-weight:bold; }

.menu ul li:last-child a{
	background: #007FB2;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
}

.menu .boton{
	float: right;
	margin: 10px 0 0 0;
	z-index: 9999999999;
	display: none;
}

.menu .btn-close{
	position: fixed;
	top: 40px;
	right: 15px;
	z-index: 9999999999;
	display: none;
}

.velo{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999999;
	display: none;
}

.menu .btn-close.on{display: block; z-index: 9999999999;}
.velo.on{display: block;}

/* ------- Media ------ */

@media only screen and (max-width: 768px) {
	.menu .boton{display: block;}
	.menu ul{
		display:none; 
		position:fixed; 
		top:0; left:0; 
		background:#F7F7FC; 
		width: 100%; margin: 0; 
		padding: 60px; z-index: 999999999;}
	.menu ul.black{background: black;}
	.menu ul li{ float: none; width: 100%; padding: 10px;}
	.menu a.pay{margin-right: 20px;}
	.menu a.clientes{ margin-right: 10px; }
	.menu ul > a{ padding-left:10px; margin-top:10px; float:left; }
}


/* ===========================  Header  ====================================== */

.header{
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
}

* { box-sizing: border-box; }

.carousel {
  background: #fff;
}

.carousel-cell {
  width: 100%;
  height: 560px;
  margin-right: 10px;
  border-radius: 12px;
}

/* ===========================  Nuevo!!!!  ====================================== */
/* ===========================  Nuevo!!!!  ====================================== */
/* ===========================  Nuevo!!!!  ====================================== */

.carousel-cell:nth-child(1){
	background: url(../images/filipinas-bg.jpg) no-repeat center center;
	background-size: cover;
}

.carousel-cell:nth-child(2){
	background: url(../images/filipinas-bg.jpg) no-repeat center center;
	background-size: cover;
}

.carousel-cell:nth-child(3){
	background: rgb(244,245,246);
	background: linear-gradient(90deg, rgba(244,245,246,1) 0%, rgba(255,235,245,1) 100%);
}

.carousel-cell:nth-child(4){
	background: rgb(244,245,246);
	background: linear-gradient(90deg, rgba(244,245,246,1) 0%, rgba(204,223,227,1) 100%);
}

.carousel-cell:nth-child(5){
	background: rgb(244,245,246);
	background: linear-gradient(90deg, rgba(244,245,246,1) 0%, rgba(227,205,204,1) 100%);
}

/* ===========================  Nuevo!!!!  ====================================== */
/* ===========================  Nuevo!!!!  ====================================== */
/* ===========================  Nuevo!!!!  ====================================== */

.carousel-cell h1{
	color: #1587B5;
	font-size: 50px;
	font-weight: 700;
	padding: 50px 0 0 100px;
	width: 620px;
	line-height: 65px;
}

.carousel-cell h2{
	color: #1587B5;
	font-size: 46px;
	font-weight: 700;
	padding: 50px 0 0 100px;
	width: 710px;
	line-height: 56px;
}

.carousel-cell h3{
	color: #1587B5;
	font-size: 50px;
	font-weight: 700;
	padding: 100px 0 0 100px;
	width: 650px;
	line-height: 65px;
}

.carousel-cell p{
	color: #73739A;
	font-size: 20px;
	padding: 20px 0 0 100px;
	width: 620px;
	line-height: 28px;
}

.carousel-cell img.hero-1{
	position: absolute;
	top: 10px;
	right: 100px;
	height: 100%;
}

.carousel-cell img.credit-history{
	margin: 30px 0 0 100px;
	height: 50px;
}

.header img.ph{
	margin: 30px 0 0 0;
	height: 50px;
}




@media only screen and (max-width: 768px) {
	.header{padding: 0 0 50px 0; margin: 30px 0 0 0;}
	img.hero-1{display: none;}

	.carousel-cell h1{
		text-align: center;
		font-size: 30px;
		padding: 50px 0 0 5%;
		width: 95%;
		line-height: 38px;
	}

	.carousel-cell h2{
		text-align: center;
		font-size: 30px;
		padding: 50px 0 0 5%;
		width: 95%;
		line-height: 38px;
	}

	.carousel-cell h3{
		text-align: center;
		font-size: 30px;
		padding: 50px 0 0 5%;
		width: 95%;
		line-height: 38px;
	}

	.carousel-cell {
	  width: 100%;
	  height: 530px;
	}

	.carousel-cell p{
		color: #73739A;
		font-size: 20px;
		text-align: center;
		padding: 20px 0 0 5%;
		width: 95%;
		line-height: 28px;
	}

	.carousel-cell img.credit-history{ display:block; height: 40px; margin: 30px auto 0 auto; }

	.flickity-prev-next-button.next,
	.flickity-prev-next-button.previous{ display:none; }
}



/* ===========================  Empresa  ====================================== */

.empresa{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.empresa h2{
	width: 100%;
	text-align: center;
	padding: 0 0 40px 0;
	color: #1687B5;
	font-weight: 700;
}

.empresa .box{
	width: 100%;
	height: auto;
	border-radius: 20px;
	background: #F8FAFC;
	padding: 30px 20px 20px 20px;
}

.empresa .box a img{
	display: block;
	margin: 0 auto;
	width: 70%;
	padding: 0 0 20px 0;
	aspect-ratio: 3/2;
	object-fit: contain;
}

@media only screen and (max-width: 768px) {
	.empresa h2{font-size: 22px;}
	.empresa .box{ margin: 0 0 20px 0; height:auto; }
	.empresa .box a img {width: 40%;}

}


/* ===========================  Clientas  ====================================== */

.clientas{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.clientas h2{
	padding: 0 0 30px 0;
	color: #1687B5;
	font-weight: 700;
}

.clientas img{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.clientas p{
	font-size: 20px;
	color: #73739A;
	font-weight: 400;
	line-height: 38px;
}

.clientas a{
	width: 80%;
	color: #fff;
	text-align: center;
	background: #1F9FD3;
	padding: 15px 0;
	border-radius: 12px;
	display: inline-block;
	font-size: 18px;
	margin: 10px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.clientas h2{font-size: 22px; padding: 20px 0 10px 0;}
	.clientas a{width: 100%;}
}

/* ===========================  Misión & Visión  ====================================== */

.mision{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.mision .bg-1{
	background: rgb(244,245,246);
	background: linear-gradient(90deg, rgba(244,245,246,1) 0%, rgba(226,220,247,1) 100%);
	border-radius: 12px;
}

.mision h2{
	padding: 30px 0 20px 20px;
	color: #1687B5;
	font-weight: 700;
}

.mision p{
	font-size: 20px;
	color: #73739A;
	font-weight: 400;
	line-height: 28px;
	padding: 0 0 0 20px;
}

.mision .box-1{
	width: 26%;
	float: left;
	margin: 0 0 0 2%;
}

.mision .box-2{
	width: 48%;
	float: left;
}

.mision .box-3{
	width: 24%;
	float: left;
}

@media only screen and (max-width: 768px) {
	.mision{ width: calc(100% - 30px); margin: 0 0 0 15px; }
	.mision p{ width:95%; }
	.mision img{display: none;}
	.mision .box-1, .mision .box-2{width: 100%; float: left;}
	.mision .bg-1{padding: 0 0 50px 0;}

	.box-2 img{display: block; margin: 0 auto;}
	.valores .box-2 {background: none !important;}
}


/* ===========================  Valores  ====================================== */

.valores{
	width: 100%;
	height: auto;
	float: left;
	padding:0 0 100px 0;
}

.valores h2{
	padding: 30px 0 40px 20px;
	color: #1687B5;
	font-weight: 700;
	width: 100%;
	text-align: center;
}

.valores .box{
	width: 100%;
	height: 200px;
	padding: 40px;
	border-radius: 12px;
	background: #F8FAFC;
}

.valores .box.new{
	height: 250px;
}

.valores .box-2{
	width: 100%;
	height: 340px;
	padding: 0;
	border-radius: 12px;
	background: #F8FAFC;
}

.valores .box-2 img.num{
	display: block;
	margin: 30px auto 20px auto;
}

.valores .box-2 p{
	width: 80%;
	text-align: center;
	margin: 20px 0 0 10%;
	font-size: 16px;
	color: #3B3B3B;
}

.valores .box img{
	display: block;
	margin: 0 auto;
	width: 40px;
}

.valores .box p{
	width: 80%;
	text-align: center;
	margin: 20px 0 0 10%;
	font-size: 20px;
	color: #3B3B3B;
}


@media only screen and (max-width: 768px) {
	.valores .box { margin: 0 0 20px 0; height: auto;}
	.valores .box p{width: 100%; margin: 20px 0 0 0;}
	.valores h2{ font-size:22px; }
}


/* ===========================  Header Banner  ====================================== */

.header-banner{
	width: 100%;
	height: 260px;
	background: rgb(244,245,246);
	background: linear-gradient(90deg, rgba(244,245,246,1) 0%, rgba(255,235,245,1) 100%);
	border-radius: 12px;
	float: left;
	padding: 30px 0;
	position: relative;
}

.header-banner-2{
	width: 100%;
	height: 260px;
	background: rgb(244,245,246);
	background: linear-gradient(90deg, rgba(244,245,246,1) 0%, rgba(207,227,204,1) 100%);
	border-radius: 12px;
	float: left;
	padding: 30px 0;
	position: relative;
}

.header-banner img.hero-banner-interior{
	position: absolute;
	bottom: 0;
	right: 100px;
	display: block;
	height: 100%;
}

.header-banner-2 img.hero-banner-interior-2{
	position: absolute;
	top: 60px;
	left: 100px;
	display: block;
	height: 50%;
}

.header-banner h2{
	color: #1587B5;
	font-size: 50px;
	font-weight: 700;
	padding: 0 0 0 50px;
}

.header-banner.low h2{
	padding: 20px 0 0 50px;
}

.header-banner p{
	padding: 0 0 0 50px;
	font-size: 20px;
	color: #73739A;
}

.header-banner p span{
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.header-banner img.hero-banner-interior{ display:none; }
	.header-banner{height: auto;}
	.header-banner h2{ font-size:30px; }
}

/* ===========================  Marcas Mexico  ====================================== */

.marcas{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.marcas h2{
	width: 100%;
	text-align: center;
	padding: 0 0 40px 0;
	color: #1687B5;
	font-weight: 700;
}

.marcas .box{
	width: 100%;
	height: auto;
	border-radius: 20px;
	padding: 30px 20px 20px 20px;
}

.marcas .box img{
	display: block;
	margin: 0 auto;
	width: 70%;
	padding: 0 0 20px 0;
	aspect-ratio: 3/2;
	object-fit: contain;
}

@media only screen and (max-width: 768px) {
	.marcas h2{font-size: 22px;}
	.marcas .box img{ width:50%; }
}

/* ===========================  Línea de Crédito  ====================================== */

.linea{
	width: 100%;
	height: auto;
	float: left;
	padding:0 0 100px 0;
}

.linea h2{
	padding: 30px 0 10px 20px;
	color: #1687B5;
	font-weight: 700;
	width: 100%;
	text-align: center;
}

.linea p.bajada{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #3B3B3B;
	padding: 0 0 20px 0;
}

.linea p.bg{
	background: #F8FAFC;
	padding: 20px;
	color: #3B3B3B;
	border-radius: 12px;
	font-size: 18px;
	text-align: center;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 768px) {
	.linea h2{ font-size:22px; }
}

/* ===========================  Impacto  ====================================== */

.impacto{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.impacto h2{
	width: 100%;
	text-align: left;
	padding: 0 0 40px 0;
	color: #1687B5;
	font-weight: 700;
}

.impacto .box{
	width: 100%;
	height: auto;
	border-radius: 20px;
	padding: 30px 20px 20px 20px;
}

.impacto .box img{
	display: block;
	margin: 0 auto;
	width: 40%;
	padding: 0 0 20px 0;
}

.impacto .box p{
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 0 0 40px 0;
	color: #1687B5;
	font-weight: 700;
}

/* ===========================  Formulario Menu  ====================================== */

.form-menu{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.form-menu h2{
	width: 100%;
	text-align: center;
	padding: 0 0 40px 0;
	color: #1687B5;
	font-weight: 700;
}

.form-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.form-menu ul li{
	float: left;
	width: 33.33%;
}

.form-menu ul li a{
	width: 90%;
	padding: 20px;
	border-radius: 8px;
	background: #F8FAFC;
	text-align: center;
	margin: 0 5%;
	display: block;
	font-size: 18px;
	position: relative;
}

.form-menu ul li.active:nth-child(1) a{
	color: #fff;
	background: #1E9FD3;
}

.form-menu ul li.active:nth-child(1) a:before{
	content: "";
	position: absolute;
	top: 17px;
	left: 65px;
	width: 30px;
	height: 30px;
	background: url(../images/work-icon.svg) no-repeat center center;
	background-size: 28px;
}

.form-menu ul li.active:nth-child(2) a{
	color: #fff;
	background: #1E9FD3;
}

.form-menu ul li.active:nth-child(2) a:before{
	content: "";
	position: absolute;
	top: 17px;
	left: 58px;
	width: 30px;
	height: 30px;
	background: url(../images/mail-icon.svg) no-repeat center center;
	background-size: 28px;
}

.form-menu ul li.active:nth-child(3) a{
	color: #fff;
	background: #1E9FD3;
}

.form-menu ul li.active:nth-child(3) a:before{
	content: "";
	position: absolute;
	top: 17px;
	left: 65px;
	width: 30px;
	height: 30px;
	background: url(../images/lider-icon.svg) no-repeat center center;
	background-size: 28px;
}

.form-wrapper{
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0;
}

.form-wrapper img{
	display: block;
}

.form-wrapper h3{
	width: 100%;
	text-align: left;
	padding: 0 0 40px 0;
	color: #1687B5;
	font-weight: 700;
}

.form-wrapper label{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
}

.form-wrapper input{
	width: 100%;
	border-radius: 6px;
	border: 1px #AAAAAA solid;
	padding: 8px 10px;
	margin: 0 0 15px 0;
}

.form-wrapper input.file{
	border: none;
}

.form-wrapper textarea{
	width: 100%;
	border-radius: 6px;
	border: 1px #AAAAAA solid;
	padding: 8px 10px;
	margin: 0 0 15px 0;
}

.form-wrapper button{
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	background: #1F9FD3;
	border-radius: 8px;
	border: none;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.form-wrapper img{display: none;}
	.form-menu ul li{ width:100%; margin:0 0 10px 0; }
}

/* ===========================  Aviso de Privacidad  ====================================== */

.txt{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	padding: 0 0 20px 0;
}

h1.txt-title-2{
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}


.txt-title{
	font-weight: 600;
	padding: 0 0 20px 0;
}

ul.txt-list li{
	font-size: 16px;
	padding: 0 0 10px 0;
}

@media only screen and (max-width: 768px) {
	.txt,
	.txt-title{
		width: 90%;
		margin: 0 0 0 5%;
	}
}

/* ===========================  Reporte Home  ============================== */

.reporte{
	float: left;
	padding:15px 0 25px 30px;
	background: #EFF4F8;
	width: 50%;
	border-radius: 0 10px 10px 0;
}

.reporte h4{
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0 !important;
}

.reporte h3{
	color: #73739A;
	margin: 10px 0 10px 0;
}

img.img-reporte{
	float: left;
	border-radius: 10px 0 0 10px;
	width: 50%;
}

@media only screen and (max-width: 768px) {
	img.img-reporte{width: 100%; border-radius:10px 10px 0 0;}
	.reporte{width: 100%; padding: 10px 0 10px 10px; border-radius: 0 0 10px 10px;}
	.reporte h4{font-size: 22px;}
	.reporte h3{font-size: 18px;}

}


/* ===========================  Footer  ====================================== */

.footer{
	width: 100%;
/*	height: 250px;*/
	float: left;
	padding: 70px 0;
	background: #F9F9F9;
}

.footer h2{
	float: left;
}

.footer ul{
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

.footer ul.principal{
	float: left;
}

.footer ul li{
	float: left;
	padding: 10px 0;
	width: 100%;
}

.footer ul li div{
	float: left;
	margin: 0 0 0 15px;
}

.footer ul li img{
	float: left;
	width: 50px;
}

.footer ul li a{
	color: #73739A;
	font-size: 14px;
}

.footer ul li a.rrss{
	padding: 14px 0 0 0;
	float: left;
}

.footer img.logo{
	width: 140px;
}


@media only screen and (max-width: 768px) {
	.footer h4{ margin: 50px 0 10px 0; }
}




/* ================================================================= */
/* =============================  Nuevo  =========================== */
/* ================================================================= */

.menu img.logo-pais{
	width: 202px;
	margin: 10px;
	float: left;
}

ul.paises {
  list-style: none;
  padding: 0;
  /*margin: 20px 0 0 0;*/
}

ul.paises li {
  margin-bottom: 10px;
}

ul.paises.externos{
	/*margin: 20px 0 0 0;*/
}

ul.paises.externos li{
	display: block;
	float: left;
	width: auto;
	margin-right: 20px;
}

ul.paises li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0 5px 0;
  text-decoration: none;
  color: #73739A;
  height: 15px;
}

ul.paises li a img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

ul.paises li a span.link-text {
  flex-grow: 1;
}

div.country-wrapper{
	width: 100%;
	height: 560px;
	border-radius: 12px;
	float: left;
}

div.country-wrapper.bg-peru{
	background: url(../images/peru-bg.jpg) no-repeat center center;
	background-size: cover;
}

div.country-wrapper.bg-colombia{
	background: url(../images/colombia-bg.jpg) no-repeat center center;
	background-size: cover;
}

div.country-wrapper.bg-filipinas{
	background: url(../images/filipinas-bg.jpg) no-repeat center center;
	background-size: cover;
}


div.country-wrapper h1{
	color: #1587B5;
	font-size: 50px;
	font-weight: 700;
	padding: 50px 0 0 100px;
	width: 620px;
	line-height: 65px;
}

div.country-wrapper h2{
	color: #1587B5;
	font-size: 46px;
	font-weight: 700;
	padding: 50px 0 0 100px;
	width: 710px;
	line-height: 56px;
}

div.country-wrapper h3{
	color: #1587B5;
	font-size: 50px;
	font-weight: 700;
	padding: 100px 0 0 100px;
	width: 650px;
	line-height: 65px;
}

div.country-wrapper p{
	color: #73739A;
	font-size: 20px;
	padding: 20px 0 0 100px;
	width: 620px;
	line-height: 28px;
}

div.country-wrapper img.hero-1{
	position: absolute;
	top: 10px;
	right: 100px;
	height: 100%;
}

div.country-wrapper img.credit-history{
	margin: 30px 0 0 100px;
	height: 50px;
}

p.paises-creditos{
	width: 100%;
	text-align: center;
	font-size: 20px;
  color: #73739A;
  font-weight: 400;
  line-height: 38px;
  margin: 0 0 30px 0;
}

.empresa h2.paises{
	padding: 0 0 10px 0;
}

div.req{
	width: 100%;
	height: auto;
	border-radius: 20px;
	background: #F8FAFC;
	padding: 20px;
}

div.req img{
	display: block;
	margin: 10px auto 20px auto;
	height: 40px;
}

div.req p{
	width: 100%;
	text-align: center;
	font-size: 18px;
  color: #73739A;
  font-weight: 400;
}

p.disclaimer{
	width: 100%;
	padding: 20px;
	background: #F8FAFC;
	border-radius: 20px;
	text-align: center;
	margin: 20px 0 0 0;
	color: #73739A;
}

div.box a img.logo-box{
	display: block;
	width: 70%;
	margin: 38px auto 0 auto;
}

div.footer p.adress{
	color: #73739A;
	padding: 5px 0 0 0;
}

.footer img.logo-paises{
	width: 140px;
	margin: 13px 0 0 0;
}

.valores .box.ex{
	height: auto;
}


/* ===========================  Formulario  ====================================== */

.formulario{
  width: 100%;
  height: auto;
  float: left;
  padding: 0 0 100px 0;
/*  background: blue;*/
}

.formulario h2{
  padding: 0 0 10px 0;
  width: 100%;
  text-align: center;
  color: #117296;
  font-weight: 600;
}

.formulario h3{
  padding: 0 0 50px 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #117296;
  font-weight: 400;
}

.formulario label{
  font-size: 18px;
  color: #73739A;
  font-weight: 400;
  width: 100%;
}

.formulario input{
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #AAAAAA;
  margin: 0 0 30px 0;
}

.formulario select{
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #AAAAAA;
  margin: 0 0 30px 0;
}

.formulario button{
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #117296;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  color: #fff;
}

.formulario textarea{
  width: 100%;
  min-height: 80px;
  margin-bottom: 14px;
  border-radius: 6px;
  border: 1px solid #AAAAAA;
}

.form-wrapper select{
  width: 100%;
  border-radius: 6px;
  border: 1px #AAAAAA solid;
  padding: 8px 10px;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 768px) {
  .formulario h2{font-size: 22px; text-align: center;}
  .formulario p, .formulario h3, .formulario h4{text-align: center;}
}


/* ===========================  Video  ====================================== */


.video-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.video-info {
  margin-top: 15px;
  color: #333;
}

.video-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

.video-description {
  color: #666;
  line-height: 1.4;
}

/* Responsive design */
@media (max-width: 768px) {
  .video-container {
      width: 95%;
      padding: 15px;
  }
  
  body {
      padding: 10px;
  }
}

/* Estilos para el estado de carga */
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background: #f8f8f8;
  border-radius: 4px;
}

.loading-text {
  color: #666;
  font-style: italic;
}


/* ================================================================= */
/* =======================  Nuevo Agosto =========================== */
/* ================================================================= */


@media only screen and (max-width: 768px) {
  div.country-wrapper.bg-peru{
		background: url(../images/peru-bg-mobile.jpg) no-repeat center center;
		background-size: cover;
	}

	div.country-wrapper.bg-filipinas{
		background: url(../images/filipinas-bg-mobile.jpg) no-repeat center center;
		background-size: cover;
	}

	div.country-wrapper.bg-colombia{
		background: url(../images/colombia-bg-mobile.jpg) no-repeat center center;
		background-size: cover;
	}

	.header img.ph{display: none;}

	div.country-wrapper h1 {
    color: #fff;
    font-size: 34px;
    padding: 0px 0 0 20px;
    width: 100%;
    line-height: 40px;
  }

  div.country-wrapper p {
    color: #eaeaea;
    font-size: 16px;
    padding: 10px 0 0 20px;
    width: 100%;
    line-height: 21px;
	}

}

ul.legal{
	width: 100%;
}

ul.legal li{
	float: left;
	width: auto;
	padding: 0 20px 0 0;
}

ul.legal li img{
	width: 150px;
	height: auto;
}

div.politicas img{ width:100%; }

div.politicas ul.politicas{
  list-style: none;
  margin: 0;
  padding: 0;
}

div.politicas ul.politicas li{
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 18px;
}

div.politicas ul.politicas li a{
  color: #73739A;
  text-decoration: none;
}


















