﻿/*
    ********************************  SECCION Anexo 17
*/
.anexo17-seccion1 {
    background: #FFF;
    width: 100%;    
    text-align: center;
    position: relative;
}

.anexo17-titulo1
{
    position:absolute;
    top : 50px;
    left: calc(50vw - 390px);    
}

.anexo17-titulo1-mobile {
    position: absolute;
    visibility: hidden;
}

.anexo17-frame {
    margin-top:120px;
    width:100%;
    max-width:1200px;
}

@media only screen and (max-width: 600px) {
    .web {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
    .anexo17-titulo1 {
        position: absolute;
        top: 50px;
        left: calc(50vw - 390px);
        visibility: hidden;
    }

    .anexo17-titulo1-mobile {
        position: absolute;
        top: 100px;
        width: 80vw;
        left: 10vw;
        visibility: visible;
    }
}