* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /*background="img/mapa_fondo.png"; background-position:"center"; background-size:100% 100%;*/
    
    font-family: sans-serif;
    height:auto;

  
}




header {
    width: 100%;
    height: 70px;
    background-color: #4FACDC;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
 
}



/----------------------menu---------------------------------------------*/
header{ 
    
    background-color:#4FACDC;
    height:09%;
    width:100%;
  }  

    #logo>img {
        width:113px;
        height:53px;
        margin-top: 10px;
        margin-left: 35px;
    } 

.barra_navegacion{
     display: flex;
     flex-direction: row;
     justify-content: flex-end;
    align-items: flex-end;
    top:-50%;
    margin-right:5%;

}


nav{ 
    position: relative;
}

nav>ul>li {
    display:inline;
}

nav>ul>li>a {
    font-family:'Ubuntu', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: ghostwhite;
    font-size:0.8em;
    padding-left: 25px;
    letter-spacing: -0.5
}

nav>ul>li>a:hover {
    color: #FF722C;
}

/*------------------------------------banner---------------------------------*/
#todo{
    margin-top: 100px;
    width: 100%;
}

#todo .mapa  img{
    width: 100%;
    height: 600px;
    margin-top:-165px;
    position:absolute;
 }

#todo .celu img{
padding-top: 100px;
position:absolute;
top:0; 
float: left;
left:30px;
}

#todo .banner  img{
    width: 100%;
    margin-top:px;
    position:absolute;
 }

/*------------------------------------paquete de tips---------------------------------*/

#padre {
     
    top:5em;
    width: 68%;
    height: auto;
    margin: auto;
    margin-top:14em;
    margin-left: 29%;
}


.hijo {
    position: relative;
    width: 100%;
    height: 110px;
    margin: 2.5px;
    top: 1px;
}


.hijo .foto {
    margin-top: 8px;
    margin-left: 7px;
    width: 87px;
}


.datos {
    position: absolute;
    left: 115px;
    top: 29px;
    color: white;
    font-size: 1.5em;
    
}

b {
    font-size: 26px;
}

/*---------------------------descarga------------------------------------------*/
.descarga
{
    width: 100%;
    height: 90px;
    padding-top: 10px;
    background-color: black;
    top: 600px;
    margin-top: 100px;
    text-align: center;
    color: white;
}

.descarga img {
    text-align: center;

}

.app{
   width: 115px;
}

/*---------------------------------parrafos-------------------------------------*/

.parrafo2{
    margin-top: 60px;
    width: 90%;
    margin-left: 65px;
    
}

.parrafo2 .titulo{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:1.2em;
    line-height: 1;
}

.parrafo2 .titulo-principal{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #4FACDC;
    font-size:1.8em;
    
}

.parrafo2 p{
    font-size: 20px;
}

.fotocirculo{
    text-align: center;
    width: 770px;
    margin-top: 50px;
   }


.parrafopadre{
    margin-top: 60px;
    width: 95%;
    height: 333px;
    background-color:ghostwhite;
    /*padding-top: 15px;*/
    /*padding-left: 15px;*/
    left: 155px;
    
}
.parrafopadre img {
    width: 500px;
    /*margin-left: 15px;*/
    margin-right: 15px
}

.parrafo3hijo h2{
    font-family:'Ubuntu', sans-serif;
    color: #4FACDC;
    font-size: 35px;
    padding-top: 15px;
}
.parrafo3hijo p{
    font-family:'Ubuntu', sans-serif;
    font-size: 25px;
}
.parrafo4{
    margin-top: 60px;
    width: 60%;
    margin-left: 65px;
}

.parrafo4 .titulo{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:1.2em;
    line-height: 1;
}

.parrafo4 .titulo-principal{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #4FACDC;
    font-size:1.8em;
    
}
.parrafo4 p{
    font-size: 20px;
}

.parrafo4 img{
    width:140px;
    margin-left: 55px;
    margin-top: 20px;
}


/*-------------------------------------comentarios------------------------------------*/
#todo-comentario{
    margin-top:55px;
    width: 100%;
    background: #4FACDC;
}
.titulos-comentarios{
    padding-top: 30px;
    margin-top: 30px;
    margin-left:65px;
}
.titulos-comentarios .titulo{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #000;
    font-size:1.2em;
    line-height: 1;
}

.titulos-comentarios .titulo-principal{
    font-family:'Ubuntu', sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size:1.8em;
    
}
.comentarios {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    display: flex;
    text-decoration: none;
    list-style: none;
    justify-content: center;
    text-align: center;
    
}

.comentarios img{
   width: 320px;
    margin: 15px;
}

.comentarios p {
    width: 340px;
    text-align: center;
    margin: 15px;
    color: white;
    background-color: cornflowerblue;
    padding: 10px;
    font-family: sans-serif;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px gray;
    
  
}



/*--------------------------------------FOOTER-------------------------------*/

footer{ 
    margin-top: 0px;
    background-color:#434041;
    height:70px;
    width:100%;
    padding-top: 20px;
    clear: both;
    
    
    
    
  }  



.copyright{
    
 font-size: 0.85em;
 font-family:'Ubuntu', sans-serif;
 color: #AFAFB4;
 margin-left: 50px;
text-align: center;
 }



#redes_sociales{
    width: 20%;
    height: 30%;
    float: right;
    list-style: none;
    text-align: center
    
    
}

footer>#redes_sociales>ul>li>a {

    list-style: none;
}


#redes_sociales>ul>li{
    width:32px;
    height: 32px; 
    float: left;
    display:block;
    list-style: none;
    margin-right: 10px;
    margin-top: -22px;
  
}

ul>li>a{
    width:32px;
    height: 32px;
    list-style: none;
   
}