*{
    margin: 0;
    padding: 0;
}

body {
    
    /*background: #F4FAED;
    background: #FD1B03;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header{
    background: #FF0000;
    width: 100%;
    height: auto;
    /*border-bottom: 1px solid rgba(0,0,0,0.2);
    border-bottom: 2px solid #FD1B03;*/
    -webkit-box-shadow: 0px 1px 0px #C71E0C;
    box-shadow: 0px 1px 0px #C71E0C;
    margin-bottom: 1px;
}

nav{ 
    background: #000;
    width: 100%;
    height: auto;
}

.versiculo{
    width: auto;
    height: 40px;
    color: #DDD;
    font-family: sans-serif, serif, arial;
    font-style: italic;
    font-size: 0.7em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #000;
    padding-left: 5px;
}

.icone{
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-decoration: none;
    justify-content: flex-end;
    align-items: center;
    margin-top: -40px;
    
}

.icone p{
    margin-right: 2px;
    
}

.icone p a{
    color: #DDD;
    display:block;
    font-size: 1.1em;
    text-decoration: none;
    padding: 4px 10px 4px 0;

}

.icone p a:hover{
    color: white;
}

.logo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 17px 0;
}


.logo img{
    width: 240px;
    height: auto;
}


/*--------------CABECERA--------------------------------------*/

.cabecera {
    width: 100%;
    height: 570px;
    background: url(../images/machupicchu_avp.jpg) no-repeat;
    background-size: cover;
    border: 1px rgba(0, 49, 157, 0.7);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);*/
    
}


.pike{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.pike > li{
    /*position: relative;*/
    display: inline-block;
    
}

.pike > li > a{
    display: block;
    padding: 25px 12px 30px 12px;
    color: floralwhite;
    font-family: 'News Cycle', sans-serif;
    font-size: 1.3em;
    text-decoration: none;
    text-shadow: 0px 1px 1px #2c3e50;
  
}

.pike li a:hover{
    background: blue;
    -webkit-transition: all 0.3s;
	text-decoration: underline;
}

.pik{
    position: absolute;
    text-decoration: none;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1.3s;
    
}


.pik li a{
    display: block;
    color: white;
    font-family: 'News Cycle', sans-serif;
    font-size: 1.3em;
    padding: 12px;
    text-decoration: none;
  
}

.pike li:hover .pik{
    visibility: visible;
    opacity: 1;
    background: #3E63F7;
}

/*
##########################################################
FUENTES
font-family: 'Oswald', sans-serif;
font-family: 'Khand', sans-serif;
font-family: 'News_Cycle', sans-serif;
font-family: 'Yanone_Kaffeesatz', sans-serif;
font-family: 'Biryani', sans-serif;
font-family: 'Kanit', sans-serif;
font-family: 'Catamaran', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Titillium Web', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Roboto', sans-serif;
##########################################################

/*--------------FIN DE CABECERA-------------------------------*/

/* SECCION PAQUETES 
============================================================ 
*/
article{
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: ;
    
}
.paques{
    margin: 1.7%;
    margin-bottom: 40px;
    margin-top: 20px;
    background: white;
    width: 322px;
    height: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    
}

.paques a{
    text-decoration: none;
}

.tours{
    background: #F8F8FF;
    width: 317px;
    height: 345px;
    border: 1px solid #bdc3c7;
    font-family: arial, sans-serif, verdana;
    padding: 10px;
    color: #2F4F4F;   
}

.tours:hover{
    width: 322px;
    height: 350px;
    border: 1px solid #000;
    box-shadow: 0 0 3px #34495e;
    -webkit-box-shadow: 0 0 7px #000;
    -webkit-transition: 0.4s;
}

.tours img{
    width: 100%;
    
}

/*FIN DE SECCION PAQUETES 
============================================================*/ 
.presenta{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #223DB0;
}
.presentacion{
    
    width: 79%;
    padding: 70px 10px;
    
}
.presenta h1{
    color: white;
    font-family: 'News cycle', sans-serif;
    font-size: 1.5em;
    padding-left: 4px;
    
}
.pres{
    color: white;
    font-family: 'Kanit', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    text-align: justify;
    padding: 0 4px;
}
.lazos{
    color: white;
}

/*
FIN DE PRESENT 
============================================================
############################################################
FUENTES
font-family: 'Oswald', sans-serif;
font-family: 'Khand', sans-serif;
font-family: 'News_Cycle', sans-serif;
font-family: 'Yanone_Kaffeesatz', sans-serif;
font-family: 'Biryani', sans-serif;
font-family: 'Kanit', sans-serif;
font-family: 'Catamaran', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Titillium Web', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Roboto', sans-serif;
############################################################
============================================================
*/

#afiches{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 5px 100px 5px;
}
#afiches article{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-decoration: none;
    padding: 5px 8px; 

}
#afiches article a {
    text-decoration: none;
    font-family: verdana, arial, sans-serif;
    font-size: 0.85em;
    padding: inherit;
    color: #FFF;
}
#afiches article a:hover {
    color: blue;
}
#top{
    background: #F11B03;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    font-family: arial, sans-serif;
    text-decoration: none;
}

.contact {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 1em;
}
.infodato{
    width: 390px;
    height: 190px;
    border: 5px solid #F11B03;
    -webkit-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
    border-right: none;
    border-bottom: none;
    color: #0B0B09;
}
.infodato h3{
    margin-top: 3%;
}

.promo{
    width: 390px;
    height: 190px;
}

.promo article{
    margin-top: 2%;
}
.promo article a{
    text-decoration: none;
    color: #FFF;
}
.promo article a:hover {
    color: blue;
}

.datos h1 {
    font-family: arial, sans-serif;
    font-size: 0.65em;
    color: #FCE4EC;
    line-height: 1.6em;
    padding: 0.3em;
}
.info{
    width: 32%;
    font-family: arial, sans-serif;
    font-size: 0.77em;
    text-align: justify;
    color: #FCE4EC; 
    line-height: 1.5em;
}
.info p{
    padding: 0.1em;
} 

/*-------inicio datos---------*/

.datos{
    width: 100%;
    height: auto;
    background: #F11B03;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
       
}

.final{
    width: 270px;
    height: 300px;
    margin-left: 1px;
    padding: 10px 0 0 15px;
    margin-top: 20px;
    border: 0 0 0 1px solid #ddd;
}

.sbttl{
    color: white;
    font-family: 'Oswald', sans-serif;
}

.txts{
    color: white;
    font-family: 'Kanit', sans-serif;
}

.libro {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.libro p{
    width: 98%;
    display: flex;
    
}

.icon-book{
    text-align: center;
    font-size: 2em;
    padding-left: 50px;
    color: white;
    text-decoration: none;
    margin-bottom: -10px;
    
}
.lib{
    width: 98%;
    font-family: 'Kanit', sans-serif;
    color: white;
    text-decoration: none;
    
}

.redess{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.redess a{
    display: block;
    padding: 15px;
    text-decoration: none;
    color: white;
    font-size: 1.5em;
}

/*-------fin datos---------*/

footer{
    background: #F11B03;
    width: 100%;
    padding: 2em;
}

/*XXXXXXXXXXXXXXX JQUERY XXXXXXXXXXXXXX*/

@media screen and (max-width:700px){
/*
.versiculo span{
    display: none;
    }*/
.icone{
    margin-top: 0px;    
    }    
/*-------presentacion---------*/
    
.presentacion{
    
    width: 90%;
    padding: 20px 2px;
    
}
.presenta h1{
    color: white;
    font-family: 'News cycle', sans-serif;
    font-size: 1.2em;
    
    
}
.pres{
    color: white;
    font-family: 'Kanit', sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    text-align: justify;
}  
    
/*-------fin de presentacion---------*/

}
 
@media screen and (max-width:355px){

.paques{
    width: 240px;
    height: 261px;
}
.tours{

    width: 235px;
    height: 256px;

}

.tours:hover{
    width: 240px;
    height: 261px;
}

.final{
    width: 98%;

}
    
}

