body{
	    font-family: 'Catamaran', sans-serif;
}

/*Borrar cuando se habilite*/
header ul.options, header .hamburger{
	display: none!important;
}

a{
	color: #00379d;
}

header{
	position: fixed;
	background-color: transparent;
} 

header.reduce, header.active, header.inside{
	background-color: #ffffff;
} 

header .top{
	display: none;
}

header .logo{
	float: none;
	width: 160px;
	height: 110px;
	background-image: url("../custom/logoB.png");
	background-position: center /*left*/;
}

header.reduce .logo, header.active .logo, header.inside .logo{
	background-image: url("../custom/logo.png");
}

header .hamburger{
	padding: 22px 0;
}

header.reduce .hamburger-inner,
header.reduce .hamburger-inner:after,
header.reduce  .hamburger-inner:before,
header.active .hamburger-inner,
header.active .hamburger-inner:after,
header.active  .hamburger-inner:before,
header.inside .hamburger-inner,
header.inside .hamburger-inner:after,
header.inside  .hamburger-inner:before{
	background-color: #414141;;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #ffffff;
}

.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner:after, .hamburger:hover .hamburger-inner:before{
	opacity: .5;
}

header .options p:hover{
	opacity: 1;
}


header .options a, header .options p{
	color: #ffffff;
}

header.reduce .options a, header.reduce .options p, header.active .options a, header.active .options p, header.inside .options a, header.inside .options p{
	color: #414141;
}

header .options a:hover, header .options p:hover{
	color: #ff8b00;
}

h1, h2{
font-family: 'Catamaran', sans-serif;
	color: #00379d;	
	font-weight: 900;
}

.articulo h1:after, .articulo h2:after, .cursos h2:after, .cursos h2:after{
	color: #00379d;
	display: block;
	content: "";
	width: 25%;
	height: 4px;
	border-bottom: solid #ff8b00;
	margin: 15px 0 30px;
}

h2:after {
    content: "";
    display: block;
    width: 300px;
    height: 4px;
    background-color: #ff8b00;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 30px;
	border-radius: 25px;
}

.cursos h2:after{
	margin: 15px auto 30px;
}

.carousel-item.fijo{
	background-image: url("../files/brasil-56666.jpg");
}

.carousel-indicators, .carousel button{
	display: none;
}

.carousel-caption{
	display: none;
	z-index: 1;
	right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	background-image: url("../custom/sonrisa.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.carousel-caption h1{
	color: #ffffff;
	font-size: 2.75rem;
	text-transform: none;
	font-weight: 800;
}

.carousel-caption h1 + p{
	display: none;
}

.carousel-caption p{
	margin-bottom: 0;
}

.carousel-caption .btn-call{
	background-color: rgba(0,0,0,.25);
	border: 2px solid #ffffff;	
}

.carousel-caption .btn-call:hover{
	background-color: rgba(0,55,157,1);
	border: 2px solid rgba(0,55,157,1);	
}

h2{
	font-size: 2.250em;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 900;
}

h2 + p{
	text-align: center;
	margin-bottom: 50PX;
}

p{
	color: #787878;
}

.btn.call, .btn-call, .btn-primary{
	background-color: #00379d;
    color: #ffffff;
    padding: 15px 40px;
	font-size: 0.688em;
	font-weight: 700;
	border-radius: 0;
	text-transform: uppercase;
	border: 0;
}

.btn.call:hover, .btn-call:hover, .btn-primary:hover{
	color: #ffffff;
	background-color: #ff8b00;
	border: 0;
}

/*productos*/

.listadoProductos a, .listadoCategorias a, .productos a{
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);	
	transition: all .5s;
}

.listadoProductos a:hover, .productos a:hover{
	-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);	
}

.listadoProductos a .imagen img, .productos  a .imagen img{
	filter: blur(0px);	
	transition: all .5s;		
}

.listadoProductos a .imagen:before{
	content: "\f5c1";
	font-family: "Font Awesome 6 Free";
    font-weight: 900;	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 0rem;
	z-index: 0;
	transition: all .3s;
	opacity: 0;
	color: #ff8b00;
}

.listadoProductos a:hover .imagen:before{
	opacity: 1;
	font-size: 2.5rem;
	z-index: 1;
}

.listadoProductos a:hover .imagen img, .productos  a:hover .imagen img{
	width: 110%;
	height: 110%;
	filter: blur(4px)
}

.listadoProductos a .texto, .listadoCategorias  a .texto, .productos  a .texto{
	padding: 30px 15px;
}

.listadoProductos a .nombreProducto, .listadoCategorias  a .nombreProducto, .productos  a .nombreProducto{
	font-size: 1rem;
	font-weight: 900;
	color: #000;
	font-family: 'Catamaran', sans-serif;	
	
}

.listadoProductos a .detalleProducto, .productos  a .detalleProducto{
	font-size: .879rem;
}

.listadoProductos a .precioOriginal, .productos  a .precioOriginal{
	color: #cccccc;
	font-size: .879rem;
	text-decoration: line-through;
	margin-bottom: 0;
}

.listadoProductos a .precioProducto, .productos  a .precioProducto{
	font-size: 1.25rem;
	color: #00379d;
	font-weight: 700;
}

.listadoProductos a .btn-call, .productos  a .btn-call, .listadoProductos a .btn-call:hover, .productos  a .btn-call:hover{
	color: #ffffff;
}

/*categorias*/

section#categorias{
	padding: 0;
	margin: 0;
}

section#categorias > .container, .articulo.enHome.brasil > .container{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

section#categorias > .container .listadoCategorias a{
	margin: 0;
}

.listadoCategorias a{
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%;
	transition: background .3s;	
}

.listadoCategorias a p{
	width: auto;
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	transform: translate(-50%,-50%);
	font-size: 1.75rem;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 0;
	transition: all .3s;
	background-color: transparent;
	padding: 0px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);		
	text-align: center;
	text-transform: uppercase;
}

.listadoCategorias a:hover{
	background-image: url("../custom/circulo.png");
	background-color: #00379d;
}

.listadoCategorias a img{
	width: 101%;
	height: 101%;
	opacity: .75;
}

.listadoProductos a, .listadoCategorias a, .productos a{
	vertical-align: top;
}

/*Footer*/
footer{
	background-color: #00379d;
}

footer .redes a, .redes a{
	color: #ffffff;
	transition: all .3s;
	margin-right: 15px;
}

footer .redes a:before, .redes a:before{
	font-size: 2rem;
}

footer .redes a:hover, .redes a:hover{
	transform: translateY(-5px)
}

footer .links p:first-child{
	color: #ffffff;
}


.enConstruccion .social a:hover, footer .redes a:hover:before , .redes a:hover:before ,footer .links p a:hover{
	color: #ff8b00;
}

footer .footReg p, .footReg p{
	color: #ffffff;
}

footer .footReg .realizado, .footReg .realizado{
	display: block;
	width:130px;
	height: 20px;
	margin: auto;	
	background-image: url("realizado.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}


/*Articulo*/

.articulo ul, .descripcion ul{
	padding: 0;
	list-style: none;
}

.articulo ul li, .descripcion ul li{
	font-size: .879rem;
}

.articulo ul li:before, .descripcion ul li:before{
    content: "•";
    color: #00379d;
    margin-right: 5px;
	
}

section:nth-child(odd){
	background-color: #f7f7f7;
}

/*Producto*/

.producto .carousel .carousel-item:after{
	display: none;
}

.producto .carousel-fade .carousel-item{
	object-position: top;
	object-fit: contain;
}

section.producto h1{
	font-weight: 900;
}

.importeFinal input[type="number"]{
	background-color: #484848;
	padding: 0 15px;
	border-radius: 12px;
	font-weight: 700;
}

body{
		background-image: url('wally-saludando-1-5.jpg'), url('wedwer.jpg');
		background-position: bottom left, center right;
		background-size: 20% auto, 20%;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}		



.buscando form, .mensaje > div:first-child{
	background-color: #ffffff;
}	
	
.buscando .mask, .mensaje .mask{
	background-color: rgba(0,0,0,.25)
}	

.buscando form input[type="submit"], .articulo form.buscandoDescarga input[type="submit"]{
	background-color: #00379d;
}

.buscando form input[type="submit"]:hover, .articulo form.buscandoDescarga input[type="submit"]:hover{
	background-color: #00379d;
}

.registroPaginacion > p {
    font-size: .8rem;
    margin-bottom: 1rem;
    text-align: center;
	padding-bottom: 1rem;
}

header .options .active ul {
    z-index: 1;
    height: auto;
    padding: 0 0 0 15px;
    margin: 15px 0;
}

.breadcrumbs{
	display: none;
}


/*Cursos*/

.cursos .listado{
	font-size: 0;
}

.cursos .listado .curso{
	font-size: 1rem;
	background-color: transparent;
	border: 1px solid #00379d;
}

.cursos .listado .curso:hover{
	background-color: #00379d;
	
}

footer .clearfix + .links {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

footer .clearfix + .links p {
    display: inline-block;
    margin: 5px 10px;
    text-align: center;
}

.articulo.cursada{
	padding-top: 60px;
}

.datosProducto .descripcion{
	margin-bottom: 30px;
}

section.is-empty{
	display: none;
}

header + section.destacadosTienda{
	margin-top: 0;
	padding: 170px 0 60px; 
}

.articulo.enHome.mb-3{
	margin-bottom: 0!important;
}

section.contacto{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

section.contacto{
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 0;
}

section.contacto h2{
	color: #00379d;
}

section.contacto h3, section.contacto p{
	color: #414141;
}

section.contacto form{
	background-color: #00379d;
	padding: 30px;
	border-radius: 24px; 
	display: none!important;
}



section.contacto .form-floating{
	color: #414141;
}

section.contacto .btn-call{
	border: 1px solid #ffffff;
}

footer .links{
	text-align: center;
}


/*Por que*/
.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial, .articulo.enHome.tu-nuevo-dmc-local{
	color: #ffffff;
	background-color: #00379d;
	text-align: center;
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial *{
	color: #ffffff;
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial h1:after, .articulo.brasil h1:after, .articulo.enHome.sobre-nosotros h1:after{
	margin-left: auto;
	margin-right: auto;
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial .imagenEpigrafe, .articulo.brasil .imagenEpigrafe{
	display: none;
}


.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial .texto, .articulo.brasil .texto{
	width: 100%;
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul{
	display: block;
	width: 100%;
	margin: 15px 0;
	text-align: center;
	list-style: none;
	font-size: 0;
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li{
	width: 25%;
	font-size: .879rem;
	display: inline-block;
	padding: 0 60px 15px;
	margin: 0 0 15px;
	vertical-align: top;
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li:before{
	content: "";
	display: none;
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li p:before{
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin: 0 auto 15px;
	background-color: #f68c1f;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50%;
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li:nth-child(1) p:before{
	background-image: url(check-list.png);
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li:nth-child(2) p:before{
	background-image: url(proveedores.png);
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li:nth-child(3) p:before{
	background-image: url(maps.png);
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li:nth-child(4) p:before{
	background-image: url(star.png);
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li:nth-child(5) p:before{
	background-image: url(agil.png);
}

.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li:nth-child(6) p:before{
	background-image: url(aprobado.png);
}

/*Brasil*/

.articulo.enHome.brasil, .articulo.enHome.sobre-nosotros{
	text-align: center;
	padding-bottom: 0;
	
}

.articulo.enHome.brasil .texto > p:first-of-type, .articulo.enHome.sobre-nosotros .texto > p{
	width: 75%;
	margin: 0 auto 30px;
}

.articulo.enHome.brasil .texto > ul{
	width: 100%;
	font-size: 0;
	list-style: none;
}

.articulo.enHome.brasil .texto > ul li{
	display: block;
	float: left;
	width: 20%;
	height: 50vh;
	vertical-align: bottom;
	text-align: right;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	color: #ffffff;
	font-weight: bold;
	position: relative;
}

.articulo.enHome.brasil .texto > ul li:last-child{
	border-right: 0;
}

.articulo.enHome.brasil .texto > ul li:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);	
}

.articulo.enHome.brasil .texto > ul li:nth-child(1){
	background-image: url("../files/solyplaya768.jpg");
}

.articulo.enHome.brasil .texto > ul li:nth-child(2){
	background-image: url("../files/cultural-v2768.jpg");
}

.articulo.enHome.brasil .texto > ul li:nth-child(3){
	background-image: url("../files/gastronomia768.jpg");
}
.articulo.enHome.brasil .texto > ul li:nth-child(4){
	background-image: url("../files/enoturismo768.jpg");
}
.articulo.enHome.brasil .texto > ul li:nth-child(5){
	background-image: url("../files/ecoturismo-v2768.jpg");
}

.articulo.enHome.brasil .texto > ul li:before{
	display: none;
}

.articulo.enHome.brasil .texto > ul li > p{
	font-size: .879rem;
	color: #ffffff;
	width: 90%;
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin-bottom: 0;
}

/*TU nuevo DMC*/
.articulo.enHome.tu-nuevo-dmc-local{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.articulo.enHome.tu-nuevo-dmc-local h1{
	display: none;
}

.articulo.enHome.tu-nuevo-dmc-local .texto{
	position: relative;	
	float: right;
}

.articulo.enHome.tu-nuevo-dmc-local .texto p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: left;
	color: #ffffff;
	font-size: 3rem;
	font-weight: 800;
}

.articulo.enHome.tu-nuevo-dmc-local .imagenEpigrafe{
	float: left;
}

.articulo.enHome.tu-nuevo-dmc-local .imagenEpigrafe .imagen img{
	object-fit: contain;
}

.articulo .texto p strong{
	color: #00379d;	
}

/*Sobre nosotros*/

.articulo.enHome.sobre-nosotros{
	padding: 100px 0;
}

.articulo.enHome.sobre-nosotros > .container{
	max-width: 100%;
	padding: 0;
}

.articulo.enHome.sobre-nosotros > .container .texto{
	max-width: 100%;
	padding: 0;
}

.contacto{
	width: 100%;
	float: left;
	text-align: left;
}

.contacto h2{
	font-size: 1.75rem;
	font-weight: 500;
	text-align: left;
}

.contacto h3{
	font-weight: 900;
}

.contacto h2:after{
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.contacto a:before, .contacto .fa-solid.fa-location-dot{
	color: #414141;
	font-size: 1.5rem;
	margin-right: 5px;
}

.contacto a:hover:before{
	color: #ff8b00;
}

.contacto form input, .contacto form textarea{
	color: #414141;
}

.contacto form .form-floating > textarea.form-control{
	height: 100px;
}

/*Producto*/
.carouselTrigger{
	padding: 7px 15px;
	border: 1px solid #cccccc;
	color: #828282;
	text-align: center;
	margin-bottom: 1rem;
}

.producto .carousel.hidden{
	height: 0;
	margin-bottom: 0;
	overflow: hidden;
	transition: all .3s;
}

.producto .descripcion ul{
	height: 50vh;
	overflow: auto;
	background-color: #f2f2f2;
	padding: 30px;
}

/*Translator*/

.google_translate_flags{
	padding: 5px 5%;
	background-color: #00379d;
	text-align: center;
	vertical-align: middle;
}

.google_translate_flags > a{
    display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    border-radius: 100%;
    vertical-align: middle;
}

.google_translate_flags > a:last-of-type{
    margin-right: 0;
}

.google_translate_flags + #google_translate_element{
	display: none;
}

#google_translate_element{
	padding: 5px 5%;
	background-color: #00379d;
	text-align: left;
}

#google_translate_element .goog-te-gadget{
	color: #ffffff;
}

#google_translate_element .goog-logo-link{
	color: #4c8bff;
}

#google_translate_element .goog-logo-link:hover{
	color: #ff8b00;
}

#google_translate_element .goog-te-gadget > div:first-child{
	display: inline-block;
	margin-right: 5px;
}

section.contacto{
	background-color: #00379d;
	background-image: url("footer.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 120px;
}

section.contacto h2{
	font-weight: 800;
}

section.contacto h2, section.contacto a, section.contacto p{
	display: block;
	text-align: center;
	width: 100%!important;
	color: #ffffff;
	float: none!important;
}

section.contacto form + a{
	font-size: 2rem;
}

section.contacto form + a:hover{
	color: #ff8b00;
}

.contacto h2:after {
    margin-left: auto;
	margin-right: auto;}

section.contacto .footReg{
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}

section.contacto .footReg p{
	font-size: .879rem;
	margin-bottom: 0;
}

@media only screen and (max-width : 479px) {

body{
	background-size: 45% auto, 45%;	
}		

	#header > .container{
		padding-top: 0;
	}	
	
header .logo {
    width: 125px;
    height: 90px;
}
	
	header .hamburger{
		padding: 29px 0;
	}

	header ul.options{
		margin-bottom: 0;
	}

header .options > li a, header .options > li > p {
	margin-left: 0;
	}	
	
header .options > li:last-of-type{
	margin-bottom: 60px;
	}
	
	
header + .carousel{
	height: 100vh;
}	
	
	.carousel-caption{
		width: 90%;
		background-size: 75%;
		
	}	
	
.carousel h1{
	font-size: 2rem;
}	
	
section{
	padding-top: 120px;
	padding-bottom: 100px;
	margin-bottom: 0;
	}

footer{
	padding-top: 100px;
	}	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 100%;
		margin-right: 0;
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 100%;
		margin-right: 0%;
	}	
		
	.listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
	

	/*Porque*/
	.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial{
		padding: 30px 0;
	}
	
	.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li{
		width: 50%;
		padding: 0 7px 15px;
		font-size: .8;
	}
	

/*Brasil*/
.articulo.enHome.brasil .texto > ul li{
	width: 50%;
}
	
.articulo.enHome.brasil .texto > ul li:nth-child(3){
		width: 100%;
		height: 33.33vh;
	}
	
.articulo.enHome.brasil .texto > ul li:nth-child(2), .articulo.enHome.brasil .texto > ul li:nth-child(3){
	border-right: 0;
}	
	

/*Contacto*/
	section.contacto h2 + p{
		margin-bottom: 1rem;
	}
	
	section.contacto h2:after{
		margin-left: auto;
		margin-right: auto;
	}	
	
	section.contacto h2, section.contacto h3, section.contacto p{
		text-align: center;
		float: left;
		width: 100%;
	}
	.contacto .contactoTexto, .contacto form{
		float: right;
		width: 100%;
	}			
	
	.contacto form{
		margin-top: 30px;
	}	
	

/*Producto*/
	
	section.producto{
		padding-top: 150px;
	}
	
	.datosProducto, .datosProducto .carousel{
		width: 100%;
		margin-right: 0;
	}
	
.datosProducto .carousel{
		width: 100%;
		height: 50vh;
		overflow: visible;
		margin-right: 0;
		margin-bottom: 160px;
	}
	
	.datosProducto .descripcion{
		display: block;
		float: left;
		width: 100%;
	}
	
	.datosProducto .descripcion img{
		display: block;
		width: 75%;
		margin: 0 auto 30px;
		height: auto;}			
	

	/*Your local DMC*/
	
	.articulo.enHome.tu-nuevo-dmc-local .imagenEpigrafe{
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	.articulo.enHome.tu-nuevo-dmc-local .imagenEpigrafe .cuadrada:after{
		padding-bottom: 33.33%;
	}
	
	.articulo.enHome.tu-nuevo-dmc-local .imagenEpigrafe .imagen img{
		width: 45%;
	}
	
	.articulo.enHome.tu-nuevo-dmc-local .texto p{
		position: relative;
		text-align: center;
		top: auto;
		left: auto;
		transform: none;
		font-size: 2rem;
	}	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {



header .logo {
    width: 150px;
    height: 110px;
}
	
	header .hamburger{
		padding: 39px 0;
	}

	header ul.options{
		margin-bottom: 0;
	}

header .options > li a, header .options > li > p {
	margin-left: 0;
	}	
	
header .options > li:last-of-type{
	margin-bottom: 60px;
	}	
	
header + .carousel{
	height: 100vh;
}	

	.carousel-caption h1{
		font-size: 2rem;
	}
	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 100px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 48.75%
	}

	.listadoCategorias a, .listadoCategorias a:nth-child(3n){
		width: 100%;
		margin-right: 0%;
	}	
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 75%;
	}		
	
	.listadoProductos a:nth-child(2n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(2n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}

	/*Porque*/
	.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li{
		width: 50%;
		padding: 0 15px 15px;
	}	
	

/*Brasil*/
.articulo.enHome.brasil .texto > ul li{
	width: 50%;
}
	
.articulo.enHome.brasil .texto > ul li:nth-child(3){
		width: 100%;
		height: 33.33vh;
	}
	
.articulo.enHome.brasil .texto > ul li:nth-child(2), .articulo.enHome.brasil .texto > ul li:nth-child(3){
	border-right: 0;
}
	
.articulo.enHome.sobre-nosotros .imagenEpigrafe{
	margin-bottom: 60px;
	}	
	

/*Contacto*/
	section.contacto h2 + p{
		margin-bottom: 1rem;
	}
	
	section.contacto h2:after{
		margin-left: auto;
		margin-right: auto;
	}	
	
	section.contacto h2, section.contacto h3, section.contacto p{
		text-align: center;
		float: left;
		width: 100%;
	}
	.contacto .contactoTexto, .contacto form{
		float: right;
		width: 100%;
	}			
	
	.contacto form{
		margin-top: 30px;
	}		
	

/*Producto*/
	
	section.producto{
		padding-top: 150px;
	}
	
	.datosProducto, .datosProducto .carousel{
		width: 100%;
		margin-right: 0;
	}
	
.datosProducto .carousel{
		width: 100%;
		height: 50vh;
		overflow: visible;
		margin-right: 0;
		margin-bottom: 160px;
	}
	
	.datosProducto .descripcion{
		display: block;
		float: left;
		width: 100%;
	}
	
	.datosProducto .descripcion img{
		display: block;
		width: 75%;
		margin: 0 auto 30px;
		height: auto;}		
	
	/*Your local DMC*/
	
	.articulo.enHome.tu-nuevo-dmc-local .imagenEpigrafe{
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	.articulo.enHome.tu-nuevo-dmc-local .imagenEpigrafe .cuadrada:after{
		padding-bottom: 33.33%;
	}
	
	.articulo.enHome.tu-nuevo-dmc-local .imagenEpigrafe .imagen img{
		width: 45%;
	}
	
	.articulo.enHome.tu-nuevo-dmc-local .texto p{
		position: relative;
		text-align: center;
		top: auto;
		left: auto;
		transform: none;
		font-size: 2rem;
	}
	
	
	
}



/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {
	
body{
	background-size: 33% auto, 33%;	
}		
	
header .logo {
    width: 150px;
    height: 110px;
}
	
	header .hamburger{
		padding: 39px 0;
	}

	header ul.options{
		margin-bottom: 0;
	}

header .options > li a, header .options > li > p {
	margin-left: 0;
	}	
	
header .options > li:last-of-type{
	margin-bottom: 60px;
	}	
	
header + .carousel{
	height: 100vh;
}	
	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 100px;
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 31.66666666666667%
	}


/*Categorias*/	
	
	.listadoCategorias:after{
		content:"";
		width: 256px;
		height: 256px;
		border-radius: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background-image: url("circuloBlanco.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 95%;
		z-index: 2;
		background-color: #ff8b00;
	}
	
	.listadoCategorias a{
		width: 50%;
	}
	
	.listadoCategorias a:hover img{
		opacity: .25
	}
	
	.listadoCategorias a:before{
		content: "";
		position: absolute;
		width: 110%;
		height: 110%;
		border: 4px solid #ff8b00;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 2;
		transition: all .3s;
		opacity: 0;		
	}
	
	.listadoCategorias a:hover:before{
		width: 90%;
		height: 90%;
		opacity: 1;		
	}
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 75%;
	}	
	
	.listadoProductos a:nth-child(3n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(3n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}		
	
/*Porque*/	
	
	.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li{
		width: 33.33%;
		padding: 0 10px 15px;
	}	
	
/*Brasil*/
.articulo.enHome.brasil .texto > ul li{
	width: 33.33%;
}
	
.articulo.enHome.brasil .texto > ul li:nth-child(3){
	border-right: 0;
}
	
.articulo.enHome.brasil .texto > ul li:nth-child(n+4){
	width: 50%;
}
	
	

/*Sobre nosotros*/	
	.articulo.enHome.sobre-nosotros h1:after{
		margin-left: 0;
		margin-right: 0;
	}
	.articulo.enHome.sobre-nosotros > .container .texto{
		text-align: left;
		width: 60%;
		padding: 0 25px;
	}
	
	.articulo.enHome.sobre-nosotros > .container .texto p{
		width: 100%;
	}	
	
	.articulo.enHome.sobre-nosotros .imagenEpigrafe{
		width: 40%;
	}		
	

/*Contacto*/
	section.contacto h2 + p{
		margin-bottom: 1rem;
	}
	
	section.contacto h2:after{
		margin-left: auto;
		margin-right: auto;
	}	
	
	section.contacto h2, section.contacto h3, section.contacto p{
		text-align: center;
		float: left;
		width: 100%;
	}
	.contacto .contactoTexto, .contacto form{
		float: right;
		width: 100%;
	}			
	
	.contacto form{
		margin-top: 30px;
	}		
	

/*Producto*/
	
	section.producto{
		padding-top: 180px;
	}
	
	.datosProducto, .datosProducto .carousel{
		width: 100%;
		margin-right: 0;
	}
	
.datosProducto .carousel{
		width: 100%;
		height: 50vh;
		overflow: visible;
		margin-right: 0;
		margin-bottom: 160px;
	}
	
	.datosProducto .descripcion{
		display: block;
		float: left;
		width: 100%;
	}
	
	.datosProducto .descripcion img{
		display: block;
		width: 75%;
		margin: 0 auto 30px;
		height: auto;}		
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
	
body{
	background-size: 33% auto, 33%;	
}	
	
header .logo{
	width: 150px;
	height: 110px;
	}

header .options {
    line-height: 110px;
    height: 110px;
}	
	header .options > li > a, header .options > li > p{
		line-height: 110px;
	}	
header + .carousel{
	height: 100vh;
}	
	
section{
	padding-top: 100px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 120px;
	}	

/*Porque*/	
	
	.articulo.enHome.porque-brazil-travel-services-nuestros-diferencial ul li{
		padding: 0 30px 15px;
		
	}	
	
/*Productos*/
	.listadoProductos a, .productos a{
		width: 31.66666666666667%
	}


/*Categorias*/	
	
	.listadoCategorias:after{
		content:"";
		width: 331px;
		height: 331px;
		border-radius: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background-image: url("circuloBlanco.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 95%;
		z-index: 2;
		background-color: #ff8b00;
	}
	
	.listadoCategorias a{
		width: 50%;
	}
	
	.listadoCategorias a:hover img{
		opacity: .25
	}
	
	.listadoCategorias a:before{
		content: "";
		position: absolute;
		width: 110%;
		height: 110%;
		border: 4px solid #ff8b00;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 2;
		transition: all .3s;
		opacity: 0;		
	}
	
	.listadoCategorias a:hover:before{
		width: 90%;
		height: 90%;
		opacity: 1;		
	}
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 75%;
	}	
	
	.listadoProductos a:nth-child(3n), .listadoCategorias a:nth-child(2n), .productos a:nth-child(3n), .listadoProductos a:last-child, .listadoCategorias a:last-child, .productos a:last-child{
		margin-right: 0;
	}
	
/*producto*/
	section.producto,	section.carrito{
		padding-top: 170px;
	}
	
	

/*Sobre nosotros*/	
	.articulo.enHome.sobre-nosotros h1:after{
		margin-left: 0;
		margin-right: 0;
	}
	.articulo.enHome.sobre-nosotros > .container .texto{
		text-align: left;
		width: 60%;
		padding: 0 100px;
	}
	
	.articulo.enHome.sobre-nosotros > .container .texto p{
		width: 100%;
	}	
	
	.articulo.enHome.sobre-nosotros .imagenEpigrafe{
		width: 40%;
	}		



/*Contacto*/
	section.contacto h2, section.contacto h3, section.contacto p{
		float: left;
		width: 40%;
	}
	.contacto .contactoTexto, .contacto form{
		float: right;
		width: 60%;
	}	


/*Producto*/
	
	.datosProducto, .datosProducto .carousel{
		width: 100%;
		margin-right: 0;
	}
	
.datosProducto .carousel{
		width: 100%;
		height: 50vh;
		overflow: visible;
		margin-right: 0;
		margin-bottom: 160px;
	}
	
	.datosProducto .descripcion{
		display: block;
		float: left;
		width: 100%;
	}
	
	.datosProducto .descripcion img{
		display: block;
		width: 50%;
		margin: 0 auto 30px;
		height: auto;}	
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

header .options > li > a, header .options > li > p {
    line-height: 110px;
}	

header + .carousel{
	height: 100vh;
}	
	
section{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0;
	}

footer{
	padding-top: 120px;
	}	
	

	
/*Productos*/
	.listadoProductos a, .listadoCategorias a, .productos a{
		width: 23.125%
	}

/*Categorias*/	
	
	.listadoCategorias:after{
		content:"";
		width: 17.5%;
		height: calc(100vw - 82.5vw);
		border-radius: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background-image: url("circuloBlanco.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 90%;
		z-index: 2;
		background-color: #ff8b00;
	}
	
	.listadoCategorias a{
		width: 50%;
	}
	
	.listadoCategorias a:hover img{
		opacity: .25
	}
	
	.listadoCategorias a:before{
		content: "";
		position: absolute;
		width: 110%;
		height: 110%;
		border: 4px solid #ff8b00;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 2;
		transition: all .3s;
		opacity: 0;		
	}
	
	.listadoCategorias a:hover:before{
		width: 95%;
		height: 85%;
		opacity: 1;		
	}
	
	.listadoCategorias a.cuadrada:after{
		padding-bottom: 40%;
	}	
	
	.listadoProductos a:nth-child(4n), .productos a:nth-child(4n), .listadoProductos a:last-child, .productos a:last-child{
		margin-right: 0!important;
	}	

/*producto*/
	section.producto,	section.carrito{
		padding-top: 170px;
	}
	
	.imagenCabecera{
		height: 80vh;
	}	

/*TU nuevo dmc*/	
	.articulo.enHome.tu-nuevo-dmc-local .imagenEpigrafe{
		width: 25%;
	}
	
	.articulo.enHome.tu-nuevo-dmc-local .texto{
		width: 75%;
	}
	
/*Sobre nosotros*/	
	.articulo.enHome.sobre-nosotros h1:after{
		margin-left: 0;
		margin-right: 0;
	}
	.articulo.enHome.sobre-nosotros > .container .texto{
		text-align: left;
		width: 60%;
		padding: 0 100px;
	}
	
	.articulo.enHome.sobre-nosotros > .container .texto p{
		width: 100%;
	}	
	
	.articulo.enHome.sobre-nosotros .imagenEpigrafe{
		width: 40%;
	}		

/*Contacto*/
	section.contacto h2, section.contacto h3, section.contacto p{
		float: left;
		width: 51%;
	}
	.contacto .contactoTexto, .contacto form{
		float: right;
		width: 49%;
	}	
	
/*Producto*/
	
	.datosProducto, .datosProducto .carousel{
		width: 100%;
		margin-right: 0;
	}
	
.datosProducto .carousel{
		width: 100%;
		height: 50vh;
		overflow: visible;
		margin-right: 0;
		margin-bottom: 160px;
	}
	
	.datosProducto .descripcion{
		display: block;
		float: left;
		width: 100%;
	}
	
	.datosProducto .descripcion img{
		display: block;
		width: 50%;
		margin: 0 auto 30px;
		height: auto;}

	
.google_translate_flags{
	padding: 5px 7.5%;}
	
}