:root {
    font-size: 17px;
    --minitec-orange: #EF7D00;
    box-sizing: border-box;
}

body {
    position: relative;
}

.rrss-container {
    position: fixed;
    bottom: 40px;
    left: 2em;
    flex-direction: column;
    display: flex;
}

.rrss-container img {
    max-width: 40px;
    margin: .5em;
}

section {
    width: 100%;
    background: #FAF9F9;
    padding: 2em;
}

section>.container {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    padding: 1em;
}

.subtitle {
    color: var(--minitec-orange);
    font-size: 38px;
    font-weight: 700;
}

.text span.mark {
    color: var(--minitec-orange);
    background: transparent;
    font-weight: 500;
}

.minitec-button {
    background: var(--minitec-orange);
    color: white;
    font-weight: 300;
    border: none;
    border-radius: 3px;
    display: block;
    padding: .4em;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
}

.call {
    background: var(--minitec-orange);
    color: white;
    font-weight: 300;
    border: none;
    border-radius: 3px;
    padding: .4em;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    height: 40px;
    display: block;
}

.minitec-button:hover,
.call:hover {
    color: white;
}

strong {
    color: var(--minitec-orange);
}

@media (max-width: 768px) {
    .row>div {
        padding: 1em;
    }
}

.footer {
    background: #363839;
    color: #BFBFBF;
}

.footer p {
    margin-bottom: 0!important
}

.footer .container {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.footer .phone {
    color: #8C8989;
    text-decoration: none;
}

.footer span {
    color: #8C8989;
}

.footer .mail {
    color: #BFBFBF;
    text-decoration: none;
}


/* Te llamamos modal*/

.minitec-modal-backdrop {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.minitec-modal-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.minitec-modal-backdrop .te-llamamos-content {
    background: #fff;
    max-width: 600px;
    padding: 40px 80px 0 80px;
    margin: auto;
}

.minitec-modal-backdrop .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
}

.minitec-modal-backdrop input,
.minitec-modal-backdrop select {
    border: none;
    border-radius: 0px;
    outline: none;
}

.minitec-modal-backdrop #mauticform_formulariotellamamos_nombre,
.minitec-modal-backdrop #mauticform_formulariotellamamos_llamarle,
.minitec-modal-backdrop #mauticform_formulariotellamamos_correo_electronico,
.minitec-modal-backdrop #mauticform_formulariotellamamos_selecciona_el_horario_de1 {
    border-bottom: 2px solid var(--minitec-orange)!important;
    padding-bottom: 15px;
}

#mauticform_formulariotellamamos_llamarle,
#mauticform_formulariotellamamos_nombre,
#mauticform_formulariotellamamos_correo_electronico,
#mauticform_formulariotellamamos_selecciona_el_horario_de1,
#mauticform_formulariotellamamos_submit {
    width: 100%;
}

#mauticform_formulariotellamamos_submit {
    display: flex;
    justify-content: center;
}

#mauticform_formulariotellamamos_submit button {
    background: var(--minitec-orange);
    color: #fff;
    display: inline-block;
    border: none;
    margin: auto;
    min-width: 200px;
    padding: 10px 0;
    border-radius: 0px;
    text-transform: uppercase;
}

.te-llamamos-content #mauticform_checkboxgrp_label_politica_de_privacidad_true0 {
    color: #ff6d00;
    font-size: 9px;
    transform: translateY(-2px)
}

.te-llamamos-content #mauticform_checkboxgrp_label_politica_de_privacidad_true0 a {
    color: currentColor;
}

.te-llamamos-content input,
.te-llamamos-content select {
    font-size: 13px!important;
}

.te-llamamos-content select {
    appearance: none;
}

.te-llamamos-content #mauticform_formulariotellamamos_selecciona_el_horario_de1 {
    position: relative
}

.te-llamamos-content #mauticform_formulariotellamamos_selecciona_el_horario_de1:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(calc(-50% - 7px));
    width: 13px;
    height: 8px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACWSURBVHgBldHBCQMhEAXQnUU8pwQ72KsXRStJK0kJ6SCdeBOPKcESclbRzEAWls2wST6IM+AbFMEYEwBAlVJ8SilPB7HWnnG7jDFuMyFslJQyaK3VF3Sns7iWGeOxyEd4gyi51noFqpxzqvce3tOerTUfY3xwaH0SrFM5LIRYOEQNbK+0x7hOHPqADGYRC3d4+uWb/soLRBxkAYlIBN4AAAAASUVORK5CYII=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.te-llamamos-content #mauticform_formulariotellamamos_submit {
    margin-top: 30px;
}

.te-llamamos-content input::placeholder {
    color: #3e3e3e!important;
    opacity: 1!important;
}

@media (max-width: 500px) {
    .minitec-modal-backdrop .te-llamamos-content {
        padding: 20px 40px 0 40px;
    }
}


/*INFO*/

.info {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 100%, transparent 100%), url(../img/perfiles-aluminio.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.info>.container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.info .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info .text h1 {
    color: white;
    font-size: 38px;
    font-weight: 700;
    max-width: 450px;
}

.weworkfor {
    font-size: 18px;
}

.req-info {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 38px;
    color: var(--minitec-orange);
}

.info .form-container {
    background: #ECECEC;
    padding: 35px;
    border-radius: 25px;
}

.mauticform-page-wrapper {
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mauticform-page-wrapper input {
    border: none;
}

.mauticform-page-wrapper input::placeholder {
    padding-left: 20px;
}

[id^="mauticform_formulariolanding"][id$="nombre"] {
    width: calc(40% - .5em);
}

[id^="mauticform_formulariolanding"][id$="apellidos"] {
    width: calc(60% - .5em);
}

[id^="mauticform_formulariolanding"][id$="submit"],
[id^="mauticform_formulariolanding"][id$="correo_electronico"] {
    width: 100%;
}

[id^="mauticform_formulariolanding"][id$="submit"] {
    width: 80%;
    margin: auto;
}

[id^="mauticform_formulariolanding"][id$="submit"] button {
    margin: auto;
    background: var(--minitec-orange)!important;
    color: white!important;
    border: none;
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*REFERENTES*/

.referente>.container {
    background: white;
    border-radius: 25px;
    padding: 60px;
}

.furgo {
    transform: translate(-20px, 20px);
    background: url(./../img/furgo.jpg);
    min-height: 300px;
    width: 100%;
}

.furgo-shadow {
    height: 100%;
    background: var(--minitec-orange);
    border-radius: 4px;
    z-index: 2;
    padding: 0px!important;
    transform: translateX(20px);
    max-width: 400px;
    margin: auto;
}


/*PERFILES MINITEC*/

.perfiles>.container {
    background: white;
    border-radius: 25px;
    padding: 60px;
}

.perfiles-image {
    background: url(./../img/perfiles-aluminio-2.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 160px;
}

.perfiles p {
    margin-top: 1em;
    margin-bottom: 1em;
}


/*video*/

.video>.container {
    background: white;
    border-radius: 25px;
    padding: 60px;
}


/*icad*/

.icad>.container {
    background: white;
    border-radius: 25px;
    padding: 60px;
}

.icad-image {
    background-image: url(./../img/icad.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}

.icad-text {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*tech support*/

.tech-service>.container {
    background: url(./../img/tech-support.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
}

.tech-form {
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 10%;
}


/*zones*/

.zone {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #3e3e3e;
    padding-bottom: 2em;
}

.zones .row>div {
    padding: 0!important;
    margin-top: 2em;
}

.zones .row {
    background: white;
}

.zone span {
    background: #cecece;
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;
}

.zone img {
    padding-top: 20px;
    width: 110px;
    margin: auto;
}


/*video*/

.video-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-shape {
    background: var(--minitec-orange);
    border-radius: 10px;
    width: fit-content;
    margin: auto;
    transform: translate(20px, 20px)
}

.video-shape iframe {
    max-width: 100%;
    transform: translate(-20px, -20px);
}

.header .container {
    display: flex;
}


/*RESPONSIVE*/

@media(max-width:768px) {
    section {
        padding: 1em;
    }
    .container {
        padding: 20px!important;
    }
    .tech-service>.container {
        background: transparent;
    }
    .tech-form {
        background: #ECEDEF
    }
    .tech-image {
        background: url(./../img/tech-support.jpg);
        background-size: cover;
        min-height: 300px;
        background-repeat: no-repeat;
    }
    [id^="mauticform_formulariolanding"][id$="nombre"],
    [id^="mauticform_formulariolanding"][id$="apellidos"] {
        width: 100%;
    }
    .referente>.container {
        padding-bottom: 40px!important;
    }
    .rrss-container {
        display: none;
    }
    .header {
        position: fixed;
        top: 0;
        box-shadow: 0 4px 4px #666;
        z-index: 10;
    }
    .header .container {
        display: flex;
        flex-direction: row;
    }
    .info {
        margin-top: 127px;
    }
}

@media(max-width:480px) {
    .header {
        padding: 0;
    }
    .header .container {
        flex-direction: column;
    }
    .call {
        margin-top: 20px;
        margin-right: auto;
    }
    .info {
        margin-top: 153px;
    }
}