* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "dado_titulo";
    src: url("../font/Gotham-Thin.otf");
}

.inicio {
    width: 100%;
    height: 300px;
    position: relative;
    background: white;
}

.inicio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inicio_int {
    position: absolute;
    left: 30%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.inicio_int h2 {
    color: white;
    font-size: 60px;
    font-family: "dado_titulo";
    letter-spacing: 5px;
}

.inicio_int hr {
    width: 600px;
    margin: 10px auto;
}

.inicio_int a {
    color: white;
    font-size: 40px;
    letter-spacing: 0.25em;
    word-spacing: 0.25em;
}

@media (max-width: 1200px) {
    .inicio {
        width: 100%;
        height: 500px;
        position: relative;
        background: white;
    }

    .inicio_int {
        padding-left: 70px;
    }

    .inicio_int h2 {
        font-size: 65px;
    }

    .inicio_int a {
        color: white;
        font-size: 30px;
        letter-spacing: 0.25em;
        word-spacing: 0.25em;
    }
}

@media (max-width: 950px) {
    .inicio {
        height: 400px;
    }

    .inicio_int {
        padding-left: 60px;
        text-align: left;
    }

    .inicio_int h2 {
        color: white;
        font-size: 50px;
        font-family: "dado_titulo";
        letter-spacing: 5px;
    }

    .inicio_int hr {
        width: 80%;
        margin: 10px auto;
    }

    .inicio_int a {
        color: white;
        font-size: 40px;
    }
}

@media (max-width: 600px) {
}

@media (max-width: 550px) {
}

@media (max-width: 450px) {
    .inicio {
        height: 400px;
    }

    .inicio_int {
        padding-left: 40px;
        text-align: left;
    }

    .inicio_int h2 {
        color: white;
        font-size: 40px;
        font-family: "dado_titulo";
        letter-spacing: 5px;
    }

    .inicio_int hr {
        width: 80%;
        margin: 10px auto;
    }

    .inicio_int a {
        color: white;
        font-size: 20px;
    }
}

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

.servicios_datos {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px;
    background: white;
}

.ser_int {
    width: 600px;
    height: auto;
    display: inline-block;
    margin: auto;
    vertical-align: top;
    padding: 20px;
}

.ser_int h3 {
    font-family: "dado_titulo";
    letter-spacing: 0.25em;
    word-spacing: 0.25em;
    font-size: 50px;
    margin: 30px auto;
    font-weight: 900;
}

.ser_int p {
    font-size: 30px;
    text-align: justify;
}

.ser_int img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7))
}

.servicios_ind {
    width: 100%;
    height: auto;
    padding: 30px;
}

@media (max-width: 1200px) {
    .servicios_datos {
        padding: 10px;
    }

    .ser_int {
        width: 80%;
        height: auto;
    }

    .ser_int h3 {
        height: auto;
        font-size: 70px;
    }

    .ser_int p {
        font-size: 45px;
        text-align: justify;
    }
}

@media (max-width: 950px) { }

@media (max-width: 600px) { }

@media (max-width: 550px) {
    .servicios_datos {
        padding: 10px;
    }

    .ser_int {
        width: 100%;
        height: auto;
    }

    .ser_int h3 {
        height: auto;
        font-size: 30px;
    }

    .ser_int p {
        font-size: 25px;
        text-align: justify;
    }
}

@media (max-width: 450px) {
    .servicios_datos {
        padding: 10px;
    }

    .ser_int {
        width: 100%;
        height: auto;
    }

    .ser_int h3 {
        height: auto;
        font-size: 30px;
    }

    .ser_int p {
        font-size: 25px;
        text-align: justify;
    }
}

/* ********************** FONDO OBRA CIVIL ******** */

.servicios_ind_fondo {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    text-align: center;
}

.servicios_ind_fondo:after {
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    background: url(../img/obra_civil/obra_civil_2.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ********************** FONDO INSTALACIONES ******** */
.servicios_ind_fondo_2 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    text-align: center;
}

.servicios_ind_fondo_2:after {
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    background: url(../img/instalaciones/instalciones_1.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ********************** FONDO HERRERIA ******** */
.servicios_ind_fondo_3 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    text-align: center;
}

.servicios_ind_fondo_3:after {
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    background: url(../img/estructuras/2.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ********************** FONDO MANTENIMIENTO ******** */
.servicios_ind_fondo_4 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    text-align: center;
}

.servicios_ind_fondo_4:after {
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    background: url(../img/mantenimiento_industrial/mantenimiento_industrial_1.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ********************** FONDO MANTENIMIENTO ******** */
.servicios_ind_fondo_5 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    text-align: center;
}

.servicios_ind_fondo_5:after {
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    background: url(../img/pisos_epoxicos/pisos_epoxicos_2.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ********************** FONDO RACKS ******** */
.servicios_ind_fondo_6 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    text-align: center;
}

.servicios_ind_fondo_6:after {
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 100vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    background: url(../img/materiales/principal.jpeg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.servicios_ind_int {
    width: 250px;
    height: 250px;
    background: #ba1623;
    border-radius: 50%;
    position: relative;
    margin: 20px;
    display: inline-block;
}

.ser_ind_int_2 {
    width: 200px;
    height: 200px;
    background: #133c50;
    border-radius: 50%;
    position: relative;
    left: 50px;
    top: 40px;
}

.ser_ind_int_3 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: 40px;
    left: -20px;
    position: relative;
}

.ser_ind_int_3 img {
    width: 150px;
    position: absolute;
    top: -70px;
    left: 20px;
}

.ser_ind_int_3 a {
    width: 250px;
    color: white;
    margin-top: 80px;
    position: absolute;
    font-size: 35px;
    left: -30px;
    text-align: center;
}

@media (max-width: 1200px) {
}

@media (max-width: 950px) {
}

@media (max-width: 600px) {
}

@media (max-width: 550px) {
}

@media (max-width: 450px) {
}


/* ********************** GALERIA SERVICIOS ******** */

.galeria_serv {
    width: 100%;
    height: auto;
}

.gal_ind {
    width: 280px;
    height: 280px;
    margin: 10px;
    display: inline-block;
    position: relative;
}

.gal_ind img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.7));
    position:relative;
}
.logo img {
    background:white;
    width: 80px;
    height: 80px;
    float: right;
    position:relative;
    top: -95px;
    right: 10px;
    border-radius: 50%;
    padding: 10px;
}
/* ************************* FOOTER ********************** */

.footer {
    width: 100%;
    height: auto;
    text-align: center;
    background: white;
    border-top-left-radius: 20%;
    border-top-right-radius: 20%;
}

.footer_ind {
    width: auto;
    height: 250px;
    display: inline-block;
    background: white;
    margin: 20px;
    vertical-align: top;
}

.footer_ind img {
    height: 100%;
}

.footer_ind ul {
    width: 100%;
    text-align: left;
    padding-top: 20px;
}

.footer_ind li {
    height: auto;
    padding: 10px;
    list-style: NONE;
}

.footer_ind a {
    width: 50px;
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.fa-phone,
.fa-envelope,
.fa-location-dot,
.fa-whatsapp {
    text-align: center;
    width: 40px;
    padding: 10px;
    font-size: 20px;
    margin-right: 10px;
}

.copy {
    width: 100%;
    height: auto;
    margin: auto;
}

.copy hr {
    width: 60%;
    margin: 10px auto;
}

@media (max-width: 1200px) {
    .footer {
        border-top-left-radius: 0%;
        border-top-right-radius: 0%;
    }
}

@media (max-width: 950px) {
    .footer {
        border-top-left-radius: 0%;
        border-top-right-radius: 0%;
    }
}

@media (max-width: 600px) {
}

@media (max-width: 550px) {
    .footer {
        border-top-left-radius: 0%;
        border-top-right-radius: 0%;
    }

    .footer_ind {
        width: 85%;
        height: auto;
    }

    .footer_ind img {
        height: 250px;
    }

    .footer_ind ul {
        width: 100%;
        text-align: left;
        padding-top: 20px;
    }

    .footer_ind li {
        height: auto;
        padding: 10px;
        list-style: NONE;
    }

    .footer_ind a {
        width: 50px;
        color: black;
        text-decoration: none;
        font-size: 20px;
    }

    .fa-phone,
    .fa-envelope,
    .fa-location-dot,
    .fa-whatsapp {
        text-align: center;
        width: 40px;
        padding: 10px;
        font-size: 20px;
        margin-right: 10px;
    }

    .copy {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .copy hr {
        width: 60%;
        margin: 10px auto;
    }
}

@media (max-width: 450px) {
    .footer {
        border-top-left-radius: 0%;
        border-top-right-radius: 0%;
    }

    .footer_ind {
        width: 85%;
        height: auto;
    }

    .footer_ind img {
        height: 250px;
    }

    .footer_ind ul {
        width: 100%;
        text-align: left;
        padding-top: 20px;
    }

    .footer_ind li {
        height: auto;
        padding: 10px;
        list-style: NONE;
    }

    .footer_ind a {
        width: 50px;
        color: black;
        text-decoration: none;
        font-size: 20px;
    }

    .fa-phone,
    .fa-envelope,
    .fa-location-dot,
    .fa-whatsapp {
        text-align: center;
        width: 40px;
        padding: 10px;
        font-size: 20px;
        margin-right: 10px;
    }

    .copy {
        width: 100%;
        height: auto;
        margin: auto;
    }

    .copy hr {
        width: 60%;
        margin: 10px auto;
    }
}

/* ************************* CONTACTO ********************** */

.inicio2 {
    width: 100%;
    height: 300px;
    position: relative;
    background: white;
}

.inicio2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inicio_int2 {
    position: absolute;
    left: 30%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.inicio_int2 h2 {
    color: white;
    font-size: 60px;
    font-family: "dado_titulo";
    letter-spacing: 5px;
    color: black;
}

.inicio_int2 hr {
    width: 600px;
    margin: 10px auto;
}

.inicio_int2 a {
    color: white;
    font-size: 40px;
    letter-spacing: 0.25em;
    word-spacing: 0.25em;
    color: black;
}

@media (max-width: 1200px) {
}

@media (max-width: 950px) {
    .inicio2 {
        height: 400px;
    }

    .inicio_int2 {
        width: 100%;
        padding-left: 220px;
    }

    .inicio_int2 h2 {
        font-size: 60px;
    }
}

@media (max-width: 600px) {
}

@media (max-width: 550px) {
    .inicio2 {
        height: 400px;
    }

    .inicio_int2 {
        padding-left: 130px;
    }

    .inicio_int2 h2 {
        font-size: 50px;
        font-family: "dado_titulo";
        letter-spacing: 5px;
        color: black;
    }

    .inicio_int2 hr {
        width: 90%;
        margin: 10px auto;
    }

    .inicio_int2 a {
        color: white;
        font-size: 40px;
        letter-spacing: 0.25em;
        word-spacing: 0.25em;
        color: black;
    }
}

@media (max-width: 450px) {
    .inicio2 {
        height: 400px;
    }

    .inicio_int2 {
        padding-left: 100px;
    }

    .inicio_int2 h2 {
        font-size: 50px;
        font-family: "dado_titulo";
        letter-spacing: 5px;
        color: black;
    }

    .inicio_int2 hr {
        width: 90%;
        margin: 10px auto;
    }

    .inicio_int2 a {
        color: white;
        font-size: 40px;
        letter-spacing: 0.25em;
        word-spacing: 0.25em;
        color: black;
    }
}

/* ************************* CONTACTO INTERNO ********************** */

.conatcto {
    width: 100%;
    height: auto;
}

.contacto_int {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20x;
}

.contacto_ind {
    width: 500px;
    height: 500px;
    margin: 20px;
    display: inline-block;
    margin: auto;
    vertical-align: top;
    text-align: left;
}

.contacto_int iframe {
    width: 100%;
    height: 300px;
}

.cont_tex {
    width: 100%;
    margin: 20px auto;
}

.cont_tex a {
    color: black;
    text-decoration: none;
    font-size: 25px;
}

.cont_tex_i {
    text-align: center;
}

.cont_tex_i img {
    height: 150px;
    display: inline-block;
}

form {
    width: 100%;
}

.form_cap {
    width: 100%;
    margin-bottom: 10px;
}

label {
    width: 100%;
    margin: 10px auto;
    padding-left: 30px;
}

input {
    width: 70%;
    height: 25px;
    margin: 10px auto;
    border: 0px;
    border-bottom: 1px solid grey;
    padding: 5px;
}

textarea {
    width: 70%;
    height: 50px;
    margin: 10px auto;
}

.bottonn {
    width: 100%;
    text-align: center;
}

#bottonn {
    width: 70px;
    background: grey;
    border-radius: 10px;
    padding: 5px;
    color: white;
}

@media (max-width: 1200px) {
}

@media (max-width: 950px) {
    .contacto_ind {
        width: 60%;
        height: auto;
        text-align: center;
    }

    .cont_tex {
        width: 90%;
        text-align: left;
    }

    .cont_tex a {
        width: auto;
        color: black;
        text-decoration: none;
        font-size: 20px;
    }

    .cont_tex_i {
        text-align: center;
    }

    .cont_tex_i img {
        height: 250px;
    }

    form {
        width: 100%;
        text-align: left;
    }

    label {
        font-size: 20px;
    }

    input {
        width: 100%;
    }

    textarea {
        width: 100%;
    }
}

@media (max-width: 600px) {
}

@media (max-width: 550px) {
}

@media (max-width: 450px) {
    .contacto_ind {
        width: 95%;
        height: auto;
        text-align: center;
    }

    .cont_tex {
        width: 90%;
        text-align: left;
    }

    .cont_tex a {
        width: auto;
        color: black;
        text-decoration: none;
        font-size: 20px;
    }

    .cont_tex_i {
        text-align: center;
    }

    .cont_tex_i img {
        height: 250px;
    }

    form {
        width: 100%;
        text-align: left;
    }

    label {
        font-size: 20px;
    }

    input {
        width: 100%;
    }

    textarea {
        width: 100%;
    }
}
