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

body {
    
    background-color: #434142;
    width: 100%;
    height: auto;
}


header {
    
    width: 100%;
    height: 150px;
    background-color: cornflowerblue;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
 
}

.contenedor  {
    
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    
}

.ubar {
    
   font-family: 'Roboto', sans-serif; font-weight: 500;  
    position: fixed;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6em;
    width: 100%;
    z-index: -1;
    
    
    
}



.hijo {
    
    position: fixed;
    background-color: gainsboro;
    width: 100%;
    height: 110px;
    margin: auto;
    top: 50px;
    z-index: 99;
    box-shadow: 0px 3px 5px 0px gray;
    
    
    
      
}


.hijo .foto {
    
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 8px;
    cursor: pointer;
    width: 90px;
    border: 2px solid white;
    box-shadow: 0px 3px 5px 0px gray;
    
}

.hijo .boton {
    position: absolute;
    text-align: center;
    width: 130px;
    left: 105px;
    margin-top: 70px;
    padding:6px;
    background-color: cornflowerblue;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    box-shadow: 0px 3px 5px 0px gray;
    font-family: 'Roboto', sans-serif;
            
}


.hijo .boton:active {
    background-color: #434142; 
   
}

.hijo .icon_next {
    
    position: relative;
    float:right;
    background-color: #ea8004;
    cursor: pointer;
    height: 110px;
    box-shadow -3px 0px 5px 0px gray;
    
    
}

.hijo .icon_next:active {
    background-color: cornflowerblue;
}




.hijo .info {
      float: right;
    margin-right: 1px;
    
        
}

.texto_info {
    
   float: right;
    margin-right: 4px;
    margin-top: 2px;
    line-height: 2.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:0.9em;

    
}

.hijo .car1 {
    position: absolute;
    left: 105px;
    margin-top: 48px;
 
}




.datos {
    
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: absolute;
    left: 105px;
    top: 10px;
    color: black;
    font-size: 0.98em;
    
}


a {
    text-decoration: none;
}


#contenedor_mapa {
    
    width: 100%;
    height: 100%;
    }



iframe {
    
    position: absolute;
    max-width: 100%;
    max-height: 100%;
     
    
    
}

.gps {
    position:fixed;
    bottom: 80px;;
    left: 10px;
    width: 40px;
    border-radius: 100px;
    border: 2px solid white;
    z-index: 101;
    cursor: pointer;
    
}





.alerta  {
    
    position: fixed;
    bottom: 0;
    width: 60%;
    margin-bottom: 20px;
    background-color: cornflowerblue;
    border-radius: 10px;
    text-align: center;
    color: white;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0px 3px 5px 0px gray;
    z-index: 99;
    left: 75px;
    font-size: 1.05em;
    
    
        
    
   
}

a .alerta:active {
    background-color: #434142;
}



  


