@charset "utf-8";
/* 1-smartphone/mapasitio.css */


   
    .caja_videoshome {
        margin: 0 auto 0 auto; 
        width: 100%;
        min-height: 35em;
        clear: both;
        padding-top: 5%;
        padding-bottom: 9%;
        font-family: "Nunito Sans", sans-serif;
    }

     .aspect_radio {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .aspect_radio iframe {
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }
        
    
    .videoshome  {
        width: 90%;
        margin: 0 auto 0 auto;
        min-height: 500px;
        overflow: hidden;
        background-color:#fff;
        -webkit-border-bottom-right-radius: 9px;
        -moz-border-bottom-right-radius: 9px;
        border-bottom-right-radius: 9px;
        -webkit-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.20);
        -moz-box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.20);
        box-shadow: 1px 3px 4px 0px rgba(0,0,0,0.20);
    }
    
    
    
    .videoshome iframe {
        border-bottom: 3px solid #fe5109;
    }
    
    
        
    .bajada_detalle {
        text-transform: uppercase;
        font-size: 110%;
        font-weight: bold;
        color: #fe5109;
        margin-bottom: 0.5em;
    }
    
        
    .detalle {
        font-size: 100%;
        color:#624d70;
        padding-top: 4%;
        padding-bottom: 7%;
        padding-left: 9%;
        padding-right: 9%;
        line-height: 1.5em;
    }
    
    .detalle span {
        font-style: italic;
    }
    
    .titulo_detalle {
        font-size: 190%;
        color:#333;
        margin-bottom: 2%;
        line-height: 1em;
        font-family: "Sora", sans-serif;
    }
