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

body {
    /*background="img/mapa_fondo.png"; background-position:"center"; background-size:100% 100%;*/
    font-family:'Ubuntu', sans-serif;
    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 .celu img{
padding-top: 100px;
position:absolute;
top:0; 
float: left;
left:50px;
}

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

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

#padre {
     
    top:5em;
    width: 70%;
    height: auto;
    /*margin: auto;*/
    margin-top:7em;
    margin-left: 350px;
    left: 250px;
}


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

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

.datos {
    font-family:'Ubuntu', sans-serif;
    position: absolute;
    left: 115px;
    top: 29px;
    color: #434041;
    font-size: 1.5em;
    
}

b {
    font-size: 40px;
}

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

.descarga img {
    text-align: center;

}

.app{
   width: 115px;
}

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


.parrafopadre2{
    margin-top: 60px;
    width: 96%;
    height: 288px;
    background-color:orange;
    color:white;
   float:right;
    margin-bottom:60px;
    left: 155px;
    
}
.parrafopadre2 img {
    width: 411px;
    /*margin-left: 15px;*/
    margin-right: 0px;
}

.parrafo5hijo h2{
    font-family:'Ubuntu', sans-serif;
    width: 60%;
    font-size: 35px;
    padding-top: 15px;
    margin-left: 65px;
    
    
    
}
.parrafo5hijo p{
    font-family:'Ubuntu', sans-serif;
    width: 60%;
    font-size: 25px;
    margin-left: 65px;*
}




.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-family:'Ubuntu', sans-serif;
    font-size: 20px;
}

.parrafo4 img{
    width:140px;
    margin-left: 55px;
}
/*-------------------------------------tabla------------------------------------*/


.ciudades{
    font-family:'Ubuntu', sans-serif;
    margin-top: 70px;
    text-align: center;
    font-size: 65px;
        color:#4FACDC;
}


.tabla1{ 
    margin-top: 70px;
    width: 70%; 
    height: auto;
    display: flex;
    
}

.tabla1 p {
    font-family:'Ubuntu', sans-serif;
 width: 100%; 
 padding: 10px;
    
}
    
.tabla2{ 
    width: 70%; 
    height: auto;
    display: flex;
}

.tabla2 p {
font-family:'Ubuntu', sans-serif;
 width: 100%; 
 padding: 10px;
    
}

.tabla3{ 
    width: 70%; 
    height: auto;
    display: flex;
}

.tabla3 p {
font-family:'Ubuntu', sans-serif;
 width: 100%; 
 padding: 10px;
    
}

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

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

.pantallas img{
   width: 290px;
    margin: 15px;
}

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

.pantallas2 {
    width: 100%;
    margin-top: 30px;
    padding: 5px;
    display: flex;
    text-decoration: none;
    list-style: none;
    justify-content:center;
    text-align: center;
    
}

.pantallas2 img{
   width: 290px;
    margin: 15px;
}

.pantallas2 p {
    width: 240px;
    text-align: center;
    margin: 5px;
    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;
   
}