/*/////////////FONTS//////////////////////////////////////////////////
/////////////FONTS//////////////////////////////////////////////////
/////////////FONTS//////////////////////////////////////////////////*/


@font-face {
    font-family: 'impact';
    src: url('..//fonts/impact.eot');
    src: url('..//fonts/impact.eot?#iefix') format('eot'),
        url('..//fonts/impact.woff') format('woff'),
        url('..//fonts/impact.ttf') format('truetype'),
        url('..//fonts/impact.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('..//fonts/Calibri-Regular.eot');
    src: url('..//fonts/Calibri-Regular.eot?#iefix') format('eot'),
        url('..//fonts/Calibri-Regular.woff') format('woff'),
        url('..//fonts/Calibri-Regular.ttf') format('truetype'),
        url('..//fonts/Calibri-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri-Light';
    src: url('..//fonts/Calibri-Light.eot');
    src: url('..//fonts/Calibri-Light.eot?#iefix') format('eot'),
        url('..//fonts/Calibri-Light.woff') format('woff'),
        url('..//fonts/Calibri-Light.ttf') format('truetype'),
        url('..//fonts/Calibri-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri-Bold';
    src: url('..//fonts/Calibri-Bold.eot');
    src: url('..//fonts/Calibri-Bold.eot?#iefix') format('eot'),
        url('..//fonts/Calibri-Bold.woff') format('woff'),
        url('..//fonts/Calibri-Bold.ttf') format('truetype'),
        url('..//fonts/Calibri-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    @font-face {
        font-family: 'impact';
        src: url('..//fonts/impact.svg') format('svg');
    }

    @font-face {
        font-family: 'Calibri';
        src: url('..//fonts/Calibri-Regular.svg') format('svg');
    }

    @font-face {
        font-family: 'Calibri-Light';
        src: url('..//fonts/Calibri-Light.svg') format('svg');
    }

    @font-face {
        font-family: 'Calibri-Bold';
        src: url('..//fonts/Calibri-Bold-Italic.svg') format('svg');
    }
}

/*/////////////DEFAULT//////////////////////////////////////////////////
/////////////DEFAULT//////////////////////////////////////////////////
/////////////DEFAULT//////////////////////////////////////////////////*/

.grey {
    color: #333333;
}

.texto {
    padding: 10px 0;
    font-size: 18px;
    color: #333333;
    line-height: 23px;
}

.subtitulo {
    padding: 10px 0;
    font-size: 25px;
    font-weight: bold;
}

.textcomplete {
    display: none;
}

.fila {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.columna {
    display: flex;
    flex-direction: column;
}

.mostaza {
    color: #003699;
}

.titulosCuerpo {
    font-family: 'impact';
    font-size: 32px;
    color: #666666;
    padding-bottom: 30px;
}

.sangria {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-decrip-service {
    padding: 20px 0px;
}

.decrip-service {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    padding-left: 30px;
    margin-bottom: 5px;
}

.sangria-service {
    display: flex;
    width: 100%;
    flex-flow: row nowrap;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sangria-service>span, .sangria>span, .decrip-service>span {
    height: 100%;
    padding-right: 10px;
}

.sangria-service>span, .sangria>p {
    padding-top: 0px;
}

* {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    font-family: 'Calibri-Light';
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0px;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    transition: .3s;
}

#menu-boton {
    display: none;
}

#fondo-gradiente {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
}

.bg-fondo {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.titleFirst {
    padding: 200px 0 20px 40px;
    width: 900px;
}

.titleSecond {
    padding: 50px 0 20px 40px;
    width: 800px;
}

.presentacion {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 800px;
    padding: 20px 20px 20px 200px;
    background-color: rgba(0, 0, 0, 0.4);
}

#titlePrincipal>span {
    font-size: 35px;
    font-family: 'Lovelo';
    color: #fff;
    transition: .2s;
    opacity: 0;
    position: relative;
    top: 20px;
}

#titleSecundario {
    display: none;
    font-size: 55px;
    font-family: 'Hero-Light';
    text-transform: uppercase;
    color: #fff;
    animation-duration: .8s;
    letter-spacing: 5px;
}

.textos-titulo {
    font-size: 25px;
    font-family: 'Hero';
    color: #fff;
}

.btnSubir {
    z-index: 90;
    text-decoration: none;
    border-radius: 45px;
    width: 50px;
    height: 50px;
    background: rgba(255, 36, 62, .6);
    position: fixed;
    right: 20px;
    bottom: 140px;
    cursor: pointer;
    transition: .3s;
}

.btnSubir.whatsapp {
    background: #25D366;
    bottom: 20px;
}

.btnSubir.whatsapp:hover {
    background: #25D366;
    width: 150px;
}

.btnSubir.instagram {
    background: radial-gradient(circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285AEB 90%);
    bottom: 80px;
}

.btnSubir.instagram:hover {
    background: radial-gradient(circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285AEB 90%);
    width: 150px;
}

.btnSubirScroll {
    display: none;
}

.btnSubir:hover {
    background: rgba(255, 36, 62, 1);
    width: 150px;
}

.btnSubir:hover>p {
    display: flex;
    opacity: 1;
}

.btnSubir>p {
    transition: .3s;
    opacity: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    height: 50px;
    padding-right: 20px;
}

.btnSubir>span {
    transition: .3s;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

/*/////////////HEADER//////////////////////////////////////////////////
/////////////HEADER//////////////////////////////////////////////////
/////////////HEADER//////////////////////////////////////////////////*/

#boton-menu {
    display: none;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 20px;
    color: #ffffff;
}

#boton-menu>span {
    font-size: 35px;
}

#menu-movil {
    display: none;
}

#menu-horizontal {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    background-color: #ffffff;
}

#datos-header {
    border-top: 3px solid #003699;
    height: 50px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

#datos-header>div>p {
    padding: 0 20px;
    color: #666666;
    font-size: 15px;
    display: flex;
    align-items: center;
}

#datos-header>div>p>span {
    color: #003699;
    font-size: 15px;
    padding-right: 10px;
}

#datos-header>div>p>a {
    text-decoration: none;
    cursor: pointer;
    color: #003699;
    font-size: 15px;
    padding: 0 8px;
}

#datos-header>div:last-child {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-horizontal>nav {
    width: 100%;
    height: 150px;
    background-color: #f7f9fb;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

#logo {
    padding-right: 100px;
}

#logo>img {
    width: 250px;
}

#menu-horizontal>nav>a {
    text-decoration: none;
    color: #666666;
    padding: 0 20px;
    font-size: 20px;
    transition: .3s;
    cursor: pointer;
}

#menu-horizontal>nav>a:hover {
    color: #003699;
}

#menu-vertical {
    -webkit-box-shadow: -8px 0px 5px -8px rgba(0, 0, 0, 0.85);
    -moz-box-shadow: -8px 0px 5px -8px rgba(0, 0, 0, 0.85);
    box-shadow: -8px 0px 5px -8px rgba(0, 0, 0, 0.85);
    user-select: none;
    z-index: 20;
    position: fixed;
    top: 0;
    left: -400px;
    overflow: hidden;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 500px;
    height: 100%;
    transition: .7s;
}

#menu-vertical:hover {
    left: 0px;
    transition: .3s;
}

#menu-vertical>img {
    opacity: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 500px;
    object-fit: cover;
    transition: .2s;
}

#menu-vertical>div {
    user-select: none;
    z-index: 2;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

#menu-vertical>div>a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}

#menu-vertical>div>a>aside {
    width: 100px;
    height: 100px;
    display: flex;
    transition: .3s;
    justify-content: center;
    align-items: center;
}

#menu-vertical>div>a>aside>span {
    width: 60px;
    font-size: 40px;
    color: #ffffff;
}

#seccionesmenu>a>div {
    display: block;
    width: 100px;
    height: auto;
    font-size: 12px;
    transition: .3s;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
    text-align: left;
    pointer-events: none;
}

#seccionesmenu>a:hover>div {
    color: #ffffff;
}

#menu-vertical>div>a:hover>aside>span {
    transition: .3s;
    color: #003699;
}

#menu-vertical>div>a>p {
    opacity: 0;
    transition: .3s;
}

#menu-vertical:hover>div>a>p {
    opacity: 1;
    animation-duration: .8s;
    animation-name: slideInRight;
}


/*/////////////BODY//////////////////////////////////////////////////
/////////////BODY//////////////////////////////////////////////////
/////////////BODY//////////////////////////////////////////////////*/




#scrollDown {
    z-index: 10;
    position: absolute;
    height: 30px;
    width: 150px;
    bottom: 40px;
    right: 40px;
}

.circle-scroll {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

#circle01 {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0px;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}

#circle02 {
    background-color: rgba(255, 255, 255, .5);
    bottom: 0px;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-delay: .2s;
}

#circle03 {
    background-color: rgba(255, 255, 255, .2);
    bottom: 0px;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-delay: .4s;
}

#texto-scroll {
    position: absolute;
    width: 130px;
    right: 0px;
    line-height: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

#texto-scroll>.palabra {
    font-size: 12px;
    width: 130px;
    color: #cecece;
    letter-spacing: 2px;
    top: 5px;
}

#scrollDown-right {
    z-index: 10;
    position: absolute;
    height: 30px;
    width: 150px;
    bottom: 40px;
    right: 40px;
}

#circle01-right {
    background-color: rgba(51, 51, 51, 1);
    bottom: 0px;
    left: 0;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
}

#circle02-right {
    background-color: rgba(51, 51, 51, .5);
    bottom: 0px;
    left: 0;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-delay: .2s;
}

#circle03-right {
    background-color: rgba(51, 51, 51, .2);
    bottom: 0px;
    left: 0;
    animation-name: ArribaAbajo02;
    animation-iteration-count: infinite;
    animation-duration: 4s;
    animation-delay: .4s;
}

#texto-scroll-right {
    position: absolute;
    width: 130px;
    right: 0px;
    line-height: 12px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

#texto-scroll-right>.palabra {
    font-size: 12px;
    width: 130px;
    font-family: 'Averta';
    color: #333333;
    letter-spacing: 2px;
    top: 5px;
}


body {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

#fondo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#fondoBG {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

#logoMovil {
    z-index: 10;
    height: auto;
    display: none;
    position: absolute;
    top: 15px;
    left: 20px;
}

#logoMovil>img {
    height: 50px;
}

#btnInformacion {
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    align-content: flex-end;
    padding: 15px;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ffffff;
    color: #ffffff;
    transition: .3s;
}

#btnInformacion:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 36, 62, 1);
    background-color: rgba(255, 36, 62, 1);
    color: #ffffff;
}

#contenedorTitulo {
    user-select: none;
    position: absolute;
    z-index: 20;
    width: 40%;
    right: 200px;
    bottom: 200px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

@media screen and (max-height: 800px) {
    #contenedorTitulo {
        bottom: 50px;
    }
}

.tituloEntrada {
    width: 100%;
    text-align: left;
    font-family: 'impact';
    color: #ffffff;
    font-size: 60px;
}

.tituloEntrada+p {
    width: 100%;
    text-align: left;
    padding: 40px 0;
    font-size: 25px;
    color: #ffffff;
}

#ContenedorPrincipal {
    z-index: 20;
    position: relative;
    width: 100%;
    background-color: #fff !important;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}


/*//////////////////////QUIENES SOMOS//////////////////////*/

#sobre-nosotros {
    user-select: none;
    padding: 100px 0;
    z-index: 21;
    display: flex;
    width: 100%;
    background-image: url(../img/body.png);
    background-size: cover;
    background-repeat: no-repeat;
    flex-flow: row nowrap;
    justify-content: center;
}

#container-sobre-nosotros {
    width: 30%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

#container-sobre-nosotros>.titulosCuerpo {
    width: 100%;
}

#container-sobre-nosotros>.titulosCuerpo>span {
    color: rgba(255, 36, 62, 1);
}

#container-sobre-nosotros .lema {
    margin: 40px;
    box-sizing: border-box;
    position: relative;
    padding: 40px;
    font-size: 18px;
    line-height: 22px;
    width: 400px;
    height: 250px;
    display: flex;
    text-align: center;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

#container-sobre-nosotros .lema:hover {
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

#container-sobre-nosotros .lema::before {
    content: '';
    position: absolute;
    top: -1.5px;
    right: -1.5px;
    width: 40px;
    height: 40px;
    border-right: 1px solid #003699;
    border-top: 1px solid #003699;
    transition: .3s;
}

#container-sobre-nosotros .lema::after {
    content: '';
    position: absolute;
    bottom: -1.5px;
    left: -1.5px;
    width: 40px;
    height: 40px;
    border-left: 1px solid #003699;
    border-bottom: 1px solid #003699;
    transition: .3s;
}

#container-sobre-nosotros .lema:hover::before {
    width: 0;
    height: 0;
    border-right: 0px solid #003699;
    border-top: 0px solid #003699;
}

#container-sobre-nosotros .lema:hover::after {
    width: 0;
    height: 0;
    border-left: 0px solid #003699;
    border-bottom: 0px solid #003699;
}

#container-sobre-nosotros .lema span {
    width: 100%;
    font-size: 50px;
    padding: 20px 0 10px 0;
    color: #666666;
    transition: .3s;
}

#container-sobre-nosotros .lema:hover span {
    color: #003699;
}

#container-sobre-nosotros .lema p {
    font-size: 20px;
    transition: .3s;
    width: 100%;
    padding: 20px 0;
}

#img-sobre-nosotros {
    width: 35%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}

#img-sobre-nosotros>img {
    height: 20vw;
    object-fit: cover;
    width: 90%;
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

#img-sobre-nosotros>img:first-child {
    margin-bottom: 40px;
}

/*//////////////////////MISION Y VISION//////////////////////*/

#mision-vision {
    user-select: none;
    z-index: 21;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}

#misionVisionGrey {
    padding: 60px 0;
    background-color: #003699 !important;
    width: 100%;
    height: 500px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

#misionVisionWhite {
    position: relative;
    background-color: #fe0f17 !important;
    width: 100%;
    height: 500px;
}

#misionVisionWhite #ojo, #misionVisionWhite #tiroAlBlanco {
    color: #ffffff;
    position: absolute;
    font-size: 600px;
}

#tiroAlBlanco {
    top: 100px;
    left: -100px;
}

#ojo {
    top: 0px;
    right: -100px;
}

#misionVisionGrey p {
    padding-top: 50px;
    color: #ffffff;
    font-size: 40px;
}

#contenedorMV {
    position: absolute;
    top: -200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#vision {
    opacity: 0;
    transition: .5s;
    animation-duration: .5s;
    z-index: 99;
    margin: 0 40px;
    background-color: #fff !important;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: .3s;
    height: 420px;
    width: 320px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

#vision span {
    width: 100%;
    font-size: 60px;
    color: rgba(255, 36, 62, 1);
}

#vision h2 {
    width: 100%;
    color: #999999;
}

#vision p {
    color: #777777;
    width: 100%;
    padding: 20px 0 0 0;
}

#mision {
    opacity: 0;
    transition: .5s;
    animation-duration: .5s;
    z-index: 22;
    background-color: #fff !important;
    padding: 40px;
    margin: 0 40px;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: .3s;
    height: 420px;
    width: 320px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

#mision span {
    width: 100%;
    font-size: 60px;
    color: rgba(255, 36, 62, 1);
}

#mision h2 {
    width: 100%;
    color: #999999;
}

#mision p {
    color: #777777;
    width: 100%;
    padding: 20px 0 0 0;
}

/*//////////////////////SERVICIOS//////////////////////*/

#servicios {
    overflow: hidden;
    background-color: #ffffff;
    z-index: 21;
    width: 100%;
    display: flex;
    background-color: #f7f9fb !important;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
}

#descripServicios {
    padding: 100px 0px 100px 0;
    width: 70%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
}

#descripServicios>.titulosCuerpo>span {
    color: #003699;
}

#descripServicios>.titulosCuerpo {
    padding: 20px 20px 40px 20px;
}

#descripServicios .descripS {
    font-size: 25px;
    padding: 20px 20px 40px 20px;
    width: 60%;
}

#descripServicios>section {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 20px 0;
}

#descripServicios>section>article {
    display: flex;
    flex-flow: row wrap;
    width: 33.333%;
    padding: 20px;
}

#descripServicios>section>article>.servicios {
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    width: 100%;
    text-decoration: none;
    background-color: #fff;
    flex-flow: column nowrap;
    align-items: center;
    cursor: pointer;
}

#climatizacion {
    background-image: url(../img/servicios/1.jpg?=v=0);
    background-size: cover;
    background-repeat: no-repeat;
}

#refrigeracion {
    background-image: url(../img/servicios/2.jpg?=v=0);
    background-size: cover;
    background-repeat: no-repeat;
}

#otros {
    background-image: url(../img/servicios/3.jpg?=v=0);
    background-size: cover;
    background-repeat: no-repeat;
}

.servicios>aside {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.servicios>aside>div {
    position: absolute;
    background-color: #003699;
    border-radius: 0 20px 20px 0;
    height: 40px;
    width: 160px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 15px;
    left: -110px;
    transition: .3s;
}

.servicios:hover>aside>div {
    left: 0px;
}

.servicios>aside>div>span {
    height: 30px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-left: 10px;
    color: #fff;
}

.servicios>aside>div>p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.servicios>div {
    padding: 20px 20px 10px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color: #333333;
    width: 100%;
    height: auto;
}

.servicios>div>p {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 3px solid #003699;
    padding: 0 10px;
    transition: .3s;
}

.servicios:hover>div>p {
    padding: 0 10px 0 30px;
}

.servicios>div>span {
    font-size: 16px;
    border-left: 3px solid transparent;
    padding: 10px 10px 0 10px;
    color: #777777;
}

#contenedor-img-servicios {
    position: relative;
    width: 800px;
    height: 100%;
}

#contenedor-img-servicios img {
    opacity: 0;
    position: absolute;
    transition: .5s;
    top: 0;
    bottom: 0;
    margin: auto;
}

#servicio24 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 250px;
    padding-top: 100px;
}

#descrip24 {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 40px;
    height: 250px;
}

#descrip24 p {
    font-weight: bold;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
}

#servicio24>span {
    font-size: 150px;
    color: #003699;
}

a#phono24 {
    text-decoration: none;
    color: #003699;
    padding-top: 20px;
    font-size: 35px;
    display: flex;
    align-items: center;
}

#phono24 span {
    padding-right: 15px;
    color: #003699;
}


/*//////////////////////CLIENTES//////////////////////*/

#clientes {
    user-select: none;
    padding: 100px 0;
    z-index: 21;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background-color: #ffffff;
}

#clientes>p>span {
    color: #003699;
}

#contenedorClientes {
    padding-top: 50px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

#gyl {
    width: 200px;
    height: 200px;
    margin: 0 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/clientes/gyl.png);
    background-position: center;
    transition: .2s;
}

#coloso {
    width: 200px;
    height: 200px;
    margin: 0 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/clientes/coloso.png);
    background-position: center;
    transition: .2s;
}

#armas {
    width: 200px;
    height: 200px;
    margin: 0 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/clientes/armas.png);
    background-position: center;
    transition: .2s;
}

#ebco {
    width: 200px;
    height: 200px;
    margin: 0 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/clientes/ebco.png);
    background-position: center;
    transition: .2s;
}

#novatec {
    width: 200px;
    height: 200px;
    margin: 0 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/clientes/novatec.png);
    background-position: center;
    transition: .2s;
}

#pacal {
    width: 200px;
    height: 200px;
    margin: 0 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/clientes/pacal.png);
    background-position: center;
    transition: .2s;
}


/*//////////////////////MOVILES//////////////////////*/
/*//////////////////////MOVILES//////////////////////*/
/*//////////////////////MOVILES//////////////////////*/
/*//////////////////////MOVILES//////////////////////*/
/*//////////////////////MOVILES//////////////////////*/


@media screen and (max-width:1400px) {
    .sangria-service {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .sangria-service>p {
        font-size: 16px !important;
    }

    #datos-header {
        border-top: 2px solid #003699;
        height: 35px;
    }

    #datos-header>div>p {
        font-size: 14px;
    }

    #datos-header>div>p>span {
        font-size: 14px;
    }

    #datos-header>div>p>a {
        font-size: 14px;
    }

    #menu-horizontal>nav {
        height: 100px;
    }

    #logo>img {
        width: 200px;
    }

    #menu-horizontal>nav>a {
        font-size: 18px;
    }

    #contenedorTitulo {
        height: auto;
        right: 150px;
        bottom: 100px;
    }

    .tituloEntrada {
        font-size: 50px;
    }

    .tituloEntrada+p {
        font-size: 20px;
    }

    /*//////////////////////QUIENES SOMOS//////////////////////*/

    #sobre-nosotros {
        padding: 100px 0;
    }

    #container-sobre-nosotros {
        width: 40%;
    }

    #img-sobre-nosotros {
        width: 40%;
    }

    #img-sobre-nosotros>img {
        height: 300px;
    }

    /*//////////////////////MISION Y VISION//////////////////////*/


    #misionVisionGrey {
        padding: 40px 0 0 0;
    }

    #misionVisionWhite #ojo, #misionVisionWhite #tiroAlBlanco {
        font-size: 800px;
    }

    #misionVisionGrey p {
        padding-top: 0px;
    }

    #contenedorMV {
        position: absolute;
        top: -130px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    #vision {
        padding: 20px;
        height: 350px;
        width: 320px;
    }

    #mision {
        padding: 20px;
        height: 350px;
        width: 320px;
    }

    #mision span {
        width: 100%;
        font-size: 60px;
        color: rgba(255, 36, 62, 1);
    }

    #mision h2 {
        width: 100%;
        color: #999999;
    }

    #mision p {
        color: #777777;
        width: 100%;
        padding: 20px 0 0 0;
    }

    /*//////////////////////SERVICIOS//////////////////////*/

    #servicios {
        overflow: hidden;
        background-color: #ffffff;
        z-index: 21;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: flex-start;
    }

    #contenedorServicios {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    #descripServicios .descripS {
        font-size: 20px;
        width: 100%;
    }

    .subtitulo {
        font-size: 20px;
        line-height: none;
    }

    #descripServicios>section>article {
        width: 50%;
    }

    #contenedorClientes img {
        margin: 0 30px;
        width: 150px;
    }

    /* #descripServicios>section>article {
        height: 400px;
    } */

    .servicios>div>span {
        font-size: 15px;
        padding: 10px 10px 0 10px;
    }
}

@media screen and (max-width:1260px) {
    #contenedorTitulo {
        padding: 50px 50px 50px 20px;
        bottom: 0;
        right: 0;
        width: 60%;
    }

    #contenedorTitulo p {
        padding: 20px 0px;
    }

    #datos-header>div>p {
        font-size: 12px;
    }

    #datos-header>div>p>span {
        font-size: 12px;
    }

    #datos-header>div>p>a {
        font-size: 12px;
    }
}

@media screen and (max-width:950px) {
    #sobre-nosotros {
        flex-flow: column nowrap;
    }

    #container-sobre-nosotros {
        width: 100%;
        padding: 0 150px;
    }

    #img-sobre-nosotros {
        width: 100%;
        padding: 20px;
        align-items: center;
    }

    #img-sobre-nosotros>img {
        width: 80%;
        height: 400px;
    }

    .servicios>div>span {
        font-size: 12px;
        padding: 10px 10px 0 10px;
    }
}

#logo-mobile {
    display: none;
}

@media screen and (max-width:800px) {
    #aesgener:hover {
        background-image: url(../img/clientes/aesgener-logo-negativo.png);
    }

    #altonorte:hover {
        background-image: url(../img/clientes/altonorte-logo-negativo.png);
    }

    #guanaco:hover {
        background-image: url(../img/clientes/logo-guanaco-negativo.png);
    }

    #logoMovil {
        display: block;
    }

    #menu-horizontal {
        display: none;
    }

    #menu-movil {
        display: flex;
        position: fixed;
        z-index: 25;
        height: 100%;
        width: 100%;
        right: -100%;
        transition: .3s;
        background-color: rgba(0, 0, 0, 0.0);
    }

    #nav-menu {
        position: relative;
        height: 100%;
        width: 100%;
        transition: .4s;
        background-color: #003699;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
    }

    #logo-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        min-height: 80px;
        max-height: 80px;
        background-color: #fff;
        padding: 10px;
        z-index: 9999;
    }

    #logo-mobile:before {
        position: absolute;
        top: 0;
        right: -60px;
        content: '';
        width: 0;
        height: 0;
        border-left: 60px solid #fff;
        border-bottom: 80px solid transparent;
    }

    #logo-mobile>img {
        min-height: 60px;
        max-height: 60px;
    }

    #menu-boton {
        display: flex;
        transition: .4s;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 30;
        top: 20px;
        right: 15px;
        background-color: #003699;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }

    #menu-boton {
        color: #fff;
        font-size: 20px;
    }

    #nav-menu>a {
        width: 100%;
        padding: 10px 20px;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
    }

    #nav-menu>div {
        position: absolute;
        bottom: 40px;
        left: 0px;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 20%;
    }

    #nav-menu>div>img {
        width: 65%;
    }

    #nav-menu>a>span {
        padding-right: 10px;
    }

    .btnSubir {
        background-color: rgba(255, 36, 62, 1);
        width: 35px;
        height: 35px;
    }

    .btnSubir:hover>p {
        display: flex;
        opacity: 0;
    }

    .btnSubir:hover {
        width: 35px;
    }

    .btnSubir>span {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    #contenedorTitulo {
        padding: 50px 20px 100px 20px;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    #contenedorTitulo p {
        padding: 20px 0px;
    }

    .linea3, .linea2, .linea1 {
        display: none;
    }

    .tituloEntrada {
        font-family: 'impact';
        font-size: 35px;
    }

    .tituloEntrada+p {
        font-size: 20px;
        padding: 20px;
    }

    #sobre-nosotros {
        padding: 100px 20px 50px 20px;
        width: 100%;
        height: auto;
    }

    #container-sobre-nosotros {
        padding: 0;
        height: auto;
    }

    #img-sobre-nosotros {
        height: auto;
        width: 100%;
        align-items: center;
        padding: 0;
    }

    #img-sobre-nosotros img {
        width: 100%;
        height: 400px;
    }

    #container-sobre-nosotros .titulosCuerpo {
        font-size: 25px;
    }

    #container-sobre-nosotros p, #container-sobre-nosotros p b {
        font-size: 15px;
    }

    #container-sobre-nosotros .lema {
        padding: 0 20px;
        font-size: 12px;
        width: 250px;
        height: 180px;
    }

    #container-sobre-nosotros .lema::before {
        width: 20px;
        height: 20px;
    }

    #container-sobre-nosotros .lema::after {
        width: 20px;
        height: 20px;
    }

    #container-sobre-nosotros .lema:hover::before {
        width: 250px;
        height: 180px;
    }

    #container-sobre-nosotros .lema:hover::after {
        width: 250px;
        height: 180px;
    }

    #container-sobre-nosotros .lema span {
        font-size: 30px;
    }

    #container-sobre-nosotros .lema p {
        font-size: 12px;
        padding: 0;
    }

    #mision-vision {
        height: auto;
    }

    #misionVisionGrey {
        padding: 0;
        align-items: center;
        height: 200px;
    }

    #misionVisionGrey .titulosCuerpo {
        font-size: 30px;
        padding: 0;
    }

    #misionVisionWhite {
        padding: 40px 20px;
        height: auto;
    }

    #contenedorMV {
        position: initial;
    }

    #mision, #vision {
        width: 100%;
        height: 340px;
        margin: 0 0 40px 0;
        padding: 20px;
    }

    #ojo, #tiroAlBlanco {
        display: none;
    }

    #contenedorServicios {
        width: 100%;
    }

    #descripServicios {
        margin-top: 80px;
        padding: 20px;
        width: 100%;
        height: auto;
    }

    #descripServicios .titulosCuerpo {
        font-size: 30px;
        text-align: start;
        padding: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    #descripServicios .descripS {
        font-size: 18px;
        padding: 0;
        margin-bottom: 40px;
    }

    #descripServicios>section>article {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        padding: 10px 0;
    }

    .servicios>div>p {
        font-size: 15px;
    }

    .servicios>div>span {
        font-size: 12px;
        padding: 10px 10px 0 10px;
    }

    .servicios>aside>div {
        left: 0px;
    }

    #clientes {
        user-select: none;
        padding: 100px 0;
        z-index: 21;
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        background-color: #fff;
    }

    #clientes p {
        font-size: 35px;
    }

    #contenedorClientes {
        height: auto;
    }

    #contenedorClientes img {
        margin: 0 20px;
        width: 100px;
    }

}

@media screen and (max-width:500px) {

    #img-sobre-nosotros img {
        height: 200px;
    }
}

/*/////////////FOOTER//////////////////////////////////////////////////
/////////////FOOTER//////////////////////////////////////////////////
/////////////FOOTER//////////////////////////////////////////////////*/

#footer {
    z-index: 30;
    padding: 150px 0 0 0;
    overflow: hidden;
    background-color: #202020;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;
    background-image: url(../img/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#cajonFooter {
    box-sizing: border-box;
    overflow: hidden;
    font-family: "Palo-Alto";
    font-size: 15px;
    color: #ffffff;
    width: 65%;
    min-width: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
}

#cajonFooter>#contacto {
    flex: 1 1 50%;
    align-self: flex-start;
    padding-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.contactoInfo {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    flex-flow: column wrap;
    margin-bottom: 50px;
}

.contactoInfo>p {
    width: 60%;
}

.contactoInfo p b {
    color: #ffffff;
}

.contactoInfo p span {
    color: #ffffff;
}

#cajonFooter #contacto p {
    color: #999999;
    padding: 5px 0;
    font-size: 18px;
}

.contactoInfo p a {
    text-decoration: none;
    color: #999999;
}

.contactoInfo p a:hover {
    color: #003699;
}

.contactoInfo p a:hover span {
    color: #003699;
}

#copyright {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: 15px;
    padding: 20px 0;
    background-color: #0b0b0b;
}

#copyright>aside {
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

#copyright>aside>p {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #777777;
}

#copyright>aside>p>a {
    color: #777777;
    text-decoration: none;
    color: #ffffff;
    padding-right: 8px;
    display: flex;
    align-items: center;
}

#copyright>aside>p>a>span {
    font-size: 45px;
}

#copyright>aside>p>a:hover {
    color: #003699;
}

#copyright>aside>p>a:hover span {
    color: #003699;
}

#datos {
    align-self: flex-start;
    box-sizing: border-box;
    flex: 1 1 50%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    padding-bottom: 20px;
}

#datos p {
    text-align: end;
    color: #999999;
    font-size: 18px;
}

#logo-footer {
    margin-top: 20px;
    align-self: flex-end;
}

#logo-footer img {
    width: 100%;
    max-width: 400px;
}

@media screen and (max-width:800px) {
    #footer {
        padding: 50px 0 0 0;
    }

    #cajonFooter {
        width: 100%;
        padding: 50px 40px;
        flex-flow: column nowrap;
        align-items: center;
    }

    #datos {
        width: 100%;
        flex: 1 1 100%;
        align-items: center;
        padding-bottom: 100px;
    }

    #datos p {
        font-size: 15px;
        text-align: center;
    }

    #logo-footer {
        align-self: center;
    }

    #logo-footer img {
        width: 100%;
        max-width: 300px;
    }

    .contactoInfo>p {
        width: 100%;
    }

    #copyright {
        height: auto;
    }

    #copyright>aside {
        padding: 0 40px;
        width: 100%;
        flex-flow: column nowrap;
        align-items: center;
    }

    #copyright>aside>p {
        font-size: 15px;
        text-align: center;
        flex-flow: column nowrap;
        align-items: center;
        margin-bottom: 20px;
    }

    #copyright>aside>p>a>span {
        font-size: 30px;
    }

    #cajonFooter #contacto p {
        font-size: 15px;
    }

    #cajonFooter #contacto p.titulosCuerpo {
        font-size: 18px;
    }
}

/*/////////////VENTANAS//////////////////////////////////////////////////
/////////////VENTANAS//////////////////////////////////////////////////
/////////////VENTANAS//////////////////////////////////////////////////*/


#ventanaContacto {
    position: fixed;
    display: none;
    z-index: 91;
}

#ventanaMensajeEnviado {
    display: none;
    z-index: 99;
}

.ventana {
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.ventanaContenido {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.tituloServicio {
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tituloServicio>p {
    color: #fff;
    font-size: 60px !important;
    padding-bottom: 40px;
    font-family: 'impact';
}

.separador {
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #003699;
}

.cerrar {
    z-index: 91;
    position: absolute;
    top: -15px;
    right: -15px;
    text-align: right;
    display: flex;
    align-items: center;
}

.cerrar a {
    align-self: flex-start;
    text-decoration: none;
    color: #ffffff;
}

.cerrar a span {
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.49);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.49);
    background-color: #003699;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50%;
    transition: .4s;
    color: #ffffff;
}

.cerrar a span:hover {
    background-color: red;
}

.bgVentanaContacto {
    position: relative;
    display: none;
    flex-flow: row wrap;
    justify-content: space-between;
    width: auto;
    height: auto;
    box-sizing: border-box;
    background-color: #f7f7f7;
    box-shadow: 0 0 15px black;
    transition: .5s;
}

#contenedorDescripTA {
    width: 800px;
}

#contenedorPresupuesto {
    width: 450px;
}

#TAContactoDescrip {
    position: relative;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/.jpg);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}

#TAContactoDescrip p {
    z-index: 10;
    color: #fff;
    font-size: 20px;
}

#fondoContacto {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    background-color: rgba(24, 44, 61, .7);
}

#TAContactoDescrip p b {
    z-index: 10;
    color: #fff;
    font-size: 20px;
}

#datosTA {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 10;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding-top: 40px;
}

#datosTA p {
    font-size: 20px;
    color: #ffffff;
}

#datosTA p span {
    padding-right: 15px;
    font-size: 20px;
    color: #ffffff;
}

#datosTA p a {
    text-decoration: none;
    padding-right: 15px;
    font-size: 20px;
    color: #ffffff;
}

.datosLocal {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 40px 0;
}

.datosLocal p span {
    color: #003699;
    font-size: 20px;
}

.bgVentanaContacto .separador {
    z-index: 2;
    padding: 20px 0px;
    box-sizing: border-box;
}

.bgVentanaContacto .cajaVentana {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    align-self: flex-start;
    flex-flow: column nowrap;
    align-items: flex-start;
    transition: .5s;
}

.cajaVentana .marcoInput {
    position: relative;
    width: 100%;
}

.cajaVentana input[type="text"] {
    font-size: 17px;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid rgba(0, 144, 144, 0.3);
    box-sizing: border-box;
    transition: .5s;
}

.cajaVentana textarea {
    width: 100%;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    padding: 10px;
    font-size: 17px;
    border: 1px solid rgba(0, 144, 144, 0.3);
    margin-bottom: 20px;
    resize: none;
    box-sizing: border-box;
}

.bgVentanaContacto .cajaVentana button {
    font-weight: bold;
    padding: 10px 25px;
    width: 100%;
    cursor: pointer;
    align-self: center;
    background-color: #003699;
    color: #ffffff;
    font-size: 20px;
    margin: 20px 0;
    border: none;
}

.bgVentanaContacto .cajaVentana button:hover {
    background: transparent;
    color: #003699;
    box-shadow: inset 0 0 0 3px #003699;
    transition: .3s;
}

.burbuja {
    z-index: 85;
    display: flex;
    justify-content: flex-end;
}

.span p {
    color: #ffffff;
}

.span {
    z-index: 85;
    box-sizing: border-box;
    color: #ffffff;
    padding: 8px;
    max-width: 200px;
    background-color: red;
    position: absolute;
    left: 180px;
    bottom: 60px;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.49);
    box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.49);
}

.span:after {
    content: "";
    position: absolute;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid red;
    left: 20px;
    margin-bottom: -35px;
    width: 0;
    height: 0;
}

.burbujaPolo {
    z-index: 85;
    display: flex;
    justify-content: flex-end;
}

.spanPoloC {
    animation-name: flipInX;
    animation-duration: .3s;
    z-index: 85;
    box-sizing: border-box;
    color: #ffffff;
    padding: 15px;
    width: 250px;
    background-color: #330033;
    border-left: 10px solid red;
    position: fixed;
    right: 100px;
    bottom: 100px;
    box-shadow: -2px 5px 10px rgba(0, 0, 0, .6);
}

.spanPoloL {
    animation-name: flipInX;
    animation-duration: 1s;
    z-index: 85;
    box-sizing: border-box;
    color: #ffffff;
    padding: 15px;
    width: 250px;
    background-color: #330033;
    border-right: 10px solid red;
    position: fixed;
    left: 100px;
    bottom: 100px;
    box-shadow: -2px 5px 10px rgba(0, 0, 0, .6);
}

.bgVentanaMensajeEnviado {
    display: none;
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    height: auto;
    box-sizing: border-box;
    background-color: #f7f7f7;
    box-shadow: 0 0 15px black;
    overflow-y: auto;
    transition: .5s;

}

.bgVentanaMensajeEnviado .cajaVentana {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

#mensaje1, #mensaje2, #mensaje21, #mensaje3, #mensaje4 {
    display: none;
}

.infoTAcontac {
    padding-bottom: 100px;
}

/*//////////////////////MOVILES//////////////////////*/

@media screen and (max-width:1550px) {
    .span {
        bottom: 40px;
    }

    .cajaVentana textarea {
        height: 100px;
        max-height: 100px;
        min-height: 100px;
        padding: 5px;
    }

    .cajaVentana input[type="text"] {
        padding: 5px;
        margin-bottom: 10px;
    }

    .bgVentanaContacto .cajaVentana button {
        padding: 5px;
        margin: 10px 0;
    }

    #contenedorDescripTA {
        width: 550px;
    }

    #contenedorPresupuesto {
        width: 400px;
    }
}

@media screen and (max-width:1366px) {
    .tituloServicio>p {
        font-size: 40px !important;
        padding-bottom: 20px;
    }

    .infoTAcontac>b {
        font-size: 15px !important;
    }

    .infoTAcontac {
        font-size: 15px !important;
    }

    #datosTA {
        bottom: 20px;
        left: 20px;
    }

    #datosTA p a {
        font-size: 16px;
    }

    .cajaVentana textarea {
        height: 50px;
        min-height: 60px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:980px) {

    .tituloServicio>p {
        font-size: 35px;
        margin-bottom: 20px;
    }

    #contenedorDescripTA {
        width: 100%;
    }

    #contenedorPresupuesto {
        width: 100%;
    }

    #TAContactoDescrip {
        order: 1;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    #TAContactoDescrip .infoTAcontac {
        display: none;
    }

    #datosTA {
        bottom: 20px;
        left: 20px;
    }

    #datosTA p a {
        font-size: 15px;
    }

    .bgVentana, .bgVentanaContacto {
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
    }

    .bgVentanaContacto {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .bgVentanaContacto .cajaVentana {
        order: 2;
        padding: 20px 30px;
        width: 100%;
        overflow-y: auto;
    }

    .bgVentanaMensajeEnviado {
        max-height: none;
        height: 100%;
        overflow-y: auto;
    }

    .bgVentanaMensajeEnviado .cajaVentana {
        padding: 20px 40px;
        overflow-y: auto;
    }

    #mensaje {
        margin: 0px;
    }

    #nombre, #correo {
        margin-bottom: 5px;
    }

    .bgVentanaContacto .cajaVentana button {
        padding: 5px;
        margin: 20px 0px 0px 0px;
    }

    .cajaVentana {
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }

    .cerrar {
        top: 15px;
        right: 15px;
    }
}