:root{
    --size-default-mobil:10pt;
    --size-title-mobil:16pt;
    --size-subtitle-mobil:13pt;
    --size-numeralia-mobil:var(--size-title-mobil);
    --size-title-banner-mobile:19pt;
}


/** Movil Vertical */
@media (max-width:480px){

    body{
        font-size: var(--size-default-mobil);
    }

    .background-home-1,
    .background-home-2,
    .background-home-3{
        height: 50vh;
    }

    .content-background-home-1,
    .content-background-home-2{
        bottom: 25%;
        right: 5%;
        left: 5%;
        top: 25%;
    }

    .content-background-home-2{
        bottom: 10%;
        right: 5%;
        left: 5%;
        top: 10%;
    }

    

    .background-home-3{
        background-position:55% 10%;
    }    

    .title{
        font-size: var(--size-title-mobil);
    }
    
    .subtitle{
        font-size: var(--size-subtitle-mobil);
    }

    .title-banner{
        font-size: var(--size-title-banner-mobile);
    }

    .my-dropdown-menu li a {
        font-size: var(--size-default-mobil);
    }

    .title-notice-second{
        font-size: 12pt;
    }

    .title-notice-third{
        font-size: 12pt;
    }

    .backgroup-image-notice{
        bottom: 1.5%;
    }

    .item-notice-caption{
        left: 36%;
        right: 36%;
    }

    .border-l,
    .border-r{
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .fbm_logo{
        width: 65px;
        margin-right: 5px;
        margin-top: 15px;
    }

    .m-title{
        margin-top: 24pt;
        margin-bottom: 24pt;
    }
    
    .mt-title{
        margin-top: 24pt;
    }
    
    .mb-title{
        margin-bottom: 24pt;
    }

    .btn-inline-color-1,
    .btn-color-1{
        display: inline;
    }

    .circle-1{
        z-index: -1;
        margin-top: 75%;
    }
    
    .circle-2{
        z-index: -1;
        margin-top: -75%;
    }

    .list-inline-social-media > li{
        padding-left: 8px;
        padding-right: 8px;
    }

    .list-inline-social-media{
        margin-top:25px;
    }

    .mt-categorias-awards{
        margin-top: -20%;
    }

    .background-categorias-awards{
        height: 20vh;
    }

    .background-awards-ciudad,
    .background-awards-transformacion,
    .background-awards-desarrollo,
    .background-awards-sociedad,
    .background-awards-reactivacion{
        height: 30vh;
    }

    .header-blog,
    .header-empresas,
    .header-awards,
    .header-instituciones,
    .header-media,
    .header-gobiernos,
    .header-ciudadanos,
    .header-registro,
    .header-congreso{
        width: 100vw;
    }

    .well-call-for-speakers{
        padding: 20px 15px;
    }

    .well-yucatan-peninsula{
        padding: 80px 30px;
    }

    .well-yucatan-ciudad-creativa{
        padding: 16px 30px;
    }

    .size-default{
        font-size: var(--size-default-mobil);
    }
#awards_ganadores .img-ganador-icon{
        max-width: 120px;
    }
    #awards_ganadores .pl-md-6{
        padding-left: 15px;
    }
    #awards_ganadores .pr-md-6{
        padding-right: 15px;
    }
    #awards_ganadores .img-ganador-banner{
        margin-top: -50px;
    }
    #awards_ganadores .btn-ganador{
        top:205px;
    }
    .awards_video{
        height:250px
    }
}

/** Tablet and Movil Orizontal */
@media (min-width:481px) and (max-width:768px){
    .border-l,
    .border-r{
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .background-categorias-awards{
        height: 40vh;
    }

 #awards_ganadores .img-ganador-icon{
        max-width: 190px;
    }
    #awards_ganadores .pl-md-6{
        padding-left: 15px;
    }
    #awards_ganadores .pr-md-6{
        padding-right: 15px;
    }
    #awards_ganadores .img-ganador-banner{
        margin-top: -70px;
    }
    #awards_ganadores .btn-ganador{
        top:460px;
    }
    .awards_video{
        height:450px
    }
}

/** IPAD  */
@media (min-width:769px) and (max-width:980px){
    #awards_ganadores .img-ganador-icon{
        max-width: 200px;
    }
    #awards_ganadores .pl-md-6{
        padding-left: 15px;
    }
    #awards_ganadores .pr-md-6{
        padding-right: 15px;
    }
    #awards_ganadores .img-ganador-banner{
        margin-top: -85px;
    }
    #awards_ganadores .btn-ganador{
        top:460px;
    }
}


/** Laptop  */
@media (min-width:769px) and (max-width:1366px){
    .fbm_logo{
        width: 65px;
        margin-right: 10px;
    }

    .well-revive{
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .thumbnail-instituciones .caption .par {
        margin-bottom: 3.5em;
    }

    .thumbnail-medios .caption .par {
        margin-bottom: 2.5em;
    }

    .mt-tematicas{
        margin-top: 10%;
    }

    .well-call-for-speakers{
        padding: 10px 10px;
    }

    .well-yucatan-peninsula{
        padding: 80px 30px;
    }

    .well-yucatan-ciudad-creativa{
        padding: 16px 30px;
    }

    .background-dzibilchaltún,
    .background-museo-maya,
    .background-peon-contreras,
    .background-chichenitza,
    .background-cenotes,
    .background-teya,
    .background-motul{
        height: 45vh;
    }
}