/*RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}


/* GENERAL */
body {
    vertical-align: baseline;
    overflow-x: hidden;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 400;
}

body li {
    list-style-type: none
}

body .page li,
body .page ul,
body .page ol {
    list-style-type: revert;
}

body .page ul,
body .page ol {
    margin: 20px 0;
}

body .page li {
    margin-left: 20px;
}



h1,
h2 {
    font-weight: 600;
    letter-spacing: 1px;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    border-bottom: 1px solid;
}

.no-line a:hover {
    border-bottom: none;
}

p {
    font-size: 15px;
    line-height: 20px;
}


.filtro {
    -webkit-filter: brightness(65%);
}


/* NAVBAR */
.navbar {
    font-size: 20px;
}

.subtitulo-nav {
    font-size: 12px;
}

/* BUTTON */
.button {
    width: 300px;
    height: 200px;
    padding: 20px;
}

.vidriotecnia {
    width: 250px;
    height: 350px;
}





/* COLORS */
.azul {
    background-color: #36336D;
}

.texto-azul {
    color: #36336D;
}

.azul-claro {
    color: #91b6ff;
    background-color: #91b6ff;
}

.bg-grey {
    background-color: #F0F0F6;
}


/*SEARCH*/
.btn-link {
    color: white;
    border-color: transparent;
}

/* MEDIA QUIERIES */
/* Extra small and small  devices (portrait phones, less than 992px)*/
@media screen and (max-width: 1050px) {

    .head-img {
        height: 300px;
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .head-img h1 {
        font-size: 30px;
    }

    .fixheader {
        height: 300px;
    }

    .fixheader h1 {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: 3px;
    }

    .fixheader h5 {
        font-size: 15px;
        letter-spacing: 2px;
        font-weight: 400;
    }

    .fixheader img {
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

    }

    .carousel-caption {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 35px;
    }

    .caja {
        height: 170px;
    }
}


/* Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 1051px) {
    .head-img {
        height: 550px;
        padding-top: 13rem;
        padding-bottom: 13rem;
    }

    .head-img h1 {
        font-size: 50px;
    }


    .fixheader {
        height: 550px;
        background-position: 50% 50%;
    }

    .fixheader h1 {
        font-size: 70px;
        font-weight: 800;
        letter-spacing: 3px;
    }

    .fixheader img {
        width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .carousel-caption {
        position: relative;
        float: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 35px;
    }

    .caja {
        height: 300px;
    }

}


#quienes-somos {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

p {
    font-size: 16px;
    line-height: 24px;
}

a:hover {
    border-bottom: 0px;
}

/* Quienes Somos */

.servicios .colu {
    background-color: #fff;
    height: 350px;
}

.servicios .colu h2.has-background {
    padding: 0px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servicios .colu p {
    display: flex;
    align-items: center;
    height: 86%;
    padding: 0 30px;
    justify-content: center;
    color: #6c757d !important;
}


.newslleter,
.contactenos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contactenos {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
}

.contactenos h4 {
    margin-bottom: 30px;
}

.newslleter p,
.contactenos p {
    display: flex;
    width: 100%;
}

.contactenos p {
    display: block;
}


.contactenos p label {
    width: 100%;
    margin-bottom: 20px;

}

.newslleter p input[type=email],
.contactenos p input[type=text],
.contactenos p input[type=email],
.contactenos p textarea,
.wpcf7-form-control-wrap,
form,
.wpcf7 {
    display: flex !important;
    width: 100% !important;
}

.newslleter p input[type=email],
.contactenos p input[type=text],
.contactenos p input[type=email],
.contactenos p textarea {
    width: 98% !important;
    border: 1px solid transparent !important;
    background-color: #f0f0f65b;
    border-radius: 4px;
    line-height: 45px;
    padding: 0 20px;
}

.contactenos p textarea {
    height: 100px !important;
    line-height: normal;
    padding: 10px 20px;
}

.newslleter p input[type=submit],
.contactenos p input[type=submit] {
    border: 1px solid transparent !important;
    background-color: #36336D;
    color: #F0F0F6;
    border-radius: 4px;
    line-height: 45px;
    padding: 0 20px;
}

.contactenos p input[type=submit] {
    background-color: #91b6ff;
    float: right;
    margin-right: 13px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -26px;
    font-size: 13px;
}

.contactenos .wpcf7-not-valid-tip {
    right: 11px;
}

form {
    flex-direction: column;
    align-items: flex-start;
}

.wpcf7-response-output {
    position: absolute;
    top: 29px;
    border: 0px !important;
    text-align: left;
    padding: 0 !important;
}

.contactenos .wpcf7-response-output {
    top: auto;
    bottom: -10px;
    width: 57%;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #050806;
}

.contactenos .wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
    bottom: 2px !important;
}