@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap');


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}

body{
    background: black;
}

body.scroll{
  overflow: hidden;  
}

#popup{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 800px;
    padding: 10px;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    z-index: 9999999999999;
    background-color: #fff;
    visibility: hidden;
    border-radius: 5px;
    max-height: 90vh;
    opacity: 0;
    transition: all 0.5s;
}

#popup.active{
    top: 50%;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

#popup .cerrar{
    display: flex;
    flex-direction: row-reverse;
    font-weight: 700;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

#popup .cerrar a{
    text-decoration: none;
}

#popup a img{
  max-height: 85vh;
  width: 100%;
}

#page{
    overflow-x: hidden;    
}

#page.active{
  filter: blur(10px);
  transform: scale(1.02);
  pointer-events: none;
}

#chatwhatsapp{
    width: 118px;
    border-radius: 11px 11px 0px 0px;
    position: fixed;
    bottom: 0px;
    background: #0f8d08;
    z-index: 5;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 45%);
    right: 182px;
    transition: all 0.3s;
}

#chatwhatsapp a{
    text-decoration: none;
}

#chatwhatsapp a .grupo{
    text-align: center;
    padding: 12px 0px 12px;
}

#chatwhatsapp a .grupo img{
    width: 43px;
    transition: all 0.3s ease;
}

#chatwhatsapp:hover a .grupo img{
    width: 51px;
    padding-bottom: 5px;
}

#chatwhatsapp a .grupo p{
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin: 0px;  
}

.frase{
    text-align: center;
    background: #000;
    color: #fff;
    padding: 5px;
    position: relative;
    z-index: 3;
}

.frase p{
    font-size: 13px;
}

.header{
    background: url(../img/fondo-menu.jpg);
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #fff;
    z-index: 4;
}

.header .logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.header .logo h2{
    display: block;
    font-size: 22px;
    padding: 0px 0px 11px;
    line-height: 26px;
}

.header .logo p{
    display: block;
    font-size: 15px;
}

.header .logo img{
    width: 280px;
}

.header .logo p{
    font-size: 13px;
    margin-top: -10px;
}

.header .saludo{
    padding: 20px;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -10px;
}

.header .saludo .tiempo{
	font-size: 20px;
	font-family: 'Merienda', cursive;
    color: #ffeb00;
}

.header .saludo .fecha{
	
}

.header .menu{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.header .menu .telefono{
    display: flex;
    align-items: center;	
}

.header .menu .telefono .redes-header{
    display: flex;
    position: relative;
    margin-left: 9px;
}

.header .menu .telefono .redes-header a{
    text-decoration: none;
    margin: 0px 4px;
}

.header .menu .telefono .redes-header a div{
    transition: all 0.3s ease;
}

.header .menu .telefono .redes-header a div:hover{
    transform: rotateZ(360deg);
}

.header .menu .telefono .redes-header .facebook{
    background: #3b5998;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0px;
    padding: 5px 0px;
    width: 51px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

.header .menu .telefono .redes-header .youtube{
    background: #c4302b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0px;
    padding: 5px 0px;
    width: 51px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

.header .menu .telefono .redes-header .twitter{
    background: #00acee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0px;
    padding: 5px 0px;
    width: 51px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

.header .menu .telefono .redes-header .instagram{
    background: #833AB4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0px;
    padding: 5px 0px;
    width: 51px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

.header .menu .telefono .redes-header .linkedin{
    background: #0A66C2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0px;
    padding: 5px 0px;
    width: 51px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

.header .menu .telefono .redes-header .pinterest{
    background: #E60023;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0px;
    padding: 5px 0px;
    width: 51px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

.header .menu .telefono .redes-header i{
    margin: 0;
}


.header .menu i{
    margin-right: 8px;
}

.header .menu i.fa-whatsapp{
	font-size: 19px;
	color: #8ff500;
}

.header .menu .correo{
    display: flex;
    align-items: center;	
}

.header .menu .listado-menu{
	margin-top: 14px;
}

.header .menu .listado-menu ul{
	list-style: none;
    display: flex;
}

.header .menu .listado-menu ul li{
    border-right: 1px solid #ffffff78;
    padding: 0px 10px;
}

.header .menu .listado-menu ul li.servicios a{
    position: relative;
    animation: menu 0.6s linear infinite alternate;
}

@keyframes menu{
    0%{top: 5px;}
    25%{top: -5px;}
    50%{top: 0px;}
    100%{top: 0px;}
}

.header .menu .listado-menu ul li:first-child{
	padding-left: 0px;
}

.header .menu .listado-menu ul li:last-child{
	border: none;
}

.header .menu .listado-menu ul li a{
    color: #ffeb00;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.header .menu .listado-menu ul li.active a{
    color: #ff9900;
}

.header .menu .listado-menu ul li:hover a{
    color: #ff9900;
}


/********************* INICIO HEADER sticky ********************/

.header-sticky{
    background: url(../img/fondo-menu.jpg);
    background-size: cover;
    position: fixed;
    display: flex;
    justify-content: space-between;
    color: #fff;
    transform: translateY(-260px);
    transition: all 1s ease;
    z-index: 3;
    top: 0;
    width: 100%;
}

.header-sticky.active{
    transform: translateY(0px);
    transition: all 0.5s ease;
}

.header-sticky .logo{
    padding: 6px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-sticky .logo h2{
    font-size: 17px;
}

.header-sticky .logo img{
    width: 280px;
}

.header-sticky .saludo{
    padding: 10px 20px;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
}

.header-sticky .saludo .tiempo{
    font-size: 20px;
    font-family: 'Merienda', cursive;
    color: #ffeb00;
}

.header-sticky .saludo p{
    font-size: 13px;
}

.header-sticky .menu{
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.header-sticky .menu .listado-menu ul{
    list-style: none;
    display: flex;
}

.header-sticky .menu .listado-menu ul li{
    border-right: 1px solid #ffffff78;
    padding: 0px 10px;
}

.header-sticky .menu .listado-menu ul li:first-child{
    padding-left: 0px;
}

.header-sticky .menu .listado-menu ul li:last-child{
    border: none;
}

.header-sticky .menu .listado-menu ul li a{
    color: #ffeb00;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.header-sticky .menu .listado-menu ul li.servicios a{
    position: relative;
    animation: menu 0.6s linear infinite alternate;
}


.header-sticky .menu .listado-menu ul li.active a{
    color: #ff9900;
}

.header-sticky .menu .listado-menu ul li:hover a{
    color: #ff9900;
}


/******************** FIN HEADER sticky ************************/


.banner{
    position: relative;
    /*height: 100vh;*/
    display: block;
    top: 0;
    z-index: 0;
    width: 100%;
}

.banner img{
	width: 100%;
}

.presentacion{
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: -150px;
}

.presentacion .left {
    width: 50%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(../img/brocha-naranja.png), url(../img/parche-naranja.png), url(../img/parche-cian.png), url(../img/parche-verde.png), url(../img/parche-rosado.png), url(../img/parche-naranja.png), url(../img/parche-cian.png), url(../img/parche-verde.png), url(../img/parche-rosado.png), url(../img/parche-naranja.png), url(../img/parche-cian.png);
    background-repeat: no-repeat;
    background-size: 63px, 105px, 105px, 105px, 105px, 105px, 105px, 105px, 105px, 105px, 105px;
    background-position: 480px top, 480px 0px, -41px -25px, 63px 0px, 167px -16px, 271px -4px, 376px -30px, 585px 0px, 689px 0px, 793px 0px, 898px -15px;
}


.presentacion .left h1{
    font-size: 60px;
    color: #ec6636;
    position: relative;
    margin-bottom: 23px;
    margin-top: 33px;
}

.presentacion .left h1::before{
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e0ac1b;
}

.presentacion .left p{
	padding-bottom: 9px;
}

.presentacion .left p:last-child{
	padding-bottom: 0px;
}

.presentacion .right {
    width: 50%;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.presentacion .right img{
	width: 100%;
    box-shadow: 9px 15px 16px rgb(0 0 0 / 18%);
}

.presentacion .left div .grupo_posts{
    display: flex;
    background: #fff;
    border-radius: 5px;
}

.presentacion .left div .grupo_posts .post{
    position: relative;
    display: flex;
    padding: 10px;
    background: #00acee;
    margin: 20px;
    border-radius: 8px;
}

.bg-white-titulo{
    background: #fff;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 165px;
}

.presentacion .left div .grupo_posts .post .image{
    width: 50%;
    padding: 10px 5px 10px 10px;
}

.presentacion .left div .grupo_posts .post .image img{
    width: 100%;
    max-height: 160px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 2px;
}

.presentacion .left div .grupo_posts .post .grupo_textos{
    width: 50%;
   padding: 10px 10px 10px 5px
}

.grupo_pages .left h1{
    text-shadow: 0px 0px 26px #fff, 0px 0px 26px #fff, -17px -18px 39px #fff, 12px 12px 53px #fff;
    z-index: 2;
    margin: -19px 0px 83px;
}

.grupo_pages .left{
    width: 100%;
    justify-content: space-between;
    background-image: url(../img/bg-grupo-pages.jpg);
    background-size: cover;
    display: block;
    background-repeat: repeat;
    background-position: 0px 0px !important;
}

.presentacion .left div .grupo_posts .post .grupo_textos .titulo{
    line-height: 18px;
}

.presentacion .left div .grupo_posts .post .grupo_textos .titulo a{
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    line-height: 0px;
}

.presentacion .left div .grupo_posts .post .grupo_textos .fecha{
    font-size: 11px;
    color: #ffffff;
    line-height: 13px;
    margin-top: 9px;
}

.presentacion .left div .grupo_posts .post .grupo_textos .fecha i{
    font-size: 10px;
    color: #8ff500;
}

.presentacion .left div .grupo_posts .post .grupo_textos .resumen{
    font-size: 13px;
    line-height: 15px;
    color: #fff;
}

.trabajos-realizados .etiquetas{
    text-align: center;
    position: relative;
    top: -25px;
    display: block;
}

.trabajos-realizados .etiquetas .tag.active{
    background: #ff652e;    
}

.trabajos-realizados .etiquetas .tag.active a{
    background: #ff652e;
    color: #fff;
    border: 1px dashed #fff;
}

    .trabajos-realizados .etiquetas .tag{
        display: inline-block;
        margin: 5px 0px;
        padding: 5px 2px 7px;
        background: #fff;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .trabajos-realizados .etiquetas .tag:hover{
        transform: translateY(-5px);
        box-shadow: 0px 5px 6px rgb(0 0 0 / 6%);
    }

    .trabajos-realizados .etiquetas .tag a{
        text-decoration: none;
        background: #fff;
        color: #000;
        font-size: 13px;
        padding: 5px 13px;
        border-radius: 5px;
        border: 1px dashed #ccc;
    }

    .trabajos-realizados .lista-servicios{
        text-align: center;
        position: relative;
        top: -33px;
        display: none;
    }

    .trabajos-realizados .lista-servicios span{
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        cursor: pointer;
        color: #085eb6;
    }

    .trabajos-realizados .lista-servicios span i{
        margin-right: 3px;
        color: #000;
    }

    .trabajos-realizados .lista-servicios span.inactive:after{
        content: "Ver la lista de servicios";
    }

    .trabajos-realizados .lista-servicios span.active:after{
        content: "Ocultar la lista de servicios";
    }    

.trabajos-realizados{
    padding: 50px;
    background: url(../img/fondo-galeria.jpg);
    position: relative;
    z-index: 1;
}

.btn-ver-mas{
    text-align: center;
    margin: 50px 0px 30px;
}

.btn-ver-mas a{
    text-decoration: none;
    background: #ff7600;
    padding: 20px 35px;
    border-radius: 5px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    outline: none;
    transition: 0.3s ease;
}

.btn-ver-mas a:hover{
    background: #ff4700;
}

.trabajos-realizados h1 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 36px;
    position: relative;
    line-height: 52px;
}

.trabajos-realizados h1::before{
    content: "";
    width: 50px;
    height: 4px;
    background: #ec6636;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, -50%);
}

.trabajos-realizados .galeria{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

.trabajos-realizados .galeria .cuadro-box{
    width: 31%;
    position: relative;
    line-height: 11px;
    margin: 10px;
    overflow: hidden;
}

.trabajos-realizados .galeria .imgs_galeria{
    border: 8px solid #fff;
    width: 23%;
}

.trabajos-realizados .galeria .cuadro-box a{
	text-decoration: none;
    color: #fff;
}

.trabajos-realizados .galeria .cuadro-box a img{
    width: 100%;
    transition: all 1s ease;
    transform: scale(1.05);   
}

.trabajos-realizados .galeria .imgs_galeria a img {
    width: 100%;
    transition: all 1s ease;
    transform: scale(1.05);
    max-height: 250px;
}

.trabajos-realizados .galeria .cuadro-box a:hover img{
    width: 100%;
    transform: scale(1.2);
}

.trabajos-realizados .galeria .cuadro-box a div{
    text-align: center;
    position: relative;
    padding: 15px;
    font-size: 18px;
    line-height: 23px;
    z-index: 1;
}

.trabajos-realizados .galeria .cuadro-box a:hover div{
    animation: bgcolor 10s linear infinite alternate;
}


.numeracion{
    cursor: default;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.numeracion a{
    text-decoration: none;
    font-weight: 600;
    background: #fff;
    margin: 5px 2px;
    border-radius: 32px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #003063;
    transition: all 0.3s ease;
}

.numeracion a:hover{
    background: #ff652e;
    color: #fff;
}

.numeracion a.anterior{
    margin-right: 10px;
}

.numeracion a.siguiente{
    margin-left: 10px;
}

.color-orange{
   color: #ff4300;
}

.color-green{
    color: #0f8d08;
}

.color-violet{
   color: #9616e6;
}

.color-cian{
    color: #0090c7;
}

.color-blue{
    color: #2f56a9;
}

.Morado{
    background: #663399;
}

.Anaranjado{
   background: #ec6636;
}

.Verde{
    background: #17a70e;
}

.Rosado{
    background: #d431c0;
}

.Violeta{
  background: #9616e6;
}

.Celeste{
    background: #0098d2;
}

.Amarillo{
   background: #e6ad11;
}

.Azul{
  background: #242fa9;
}

.Marrón{
  background: #5d3b0a;
}

.Gris{
  background: #6c6f79;
}

.Rojo{
   background: #d41818;
}

@keyframes bgcolor{
    0%{background: #9616e6;}
    10%{background: #0098d2;}
    20%{background: #17a70e;}
    30%{background: #d431c0;}
    40%{background: #0098d2;}
    50%{background: #ec6636;}
    60%{background: #e6ad11;}
    70%{background: #242fa9;}
    80%{background: #5d3b0a;}
    90%{background: #d41818;}
    100%{background: #9616e6;}
}



footer{
    background: #003063;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

footer .logo-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
    padding: 0 20px;
}

footer .logo-footer h2{
font-size: 19px;
    padding: 0px 0px 9px;
}

footer .logo-footer p{
    font-size: 14px;
}

footer .logo-footer a{
    display: flex;
}

footer .logo-footer a img{
    width: 220px;
}

footer .logo-footer p{
font-size: 13px;
    margin-top: -12px;
}

footer .datos-footer{
    position: relative;
    width: 33%;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

footer .datos-footer h5{
    font-size: 18px;
    margin-bottom: 8px;
}

footer .datos-footer .telefono{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

footer .datos-footer .correo{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

footer .datos-footer .telefono i{
   margin-right: 7px;  
}

footer .datos-footer .telefono i.fa-whatsapp{
    font-size: 19px;
    color: #8ff500;
}

footer .datos-footer .correo i{
    margin-right: 7px;  
}

footer .redes-footer{
    display: flex;
    align-items: center;
    width: 33%;
    justify-content: center;
    padding: 0 20px;
}

footer .redes-footer a{
    text-decoration: none;
    color: #fff;
    margin: 0px 5px;
}

footer .redes-footer .facebook{
    width: 58px;
    background: #3b5998;;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

footer .redes-footer .youtube{
    width: 58px;
    background: #c4302b;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

footer .redes-footer .twitter{
    width: 58px;
    background: #00acee;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

footer .redes-footer .instagram{
    width: 58px;
    background: #833AB4;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

footer .redes-footer .linkedin{
    width: 58px;
    background: #0A66C2;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

footer .redes-footer .pinterest{
    width: 58px;
    background: #E60023;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

footer .redes-footer a:hover div{
    transform: rotateZ(360deg);
    transition: all 0.3s ease;
}

footer .redes-footer i{
    font-size: 20px;
}

.creditos{
    text-align: center;
    background: #000000;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
}

.creditos a{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.creditos a:hover{
    color: #ff1800;
}

.section_contactos{
    margin-top: 0px;
}

.section_contactos .right{
    background-image: url(../img/bg-contactos.jpg);
    background-size: cover;
    min-height: 560px;
}

.section_contactos .right form{

}

.section_contactos .right form input[type="text"]{
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    font-size: 15px;
    outline: none;
    border-radius: 3px;
    border: none;
}

.section_contactos .right form input[type="email"]{
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    font-size: 15px;
    outline: none;
    border-radius: 3px;
    border: none;
}

.section_contactos .right form textarea{
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    font-size: 15px;
    min-height: 200px;
    outline: none;
    border-radius: 3px;
    border: none;    
}

.section_contactos .right form input[type="submit"] {
    font-size: 16px;
    outline: none;
    background: #ff6a00;
    border: 1px solid #ffa05c;
    color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    padding: 19px 23px;
    width: 25%;
    display: block;
    margin: 0px auto;
    pointer-events: none; 
}

.section_contactos .right form input[type="submit"].active {
    cursor: pointer;
    background: #ff6a00;
    border: 1px solid #ffa05c;
    color: #fff; 
    pointer-events: inherit;
}

.section_contactos .right form input[type="submit"]:hover{
    background: #ea3e00;
}


/****************************************************************************************************************************/
/**************************************************** RESPONSIVE ************************************************************/
/****************************************************************************************************************************/

@media (max-width: 1900px){

    .presentacion .left {
        background-position: 480px -29px, 480px -9px, -41px -40px, 63px -10px, 167px -28px, 271px -11px, 376px -46px, 585px -13px, 689px -39px, 793px -4px, 898px -29px;
    }

    .grupo_pages .left {
        background-position: 480px -29px, 480px -9px, -41px -40px, 63px -10px, 167px -28px, 271px -11px, 376px -46px, 585px -13px, 689px -39px, 793px -4px, 898px -29px;
    }

}

@media (max-width: 1800px){

    .presentacion .left {
        background-position: 480px -46px, 480px -18px, -41px -56px, 63px -21px, 167px -42px, 271px -21px, 376px -57px, 585px -25px, 689px -43px, 793px -20px, 898px -54px;
    }

.grupo_pages .left {
    background-position: 480px -46px, 480px -18px, -41px -56px, 63px -21px, 167px -42px, 271px -21px, 376px -57px, 585px -25px, 689px -43px, 793px -20px, 898px -54px;
}

}

@media (max-width: 1700px){

    .presentacion .left {
        background-position: 480px -63px, 480px -27px, -41px -69px, 63px -34px, 167px -54px, 271px -31px, 376px -69px, 585px -40px, 689px -59px, 793px -37px, 898px -67px;
    }

    .presentacion.section_contactos .left {
        background-position: 480px -41px, 480px 0px, -41px -29px, 63px 0px, 167px -19px, 271px 0px, 376px -37px, 585px -2px, 689px -22px, 793px 0px, 898px -2px;
    }

.grupo_pages .left {
    background-position: 480px -63px, 480px -27px, -41px -69px, 63px -34px, 167px -54px, 271px -31px, 376px -69px, 585px -40px, 689px -59px, 793px -37px, 898px -67px;
}    

}

@media (max-width: 1650px){

    .presentacion .left {
        background-position: 480px -67px, 480px -39px, -41px -81px, 63px -46px, 167px -66px, 271px -43px, 376px -82px, 585px -49px, 689px -67px, 793px -43px, 898px -85px;
    }

    .presentacion.section_contactos .left {
        background-position: 480px -41px, 480px 0px, -41px -29px, 63px 0px, 167px -19px, 271px 0px, 376px -37px, 585px -2px, 689px -22px, 793px 0px, 898px -2px;
    }

.grupo_pages .left {
    background-position: 480px -67px, 480px -39px, -41px -81px, 63px -46px, 167px -66px, 271px -43px, 376px -82px, 585px -49px, 689px -67px, 793px -43px, 898px -85px;
}    

}


@media (max-width: 1600px){

    .presentacion.section_contactos {
        margin-top: 0px;
        padding: 0px;
    }

    .presentacion{
      margin-top: -127px;
    }
}


@media (max-width: 1550px){
    .presentacion{
        margin-top: -130px;
    }
}


@media (max-width: 1350px){
    .presentacion {
       margin-top: -140px;
    }
}

@media (max-width: 1300px){
    .presentacion {
       margin-top: -170px;
    }
}

@media (max-width: 1250px){
    .presentacion {
       margin-top: -200px;
    }
}

@media (max-width: 1200px){

    .trabajos-realizados .galeria .cuadro-box a img {
        max-height: inherit;
    }    

    .header-sticky.active {
        display: none;
    }    

    .presentacion.section_contactos .left {
        order: 1;
        padding: 58px 35px 43px;
        background-position: 480px -58px, 480px -38px, -17px -84px, 1100px -44px, 107px -68px, 231px -36px, 356px -82px, 605px -45px, 729px -69px, 853px -38px, 977px -83px;
        background-size: 63px, 125px, 125px, 125px, 125px, 125px, 125px, 125px, 125px, 125px, 125px;
    }

    .presentacion.section_contactos .right {
        display: block;
        order: 2;
        padding: 35px;
    }

    .presentacion.section_contactos .right form input[type="submit"] {
        padding: 19px 20px;
        width: 25%;
        display: block;
        margin: 0px auto;
    }    


    .presentacion {
        display: grid;
        margin-top: -105px;
        padding: 20px;
    }

    .presentacion .right {
        overflow: initial;
        width: 100%;
        padding: 0px;
    }      

    .presentacion .right img {
        width: 100%;
        height: initial;
        position: relative;
        left: 0px;
        box-shadow: initial;
    }     

    .presentacion .left {
        padding: 55px 0px 40px;
        width: 100%;
        order: 2;
        background-position: 417px -71px, 434px -51px, 1054px -94px, -80px -53px, 44px -79px, 168px -51px, 293px -97px, 558px -57px, 806px -79px, 930px -51px, 682px -97px;
        background-size: 63px, 125px, 125px, 125px, 125px, 125px, 125px, 125px, 125px, 125px, 125px;
    }

    .trabajos-realizados .galeria .cuadro-box {
        width: 47%;
        line-height: 11px;
        margin: 10px;
    } 


    .trabajos-realizados .etiquetas{
        text-align: center;
        position: relative;
        top: -25px;
        display: none;
    }

    .trabajos-realizados .etiquetas.active{
        display: block;
    }

    .trabajos-realizados .etiquetas .tag {
        display: inline-block;
        margin: 3px 0px;
        padding: 2px;
        background: #fff;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .trabajos-realizados .etiquetas .tag:hover{
        transform: translateY(-5px);
        box-shadow: 0px 5px 6px rgb(0 0 0 / 6%);
    }

    .trabajos-realizados .etiquetas .tag a{
        text-decoration: none;
        background: #fff;
        color: #000;
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
        border: 1px dashed #ccc;
        display: block;
    }

    .trabajos-realizados .lista-servicios{
        text-align: center;
        position: relative;
        top: -33px;
        display: block;
    }

    .trabajos-realizados .lista-servicios span{
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        cursor: pointer;
        color: #085eb6;
    }

    .trabajos-realizados .lista-servicios span i{
        margin-right: 3px;
        color: #000;
    }

    .trabajos-realizados .lista-servicios span.inactive:after{
        content: "Ver la lista de servicios";
    }

    .trabajos-realizados .lista-servicios span.active:after{
        content: "Ocultar la lista de servicios";
    }



    footer .datos-footer {
        left: -45px;
    }   

}

@media (max-width: 1050px){
    footer .datos-footer {
        left: -20px;
    }

    .fancybox-outer, .fancybox-inner {
        display: contents;
    }

    .fancybox-skin {
        padding: 9px !important;
    }    

}

@media (max-width: 950px){
    footer .datos-footer {
        left: 0;
    }
}

@media (max-width: 900px){
    .header .saludo {
        display: none;
    }

    .header-sticky .saludo {
        display: none;
    }

    .presentacion.section_contactos .right form input[type="submit"] {
        padding: 19px 20px;
        width: 40%;
    }       


}


@media (max-width: 850px){
    footer {
        display: grid;
        justify-content: center;
        padding: 40px 10px;
        text-align: center;
    }

    footer .logo-footer {
        width: 100%;
    }    

    footer .logo-footer a img {
        width: 280px;
    }

    footer .datos-footer {
        left: 0;
        margin: 13px;
        width: 100%;
    }
    
    footer .redes-footer {
        justify-content: center;
        width: 100%;
    }    

    #chatwhatsapp {
        right: 26px;
    }      

}

@media (max-width: 800px){

    .trabajos-realizados .galeria .cuadro-box {
        width: 100%;
        line-height: 11px;
        margin: 10px;
    }   

    .trabajos-realizados {
        padding: 50px 20px;
        background: url(../img/fondo-galeria.jpg);
    }    

    .presentacion .left {
        padding: 55px 0px 30px;
        width: 100%;
        order: 2;
        background-position: 414px -58px, 747px -23px, 38px -63px, 132px -29px, 226px -50px, 320px -28px, 464px -64px, 653px -28px, 558px -44px, -57px -24px, 773px -24px;
        background-size: 63px, 95px, 95px, 95px, 95px, 95px, 95px, 95px, 95px, 95px, 95px;
    }  

}

@media (max-width: 750px){
    .presentacion {
        margin-top: -50px;
    }
}

@media (max-width: 700px){
    .header {
       display: block;
    }

    .header .menu .telefono {
        justify-content: center;
    }  

    .header .menu .correo {
        justify-content: center;
        margin-top: 6px;
    }

    .header .menu .listado-menu ul {
        justify-content: center;
    }  

    .header .menu {
        padding: 0px 20px 20px 20px;
        align-items: center;
    } 


    .header-sticky {
        display: block;
        justify-content: initial;
    }      

    .header-sticky .menu {
        padding: 0px 20px 20px;
        justify-content: center;
    } 

    .header .menu .listado-menu {
        margin-top: 14px;
        position: relative;
        left: 6px;
    }  

    .fancybox-outer, .fancybox-inner {
        display: contents;
    }

    .fancybox-skin {
        padding: 6px !important;
    }        

}

@media (max-width: 550px){

    .presentacion .left {
        padding: 55px 0px 30px;
        background-position: 389px -58px, 751px -23px, 13px -63px, 107px -29px, 201px -50px, 295px -28px, 439px -64px, 652px -28px, 559px -44px, -82px -24px, 765px -24px;
        background-size: 63px, 95px, 95px, 95px, 95px, 95px, 95px, 95px, 95px, 95px, 95px;
    }
}

@media (max-width: 500px){

    .presentacion {
        margin-top: -33px;
    }

}


@media (max-width: 450px){
    .presentacion .left h1 {
        font-size: 45px;
    }

    .trabajos-realizados h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .presentacion.section_contactos .right form input[type="submit"] {
        width: 50%;
    }  

    .presentacion .left {
        padding: 55px 0px 30px;
        background-position: 293px -73px, 339px -17px, 219px -48px, 70px -21px, 144px -36px, -3px -16px, 441px -59px, 652px -24px, 559px -39px, -82px -20px, 765px -18px;
        background-size: 63px, 75px, 75px, 75px, 75px, 75px, 75px, 75px, 75px, 75px, 75px;
    }      

}

@media (max-width: 400px){

    .presentacion .left {
        padding: 55px 0px 30px;
        background-position: 279px -93px, 339px -17px, 219px -48px, 70px -21px, 144px -36px, -3px -16px, 441px -59px, 652px -24px, 559px -39px, -82px -20px, 765px -18px;
        background-size: 63px, 75px, 75px, 75px, 75px, 75px, 75px, 75px, 75px, 75px, 75px;
    }

}


@media (max-width: 350px){

    .presentacion .left {
        padding: 55px 0px 30px;
        background-position: 240px -93px, -20px -17px, 180px -45px, 41px -21px, 115px -36px, 700px -16px, 500px -59px, 500px -24px, 500px -39px, 500px -20px, 700px -18px;
        background-size: 63px, 75px, 75px, 75px, 75px, 75px, 75px, 75px, 75px, 75px, 75px;
    }   

    .presentacion .left h1 {
        font-size: 39px;
    }

    .trabajos-realizados h1 {
        font-size: 28px;
        line-height: 33px;
    }    

    footer .logo-footer a img {
        width: 219px;
    }  
    
    footer .logo-footer p {
        font-size: 13px;
        margin-top: -5px;
    }  
    
    .header .logo img {
        width: 232px;
    }
    
    footer {
        display: grid;
        justify-content: initial;
        padding: 26px 10px;
        text-align: center;
    }  
    
    .header .menu {
        padding: 0px 10px 25px;
    }            

}

div.resumen{
    margin-top: 10px;
    font-size: 13px;
    max-width: 300px;
    text-align: left;
}