/* [Master Stylesheet v-1.0.0] */
/* :: 1.0 Import Web Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Signika:400,600");
/* :: 2.0 Import All CSS */
/*@import url(../cssv2/bootstrap.min.css);*/
@import url(../cssv2/classy-nav.min.css);
@import url(../cssv2/animate.css);
@import url(../cssv2/jquery-ui.min.css);
@import url(../cssv2/font-awesome.min.css);

/* :: 3.0 Common/Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    body {
        margin-top: 80px;
    }
}

h7 {
    color: #c45263;
    font-weight: 400;
    font-family: "Signika", sans-serif;
    font-size: 120px;
    letter-spacing: -2px;
}
h5 {
    color: #fff;
    font-weight: 400;
    font-family: "Signika", sans-serif;
    font-size: 36px;
    margin-left: 8px;
    margin-top: -10px;
}
h3 {
    color: #fff;
    font-weight: 400;
    font-family: "Signika", sans-serif;
    font-size: 30px;
    margin-left: 8px;
    margin-top: -10px;
}
h4,
h6 {
    color: #ca4e65;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Signika", sans-serif;
    font-size: 26px;
}

@media only screen and (max-width: 767px) {
    h7	{
    font-size: 80px;
    letter-spacing: -2px;
    margin-left: 5px;
}
h5 {
    font-size: 27px;
}
}
/*
p {
    color: #787878;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}
*/
/*a {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #fbf5f5;
    font-weight: 600;
    font-size: 12px;
}

a:hover,
a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}*/

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Height */
.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}


/* Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-overlay,
.bg-overlay-white {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay:hover,
.bg-overlay-white:hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.bg-overlay:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-overlay-white:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

/* :: 4.0 Header Area CSS */
.classy-nav-container {
    background-color: transparent;
}

.header_area {
    /*background-color: transparent;*/
	background-color: #9C9C9C; 
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .header_area {
        background-color: #9C9C9C; 
    }
}

@media only screen and (max-width: 767px) {
    .header_area .classy-nav-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .header_area .classy-nav-container .classy-navbar-toggler {
        margin-left: auto;
        margin-right: 15px;
		z-index: 10;
    }
}

.header_area .classy-navbar {
    background-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    min-width: 45%;
    width: 45%;
}
.header_area .header-meta {
    background-color: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    min-width: 55%;
    width: 55%;
}

@media only screen and (max-width: 767px) {
    .header_area .classy-navbar { 

    }
    .header_area .header-meta {
        margin-left:50px;
    }
}


@media only screen and (max-width: 767px) {
    .header_area .classy-navbar,
    .header_area .header-meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
    }
}

.header_area .classy-navbar {
    height: 100px;
    padding: 5px 0 0 0;
}

@media only screen and (max-width: 767px) {
    .header_area .classy-navbar {
        height: 45px;
        border-bottom: none;
    }
}

.header_area .header-meta {
    height: 85px;
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

@media only screen and (max-width: 767px) {
    .header_area .header-meta {
        height: 40px;
		padding-right: 113px;
    }
}

 .header_area .classynav {
        min-width: 70px;
        margin-left: -5px;
		width:100%;
    }

.header_area .classynav ul li a {
    font-size: 12px;
    color: #fff;
}

.header_area .classynav ul li a:hover {
    color: #ca4e65;
}

.header_area .classynav ul li .megamenu li a,
.header_area .classynav ul li .dropdown li a {
    font-size: 14px;
    color: #9c9c9c;
}

.header_area .classynav ul li .megamenu li a:hover,
.header_area .classynav ul li .dropdown li a:hover {
    color: #ca4e65;
}

@media only screen and (max-width: 767px) {
    .header_area .classynav {
        margin-top: -20px;
    }
    
    .breakpoint-on .classynav ul li a {
    background-color: transparent;
    border-bottom: 0px;

}
    
    .header_area .classynav ul li a {
    color: #9c9c9c;
}
    .header_area .classynav ul li a:hover {
    color: #ca4e65;
}
}

.header_area .search-area {
    margin-top: 22px;
    margin-right: 15px;
    }

@media only screen and (max-width: 767px) {
    .header_area .search-area {
        margin-left: 70px;
        margin-top: -5px;
    }
}

.header_area .search-area form {
    position: relative;
    z-index: 1;
    height: 40px;
    border-left: none;
}

@media only screen and (max-width: 767px) {
    .header_area .search-area form {
        height: 40px;
        border-left: none;
    }
}

.header_area .search-area form input {
    background-color: #fff;
    border-radius: 100px;
    border: none;
    width: 215px;
    height: 40px;
    padding: 0 20px 0 60px;
    color: #c45263;
    font-size: 14px;
    font-weight: 500;
}
.opcionesMenu{
	margin-left: 0px !important;
}

@media only screen and (max-width: 1324px) {
	#menuQuienesSomos{
		display:none;
	}

}
@media only screen and (min-width: 1420px) {
	.opcionesMenu{
		margin-left: 20px !important;
	}

}
@media only screen and (min-width: 1250px) {
    .header_area .search-area form input {
        width: 380px;
    }


}
@media only screen and (min-width: 1450px) {
    .header_area .search-area form input {
        width: 500px;
    }
}
@media only screen and (min-width: 1760px) {
    .header_area .search-area form input {
        width: 750px;
    }
	.opcionesMenu{
		margin-left: 80px !important;
	}

}
@media only screen and (min-width: 1900px) {
    .header_area .search-area form input {
        width: 850px;
    }

}
@media only screen and (max-width: 767px) {
    .header_area .search-area form input {
        background-color: #fff;
        width: 215px;
        height: 40px;
        padding: 0 10px 0 35px;
		position: absolute;
		margin-left: -140px;
		
    }
    
    .header_area .search-area form input::placeholder {
        color: #9c9c9c !important;
    }
}

    .header_area .search-area form input:focus {
        outline: 0;
    }

/*
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_area .search-area form input:focus {
        width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .header_area .search-area form input:focus {
        width: 100px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header_area .search-area form input {
        width: 100px;
    }
    .header_area .search-area form input:focus {
        width: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
     .header_area .search-area form input {
        width: 100px;
    }
    .header_area .search-area form input:focus {
        width: 100px;
    }
}
*/
.header_area .search-area form input::placeholder {
  color: #9c9c9c;
}

.header_area .search-area form button {
    position: absolute;
    z-index: 10;
    top: 24%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    background-color: transparent;
    border: none;
    color: #ce6e80;
    font-size: 14px;
}

.header_area .search-area form button:focus {
    outline: 0;
}

@media only screen and (max-width: 767px) {
    .header_area .search-area form button {
        top: 50%;
        left: 10px;
        height: 40px;
    }
}

.header_area .favourite-area a,
.header_area .user-login-info a {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    display: block;
    text-align: center;
    border-left:none;
    height: 100%;
    line-height: 80px;
}



.header_area .burger-area a {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    display: block;
    text-align: center;
    border-left:none;
    height: 100%;
    line-height: 80px;
}

.header_area .burger-area i {
    margin-top: 20px;
    font-size: 30px;
}
.classynavBandera {

    padding-top: 25px; 
	 min-width: 30px;
	 position: absolute; 
	 text-align: right;
	 margin-left: 16px;

}
.banderaHeader{
	height:90px;
}
@media only screen and (max-width: 767px) {
	.banderaHeader{
		height:30px;
	}
    .header_area .burger-area {
        display: none;
    }
	.classynavBandera {

    padding-top: 0px; 
	 /*margin-left: -5px;*/
	 margin-left: 20px;
	  margin-top: -36px;

	}
}

.header_area .cambio-area {
    min-width: 240px;
    padding-top: 28px; 
    /*padding-right: 15px;*/
    padding-left: 15px;
	text-align: left;
}

.enlineaCambio{
	display: inline; 
}
.tipo-cambio2{
	font-size:14px;
	color: #ca4e65;
	font-weight: 800;
	
}

.header_area .cambio-area p {
    color: #fff;
}

.header_area .cambio-area h6 {
    margin-top: -60px;
}

.header_area .cambio-area img {
    height:25px;
    display: inline-block;
    margin-top:-10px;
    margin-left: 10px;
	
}

@media only screen and (max-width: 767px) {
    .cambio-area {
        display: none;
    }
}
.favourite-area{
	width:0px;
	margin-left:-30px;
}
@media only screen and (max-width: 767px) {
    .header_area .favourite-area {
        margin-left: -10px;
		position: absolute; 
		top:-43px;
		right: 92px;
		width:47px;
    }
    
    .header_area .favourite-area a,
    .header_area .user-login-info a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        line-height: 40px;
    }
}

.header_area .favourite-area a img,
.header_area .user-login-info a img {
    max-width: 20px;
}

.header_area .favourite-area a span,
.header_area .user-login-info a span {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    color: #0315ff;
    font-weight: 700;
    position: absolute;
    top: -10px;
}

@media only screen and (max-width: 767px) {
    .header_area .favourite-area a span,
    .header_area .user-login-info a span {
        font-size: 14px;
    }
}

.header_area .nav-brand img {
    height: 140px;
}

@media only screen and (max-width: 767px) {
    .header_area .nav-brand img {
        /*margin-left: -18px;
        margin-top: -33px;
		position: absolute;
        height: 100px;    
        filter: invert(0) saturate(1.5) brightness(95%);*/
		margin-left: -50px;
		margin-top: 34px;
        height: 140px;
		filter: invert(0) saturate(1.5) brightness(95%); 
    
    }
}


/* sticky settings */ 

.header_area.sticky {
    position: fixed;
    background-color: #fff;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.header_area.sticky .nav-brand img {
  filter: invert(0) saturate(1.5) brightness(78%);
}

.header_area.sticky .classynav ul li a {
    font-size: 16px;
    color: #FFF;
}

.header_area.sticky .classynav ul li a:hover {
    color: #ca4e65;
}


.header_area.sticky .search-area form input {
    color: #c45263;
    border: 1px solid #f0f0f0;
}

@media only screen and (max-width: 767px) {
.header_area.sticky .search-area form input {
    border: 1px solid;
}
}

.header_area.sticky .search-area form input::placeholder {
  color: #9c9c9c;
}

.header_area.sticky .cambio-area p {
    color: #9c9c9c;
}


/* :: 5.0 Welcome Area CSS */
.welcome_area {
    background-color: #9c9c9c;
    position: relative;
    z-index: 0;
    margin-top: -100px; /* cambiar */
    width: 100%; 
    height: 100vh; /* cambiar */
}
#carruselMovil{ 
	display: none; 
}
#carruselPC{ 
	display: none; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_area {
        height: 100vh;
    }
	#carruselMovil{ 
	display: none; 
}
#carruselPC{ 
	display: none; 
}
}

@media only screen and (max-width: 767px) {
    .welcome_area {
        height: 100vh;    
    }
    .welcome_area .carousel-item {
        margin-top: 0px;
    }
	#carruselMovil{ 
	display: none; 
}
#carruselPC{ 
	display: none; 
}
}
@media only screen and (min-width: 768px) and (max-width: 1365px) {
    .welcome_area .carousel-item {
        margin-top: 300px;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1900px) {
    .welcome_area .carousel-item {
        margin-top: 15px;
    }
}


.welcome_area .hero-content h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.welcome_area .hero-content h2 {
    font-size: 60px;
    color: #000000;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .welcome_area .hero-content h7 {
        font-size: 35px;
    }
	.carousel-inner .carousel-item h7 {
			font-size: 65px;
		}
		.carousel-inner .carousel-item h3 {
			font-size: 22px;
		}
}

@media only screen and (max-width: 767px) {
    .welcome_area .hero-content h2 {
        font-size: 30px;
    }
	
}

/* carousel karen */

.welcome_area .carousel-caption {
    text-align: left; /* cambiar movil */
}

.carousel-inner .carousel-item .carousel-caption {
    margin-bottom: 23%;
    margin-right: 2%;
}
#menuMovil div{
	display: block !important;
	margin-left: 55px !important;
	margin-top: -40px !important;
}
#menuMovil a {
	font-size: 10px;
}
@media only screen and (min-width: 767px) {
		#menuMovil div{
			display: none !important;
		}

}
@media only screen and (max-width: 767px) {
		  .welcome_area {
			  /*height: 65vh;*/
			  height: 320px;
		}
			
		.carousel-inner .carousel-item .carousel-caption {
			margin-bottom: 40%;
			padding-bottom: 100px;
			margin-left: 1%;
		}
			
		.carousel-inner .carousel-item img {
			max-width: 700px;
			/*margin-top: 68%;*/
			margin-top: 140px;
		}
			
		.carousel-inner .carousel-item h7 {
			font-size: 65px;
		}
		.carousel-inner .carousel-item h3 {
			font-size: 22px;
		}


}

.textorelleno {
    position: relative;
     z-index: 100;
}
.classy-navbar-toggler {
    /*display: none !important;*/
}


/* ##### The End ##### */

/*# sourceMappingURL=core-style.css.map */