@font-face {
    font-family: 'fontello';
    src: url('../resources/font/fontello.eot?64088476');
    src: url('../resources/font/fontello.eot?64088476#iefix') format('embedded-opentype'),
         url('../resources/font/fontello.woff2?64088476') format('woff2'),
         url('../resources/font/fontello.woff?64088476') format('woff'),
         url('../resources/font/fontello.ttf?64088476') format('truetype'),
         url('../resources/font/fontello.svg?64088476#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v6/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before { content: '\e800'; } /* '' */
.icon-phone:before { content: '\e801'; } /* '' */
.icon-location:before { content: '\e802'; } /* '' */
.icon-wrench:before { content: '\e803'; } /* '' */
.icon-comment:before { content: '\e804'; } /* '' */
.icon-clipboard:before { content: '\e805'; } /* '' */
.icon-mobile:before { content: '\f10b'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-zoom-in:before { content: '\e806'; } /* '' */
.icon-search:before { content: '\e807'; } /* '' */

:root {
    --destefano-color: #51A8B1;
    --destefano-fondo: white; 
    --destefano-ancho: 1000px;
    --destefano-alto-slider: 75vh;
}

html,
body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-family: 'Poppins';
    font-size: .95em;
    line-height: 1.6;
    background-color: var(--destefano-fondo);
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: var(--destefano-color);
}


/* ------------- INICIO HEADER ------------- */
#destefanoHeader {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 999;
    top: 0px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    transition: 0.1s;
}

.destefanoMenuShow {
    display: none;
}

/* ------------- MENU CHICO ------------- */
.destefanoMenuChico {
    height: 80px !important;
    background-color: white !important;
    transition: 0.1s;
}

.destefanoMenuChico .destefanoMenuContent > ul > li {
    line-height: 80px;
}


.destefanoMenuChico .destefanoMenuLink {
    font-size: 1.1em !important;
}

.destefanoMenuChico .destefanoMenuLink a {
    text-decoration: none;
    font-size: 1.1em !important;
}

.destefanoMenuChico .destefanoMenuLink a:hover {
    color: var(--destefano-color) !important;
}

.destefanoMenuChico .destefanoMenu {
    background-image: url('../resources/img/logo_small.svg') !important;
    transition: 0.1s;
}

/* ------------- MENU NORMAL ------------- */
.destefanoMenu {
    background-image: url('../resources/img/logo.svg');
    background-repeat: no-repeat;
    background-position-y: 50%;
    margin: 0px auto;
    width: var(--destefano-ancho);
    height: 100%;
    transition: 0.1s;
}

.destefanoMenuContent > ul {
    display: block;
    height: 100%;
    float: right;
    margin: 0px;
    padding: 0px;
}

.destefanoMenuContent > ul > li {
    float: left;
    list-style: none;
    line-height: 100px;
}

.destefanoMenuContent .destefanoMenuLink {
    font-size: 1.2em;
    font-weight: bold;
}

.destefanoMenuLink a {
    width: 100%;
    height: 100%;
    color: black;
    display: block;
    text-decoration: none;
}

.destefanoMenuLink a:hover {
    transition: 0s;
    color: var(--destefano-color);
}

.destefanoMenuContent .destefanoMenuSeparador::after {
    content: ' ';
    /*border-right: #E5E5E5 solid 1px;*/
    padding: 5px 1px 5px 0px;
    margin: 0 1.5em;
}

/* ------------- CONTENEDOR ------------- */
.destefanoContenedor {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: table;
    position: absolute;
}

/* ------------- CUERPO ------------- */
.destefanoCuerpo {
    margin: 0px auto;
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
    height: calc(100% - 200px);
}

/* ------------- SLIDER ------------- */
.destefanoSlider {   
    /*margin-top: 100px;*/
    width: 100%;
    height: var(--destefano-alto-slider);
    position: relative;
    background-color: white;
    color: white;
}

.destefanoSliderContent {
    width: 100%;
    height: var(--destefano-alto-slider);
    position: relative;
}

.destefanoSliderFlecha {
    float: left;
    vertical-align: middle;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 998;
    position: absolute;
    color: white;
    font-size: 2em;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0px 40px 0px 40px;
    margin-top: calc(var(--destefano-alto-slider) / 2);
    background-color: rgba(0,0,0,0.6);
}

/* PUNTOS DEL SLIDER */
.destefanoSliderBulletContent {
    position: absolute;
    bottom: 0; width: 100%; height: 40px;
}

.destefanoSliderBulletContent > ul {
    padding: 0px; margin: 0px auto; list-style: none; white-space: nowrap; display: table;
}

.destefanoSliderBulletContent > ul > li {
    box-shadow: 0px 0px 6px rgba(255,255,255,0.6);
    display: inline-block; margin: 6px; width: 10px; height: 10px; border-radius: 50%;
    background-color: black;
    cursor: pointer;
}

.destefanoSliderBulletContent .currentBullet {
    background-color: white;
}

/* ------------- FOOTER ------------- */
.destefanoFooter {
    width: 100%;
    background-color: #111;
    border-top: #CCC solid 1px;
    display: table;
    margin: 0 auto;
    height: 200px;
    padding: 20px;
    /*margin-top: 40px;*/
    box-sizing: border-box;
}

.destefanoFooterContenido {
    width: var(--destefano-ancho);
    margin: 0px auto;
    padding: 0rem 0rem;
    color: #999;
    vertical-align: middle;
    display: flex;
    font-size: 1em;
    box-sizing: border-box;
}

.destefanoFooterLeft {
    width: 70%;
    float: left;
}

.destefanoFooterLeft > .destefanoFooterTitle {
    font-weight: 600;
    font-size: 1.2em;
    margin: .5rem 0rem;
    color: #CCC;
}

.destefanoFooterLeft > .destefanoFooterLine {
    line-height: 25px;
    margin: .3rem 0rem;
}

.destefanoFooterRight {
    width: 30%;
    float: right; 
}

.destefanoFooterRight > .destefanoFooterIcon {
    float: right; line-height: 25px; font-size: 1.4em; margin: 0rem 0.1rem; cursor: pointer;
}

/* ------------- TITULO MODULO - CHICO ------------- */
.destefanoTituloChico {
    height: 60px !important;
    margin: 80px 0px 40px !important;
    position: fixed;
    z-index: 998;
    transition: 0.1s;
}
.destefanoTituloChico span {
    line-height: 60px !important;
    font-size: 1.8em !important;
}
.destefanoTituloChico span:before, 
.destefanoTituloChico span:after {
    height: 3px !important;
    margin-top: 30px !important;
}

/* ------------- TITULO MODULO - NORMAL ------------- */
.destefanoTituloModulo {
    width: 100%;
    margin: 100px 0px 30px;
    height: 100px;
    text-align: center;
    background-color: var(--destefano-color);
    transition: 0.1s;
}

.destefanoTituloModulo span {
    position: relative; 
    margin: 0px auto;
    padding: 1.5rem 0 0 0;
    font-size: 2em;
    font-weight: 600;
    color: white;
    display: inline-block;
}

.destefanoTituloModulo:after {
    content: '';
    border-bottom: 3px solid white;
    width: 40px;
    display: block;
    padding: 5px 0 0 0;
    margin: 0 auto;
}

/*.destefanoTituloModulo span:before, 
*/

.destefanoTituloModulo span:before {
    right: 100%;
    margin-right: 35px;
}
.destefanoTituloModulo span:after {
    left: 100%;
    margin-left: 35px;
}

/* ------------- TITULO CONTENIDO ------------- */
.destefanoTituloNormal {
    width: 100%;
    text-align: center;
    background-color: white;
    transition: 0.1s;
    margin-top: 50px;
}

.destefanoTituloNormal span {
    position: relative; 
    margin: 0px auto;
    line-height: 60px;
    padding: 0rem 0rem;
    font-size: 2em;
    font-weight: 600;
    color: black;
}
.destefanoTituloNormal span:before, 
.destefanoTituloNormal span:after {
    content: '';
    position: absolute;
    height: 3px;
    margin-top: 30px;
    background-color: #333;
    width: 120px;
}

.destefanoTituloNormal span:before {
    right: 100%;
    margin-right: 35px;
}

.destefanoTituloNormal span:after {
    left: 100%;
    margin-left: 35px;
}

/* ------------- TRABAJOS ------------- */
.destefanoListaTrabajos {
    text-align: center;
    padding: 0px;
    margin: 0px auto;
    display: table;
    width: 80%;
}

.destefanoListaTrabajos > div {
    cursor: pointer;
    width: 260px;
    height: 260px;
    background-color: #FFF;
    border: white solid 1px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: inline-table;
}

.destefanoTrabajoInformacion {
    height: 100%;
    width: 100%;
    border: #FFF solid 2px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: bottom;
    background: rgba(30, 30, 30, 0.7);
    color: white;
    transition: visibility 0.5s, opacity 0.5s; 
    padding: 15px;
    visibility: hidden;
    font-size: 1em;
    opacity: 0;
}

.destefanoTrabajoInformacion > h1 {
    font-size: 1.2em !important;
    font-weight: bold;
}

.destefanoTrabajoInformacion > h1:after {
    content: '';
    border-bottom: 3px solid white;
    width: 40px;
    display: block;
    padding: 5px 0 0 0;
    margin: 0 auto;
}
.destefanoTrabajoInformacion > p {
    font-size: .8em;
}

.informacionMostrar {
    visibility: visible !important;
    opacity: 1 !important;
}

.destefanoAñosTrabajos {
    height: 80px;
}
.destefanoAñosTrabajos span {
    font-size: 1.2em;
    margin-left: 10px;
}

.destefanoAñosTrabajos span::after {
    content: '/';
    margin-left: 10px;
}

/* ------------- PAGINADOR (1 2 3 4...) ------------- */
.destefanoPaginador {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 30px 0 10px 0;
    margin: 0 auto;
}

.destefanoPaginador li {
    list-style: none;
    border: #CCC solid 1px;
    border-right: 0px;            
    text-align: center;
    line-height: 30px;
    color: #999;
    width: 30px;
    height: 30px;
    background-color: #FFF;
    float: left;
}

.destefanoPaginador li:first-child {                                
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomrleft: 5px;                

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;  
}

.destefanoPaginador li a {
    width: 30px;
    height: 30px;
    display: block;
}

.destefanoPaginador li:last-child {                                
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;                

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
    border-right: #CCC solid 1px;                
}

.destefanoPaginador li .paginaActual {
    color: #000;
    font-weight: bold;
}

/* ------------- INICIO ------------- */
.destefanoTituloColor {
    font-size: 1.8em;
    border-bottom: #CCC solid 1px;
    display: block;
    color: var(--destefano-color);
    padding: 15px 10px 5px 10px;
    font-weight: 600;
    margin: 10px 0px 10px;
    font-style: normal;
}

.destefanoContenedorChico {
    width: var(--destefano-ancho);
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

.destefanoContenedorTarjetas {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
    height: 200px;
}

.destefanoContenedorTarjetas > div {
    width: calc(100% / 3);
    font-size: 1em;
    border: #FFF solid 1px;
    min-height: 180px;
    background-color: transparente;
    cursor: pointer;
    color: #666;
    box-sizing: border-box;
}

.iconoTarjeta {
    font-size: 3em;
    width: 80px !important;
    height: 80px !important;
    border: #999 solid 2px;
    color: #999;
    border-radius: 50%;
    display: block;
    line-height: 80px;
    margin: 0px auto;
}

.destefanoTarjeta1,
.destefanoTarjeta2,
.destefanoTarjeta3 {
    float: left;
}
.destefanoTarjeta1:hover > .iconoTarjeta,
.destefanoTarjeta2:hover > .iconoTarjeta,
.destefanoTarjeta3:hover > .iconoTarjeta {
    transition: 0.3s;
    border: var(--destefano-color) solid 2px;
    background-color: var(--destefano-color);
    color: white !important;
}

.destefanoTarjetaContenido {
    font-size: 1.7em;
    font-weight: 600;
    color: var(--destefano-color);
    margin: 20px 0px 5px 0px;
}

/* ------------- LISTA DE CLIENTES (NOT IN USE - YET?) ------------- */
.destefanoListaClientes {
    text-align: center;
    width: calc(100%-10px);
    padding: 0px;
    margin: 0 auto;
    display: table;
    padding: 10px;
    margin-top: 20px;
}

.destefanoListaClientes li {
    cursor: pointer;
    list-style: none;
    width: 140px;
    height: 140px;
    background-color: #EEE;
    display: inline-block;
    margin: 5px;
    padding: 0px;
    background-size: cover;
    position: relative;
    transition: 1s;
}

.destefanoListaClientes li:hover {
    opacity: 0.7;
    background-size: 180%;
}

/* ------------- CONTACTANOS ------------- */
.destefanoContacto {
    min-height: 50vh;
}

.destefanoContacto p {
    padding: 0px;
    margin: 0px;
}

.destefanoContactoIcono {
    width: 30px !important;
    margin-right: 0.5rem;
    font-size: 1.6em !important;
    color: #666;
}

.destefanoContactoTitulo {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 1.8rem !important;
}

.destefanoContactoMapa {
    width: 60%;
    box-sizing: border-box;
    min-height: 50vh;
    padding-right: 40px;
    float: left;
}

.destefanoContactoInformacion {
    font-size: .9em;
    width: 40%;
    display: table;
    box-sizing: border-box;
    float: right
}

/* ------------- ZOOM TRABAJO ------------- */
.destefanoTrabajosZoom {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.8);
    overflow: auto;
}

.destefanoTrabajosZoomMain {
    box-sizing: border-box;
    display: block; 
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    padding: 0px;
    font-size: 0px;
}

.destefanoTrabajoZoomInformacion {
    box-sizing: border-box;
    color: white;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    position: fixed;
    bottom: 0;
    font-size: 14px;
}

.destefanoTrabajoZoomTexto {
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding: 0em .5em;
}

.destefanoTrabajoZoomTexto h1 {
    font-size: 1.5em;
    margin: 0px; 
    padding: 0px;
}
.destefanoTrabajoZoomTexto p {
    font-size: 1.1em;
    margin: 0.5rem 0rem; 
    padding: 0px;
}

.destefanoTrabajoZoomImagen img {
    max-height: 95vh;
}

.destefanoTrabajoZoomFlecha {
    color: white;
    width: 15%;
    height: 100%;
    float: left;
    vertical-align: middle;
    text-align: center;
    font-size: 3em;
    cursor: pointer;
    z-index: 1002;
    margin: 0px;
    padding: 0px;
}

.destefanoTrabajoZoomCerrar {
    position: fixed;
    width: 35px;
    height: 35px;
    margin: 20px;
    color: white;
    font-size: 1.5em;
    border-radius: 100px;
    z-index: 1003;
    top: 0;
    cursor: pointer;
    right: 0;
    background-color: rgba(0,0,0,0.8);
}
@media screen and (max-width: 767px) {

    /* ------------- CONTENEDORES ------------- */
    .destefanoContenedorChico {
        width: 100% !important;
    }

    .destefanoFooterContenido {
        width: 100% !important;
    }

    .destefanoSlider {   
        margin-top: 100px;
        height: 30vh;
    }

    .destefanoSliderContent {
        height: 30vh;
    }

    /* ------------- TITULO CONTENIDO ------------- */
    .destefanoTituloNormal {
        width: 100%;
        text-align: center;
        background-color: white;
        transition: 0.1s;
        margin-top: 50px;
    }
    
    .destefanoTituloNormal span {
        line-height: 40px;
        padding: 0rem 0rem;
        font-size: 2em;
    }

    .destefanoTituloNormal span:before, 
    .destefanoTituloNormal span:after {
        content: '';
        width: 0px;
    }

    .destefanoTituloModulo {
        margin: 130px 0px 0px;
    }

    /* ------------- INICIO ------------- */
    .destefanoContenedorTarjetas > div {
        width: 100%;
    }

    .destefanoTarjeta1,
    .destefanoTarjeta2,
    .destefanoTarjeta3 {
        float: left;
    }

    /* ------------- TRABAJOS ------------- */
    .destefanoListaTrabajos {
        margin-top: 20px;
    }

    .destefanoListaTrabajos > ul > li {
        width: 40vh;
        height: 40vh;
    }

    .destefanoTrabajoInformacion {
        height: 40vh;
    }
    
    .destefanoTrabajoZoomImagen img {
        max-height: 90vh !important;
    }

    .destefanoTrabajoZoomInformacion h1 {
        font-size: 1em;
    }
    .destefanoTrabajoZoomInformacion p {
        font-size: 0.9em;
    }

    /* ------------- MENU ------------- */
    .destefanoMenu {
        width: 100% !important;
        position: relative;
        display: block;
        background-color: white;
        background-position: 50% 50% !important;
    }
    
    .destefanoMenuShow {
        width: 100% !important;
        display: block;
        position: fixed;
        top: 100px;
        width: 100%;
        position: absolute;
        background-color: #CCC;
    }

    .destefanoMenuChico > .destefanoMenuShow {
        top: 80px;
    }

    .destefanoMenuContent {
        width: 100% !important;
        display: none;
        position: fixed;
        top: 135px;
    }

    .destefanoMenuChico .destefanoMenuContent {
        top: 110px !important;
    }

    .destefanoMenuChico .destefanoMenuContent > ul ,
    .destefanoMenuContent > ul {
        width: 100%;
        background-color: white;
        float: left;
        cursor: pointer;
    }

    .destefanoMenuChico .destefanoMenuContent > ul > li,
    .destefanoMenuContent > ul > li {
        width: 100%;
        margin: 0.4em, 0.3em;
        padding-left: 20px;
        line-height: 40px;
        border-bottom: #CCC solid 1px;
    }

    .destefanoMenuSeparador {
        display: none;
    }

    /* ------------- CONTACTO ------------- */
    .destefanoContactoMapa {
        float: left;
        width: 100%;
        padding: 20px;
    }

    .destefanoContactoInformacion {
        width: 100%;
        padding: 20px;
    }

    .destefanoFooterContenido {
        width: 100%;
        display: block;
    }
    .destefanoFooterLeft {
        width: 100%;
        display: inline-block;
    }
    
    .destefanoFooterRight {
        width: 100%;
        display: inline-block;
    }
    
} @media screen and (max-width: 479px) {

    /* ------------- TRABAJOS ------------- */
    .destefanoListaTrabajos > ul > li {
        width: 20vh;
        height: 20vh;
    }

    .destefanoListaTrabajos {
        width: 95% !important;
    }
    
    .destefanoListaTrabajos > div {
        width: 170px !important;
        height: 250px !important;
    }
    .destefanoTrabajoInformacion {
        height: 20vh;
    }

    .destefanoTrabajoZoomImagen img {
        max-width: 50vh !important;
    }

    .destefanoTituloNormal span {
        line-height: 40px;
        padding: 0rem 0rem;
        font-size: 1.5em;
    }
    
    .destefanoSliderFlecha {
        margin-top: calc(var(--destefano-alto-slider) / 5);
    }

}

@keyframes spinner {
    to {transform: rotate(360deg);}
}
.spinner:before {
    content: '';
    box-sizing: border-box;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    padding: 0px;
    margin: 0px 5px 0px 0px;
    border: 3px solid #CCC;
    border-top-color: white;
    animation: spinner .6s linear infinite;
}