@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900&subset=latin,vietnamese);
/*
font-family: 'Roboto', sans-serif;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;

font-family: 'Montserrat', sans-serif;

*/
@font-face{
    font-family:"BRAVEE";
    src:url(../fonts/BRAVEEightyone-Regular.woff) format("opentype");
}
*{ 
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,body {
    width: 100%;
    height: 100%;
}
body {
    overflow-x: hidden;
}
a {
    text-decoration: none;
    transition: all .4s ease-in-out;
}
.video-you {
    width: 90%;
    height: 650px;
    display: table;
    margin: auto;
}
.padded {
    padding-top: 90px;
    padding-bottom: 90px;
}
.container {
    max-width: 1250px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
#header {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
#main-header {
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.767);
    z-index: 99999999999;
    display: table;
}
.menu-fixed { 
	position: fixed; 
	top: 0; 
	width: 100%; 
	/*max-width: 1200px;*/ 
	background: rgba(0, 0, 0, 0.959);
	transition: all .3s ease;
    z-index: 99999999999;
}
div.sociales {
    width: 50%;
    height: 50px;
    float: right;
    position: relative;
    display: table;
}
div.sociales ul {
    width: 100%;
    display: table;
    text-align: right;
}
div.sociales ul li {
    list-style: none;
    position: relative;
    display: inline-block;
}
div.sociales ul li a {
    display: block;
    width: 40px;
    height: 50px;
    margin: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFF;
    overflow: hidden;
    text-decoration: none;
}
div.sociales ul li a img {
    width: 25px;
    margin-top: 11px;
}
div.sociales ul li a span {
    position: relative;
    display: block;
}
div.sociales ul li a span:hover {
    color: #FFF;
}
div#slider {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    margin: auto;
}
div#slider>div#mover {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -100% ;
}
div#slider>div#mover>article {
    width: 100%;
    height: 100%;
    position: relative;
}
div#slider>div#mover>article>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}
div#slider>div#mover>article>div.header-opaco {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.30);
    position: absolute;
    top: 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
div#slider>div#mover>article>div.header-opaco h3 {
    color: #FFF;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
div#slider>div#mover>article>div.header-opaco p {
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
#anterior,#siguiente{
    position: absolute;
    width: 50px;
    height: 80px;
    top: 50%;
	font-size: 25px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    background-color: rgba(0,0,0,0.2);
	z-index: 9999;
}
#anterior:hover,#siguiente:hover{
    background-color: rgba(0,0,0,0.2);
}
#anterior{
    left: 0px;
}
#siguiente{
    right: 0px;
}



/******************************
Incluye
*******************************/
.incluye {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.incluye h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.incluye p {
    color: #666666;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}
.box-incluye {
    width: 100%;
    height: 200px;
    display: table;
    margin: auto;
    margin-top: 20px;
    display: table;
}
.left-incluye {
    width: 50%;
    height: 200px;
    float: left;
    display: table;
}
.cont-left-incluye {
    width: 50%;
    height: 200px;
    padding: 10px;
    float: left;
    display: table;
}
.cont-right-incluye {
    width: 50%;
    height: 200px;
    padding: 10px;
    float: right;
    display: table;
}
.cont-right-incluye img {
    width: 90%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: table;
    margin: auto;
}
.cont-left-incluye h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
}
.cont-left-incluye p {
    color: #666666;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}
.right-incluye {
    width: 50%;
    height: 200px;
    float: right;
    display: table;
}
.cont2-left-incluye {
    width: 50%;
    height: 200px;
    float: left;
    padding: 10px;
    display: table;
}
.cont2-left-incluye img {
    width: 90%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    display: table;
    margin: auto;
}
.cont2-right-incluye {
    width: 50%;
    height: 200px;
    padding: 10px;
    float: right;
    display: table;
}
.cont2-right-incluye h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}
.cont2-right-incluye p {
    color: #666666;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}
/******************************
Parallax
*******************************/
.parallax {
    width: 100%;
    height: 300px;
    background-image: url(../img/paralax-fixed-punta-perula-2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    display: table;
}
.parallax-oscuro {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.parallax-oscuro h4 {
    color: #FFF;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.parallax-oscuro p {
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    text-transform:capitalize;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

/******************************
sociales
*******************************/
.sociales {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.sociales h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
/******************************
Galeria
*******************************/
.galeria {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    text-align: center;
    display: table;
}
.padded-galeria {
    padding-top: 90px;
    padding-bottom: 0px;
}
.galeria h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}
.box-galeria {
    width: 25%;
    height: 250px;
    float: left;
    position: relative;
}
.box-galeria img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    position: relative;
}
.box-galeria .tapa-img {
    position: absolute;
    width: 0%;
    height: 0%;
    background-color: rgba(235, 205, 30, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    margin: auto;
    transition: all 0.6s ease 0s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box-galeria .tapa-img h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}
.box-galeria .tapa-img p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.box-galeria:hover .tapa-img {
    opacity: 1;
    width: 100%;
    height: 100%;
    
}
/******************************
Google Maps
*******************************/
.google-maps {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.google-maps iframe {
    width: 100%;
    height: 100%;
    display: table;
}
/******************************
Footer
*******************************/
.ir-arriba { 
    display: none; 
    cursor: pointer; 
    position: fixed; 
    right: 20px; 
    bottom: 30px; 
    width: 40px; 
    height: 40px; 
    background: #feb633; 
    color: #fff; 
    text-align: center; 
    line-height: 40px; 
    z-index: 9999; 
}
#main-footer {
    width: 100%;
    height: 300px;
    background-color: #333333;
    display: table;
}
.padded-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.box-footer {
    width: 32%;
    margin: 5px;
    height: 250px;
    float: left;
}
.footer-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-1 img {
    width: 90%;
}
.footer-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-2 h3 {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}
.footer-2 p {
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.footer-2 i {
    width: 30px;
}
.footer-2 a {
    color: #FFF;
}
.footer-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-3 ul {
    width: 100%;
    display: table;
}
.footer-3 ul li {
    list-style: none;
    position: relative;
    display: inline-block;
}
.footer-3 ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin: 5px;
    position: relative;
    font-family: 'OpenSans-Light';
    font-weight: 600;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
}
.footer-3 ul li a span {
    position: relative;
    display: block;
}
.footer-3 ul li a span:hover {
    color: #FFF;
}
.footer-3 ul li:nth-child(1) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-radius: 50%;
    background: #4267b2;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.footer-3 ul li:nth-child(1) a:hover:before{
    visibility: visible;
    width: 60px;
    height: 60px;
    color: #fff;
}
.footer-3 ul li:nth-child(2) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    background: #a344a2;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.footer-3 ul li:nth-child(2) a:hover:before{
    visibility: visible;
    width: 60px;
    height: 60px;
    color: #fff;
}
.footer-3 ul li:nth-child(3) a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: 0px;
    height: 0px;
    background: #fc0000;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.footer-3 ul li:nth-child(3) a:hover:before{
    visibility: visible;
    width: 60px;
    height: 60px;
    color: #fff;
}
.footer-3 ul li:nth-child(1) a {
    color: #4267b2;
}
.footer-3 ul li:nth-child(2) a {
    color: #a344a2;
}
.footer-3 ul li:nth-child(3) a {
    color: #fc0000;
}
.copyright {
    width: 100%;
    height: 40px;
    background-color: #262626;
    display: table;
}
.copyright p {
    color: #FFF;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    text-align: center;
}
.copyright a {
    color: #25a1d4;
    font-family:"BRAVEE";
}
.cont_galeria {
    width: 100%;
    text-align: center;
    min-height: 600px;
    display: table;
}
.b_galeria {
    width: 31%;
    margin: 8px;
    height: 250;
    display: inline-block;
}
.b_galeria img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1000px) {
    .box-galeria {
        width: 33.333333%;
    }
}
@media screen and (max-width: 900px) {
    .left-incluye {
        width: 100%;
    }
    .right-incluye {
        width: 100%;
    }
    
}
@media screen and (max-width: 800px) {
    .box-galeria {
        width: 50%;
    }
    div#slider>div#mover>article>div.header-opaco h3 {
        font-size: 50px;
    }
    div#slider>div#mover>article>div.header-opaco p {
        font-size: 16px;
    }
    .parallax-oscuro p{
        width: 90%;
    }

    .incluye h4 {
        font-size: 18px;
    }
    .cont2-right-incluye h4 {
        font-size: 18px;
    }
    .sociales h3 {
        font-size: 28px;
    }
    .parallax-oscuro h4 {
        font-size: 28px;
    }
    .sociales h3 {
        font-size: 28px;
    }
    .galeria h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 764px) {
    .box-footer {
        width: 100%;
        height: 120px;
        margin: 0;
    }
    .footer-1 img {
        width: 60%;
    }
}
@media screen and (max-width: 730px) {
    .copyright {
        height: 80px;
        padding-top: 10px;
    }
    .copyright p {
        width: 90%;
        display: table;
        margin: auto;
        line-height: 18px;
    }
}
@media screen and (max-width: 600px) {
    .cont-left-incluye {
        width: 100%;
    }
    .cont-right-incluye {
        width: 100%;
    }
    .cont2-left-incluye {
        width: 100%;
    }
    .cont2-right-incluye {
        width: 100%;
    }
    .sociales {
        width: 80%;
    }
}
@media screen and (max-width: 500px) {
    .box-galeria {
        width: 100%;
    }
    div#slider>div#mover>article>div.header-opaco p {
        width: 80%;
        text-align: center;
    }
    div#slider>div#mover>article>div.header-opaco h3 {
        font-size: 34px;
        width: 80%;
    }
    .footer-1 img {
        width: 80%;
    }
    .b_galeria {
        width: 90%;
        margin: auto;
        height: 250;
        margin-bottom: 20px;
        display: inline-block;
    }
}