/*version 2.3*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

@font-face {
    font-family: GothamBook;
    src: url('GothamBook.ttf');
}

@font-face {
    font-family: GothamMedium;
    src: url('GothamMedium.ttf');
}

@font-face {
    font-family: GothamBold;
    src: url('Gotham-Bold.otf');
}

:root {
    --light-color: #f1f1f1;
    --solheColor: #fcb427;
    --colorBlue: #00395d;
    --colorDark: #1e1e1e;
    --colorGray: #787878;
    --shadow-prim: 2px 2px 2px gray;
    --shadow-sec: 1px 1px 1px #787878;
    --fontFamily-Book: GothamBook;
    --fontFamily-Medium: GothamMedium;
    --fontFamily-Bold: GothamBold;
    --size-1: 26px;
    --size-2: 36px;
    --size-3: 44px;
    --size-4: 52px;
}

* {
    margin: 0;
    padding: 0;

}

body {
    font-family: var(--fontFamily-Book);
    color: var(--colorDark);
}

section {
    font-family: var(--fontFamily-Book);
}


.lg-color {
    color: var(--light-color);
}

.center-txt {
    text-align: center;
}

.solhe-color {
    color: var(--solheColor);
}

.shadow-prim {
    text-shadow: var(--shadow-prim);
}

.shadow-sec {
    text-shadow: var(--shadow-sec);
}

h1, h2, h3 {
    line-height: 1.5;
    font-family: var(--fontFamily-Medium);
}

p {
    line-height: 1.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

b {
    font-family: var(--fontFamily-Bold);
}

.spacer {
    height: 2em;
}

.block {
    display: block;
}

/*listas*/
.sin-vineta {
    list-style-type: none;
}

/*menu */
nav {
    width: 100%;
    height: 3em;
    font-family: var(--fontFamily-Book);

}

.transparent {
    background-color: transparent;
}

.prim-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 4em 0 2em;
    width: 100%;
    height: 4em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 51;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 51;
    top: 0;
    left: 0;

    background-color: #00000080;
    -webkit-box-shadow: 0 4px 30px rgba(205, 13, 13, 0.235);
    box-shadow: 0 4px 30px rgba(205, 13, 13, 0.235);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);

    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}

.overlay-content {
    position: relative;
    top: 7%;
    width: auto;
    margin-top: 2em;
    padding-right: 2em;
    line-height: 1.7;
    text-align: right;
}

.overlay a {

    text-decoration: none;
    font-size: 24px;
    color: var(--light-color);
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: orange;

}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 0.7em;
    font-size: 48px;
}

/*BOTONES */
.link-boton-dark a, .link-boton-light a {
    text-decoration: none !important;
    color: inherit;
}

.botonera {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1em;
    margin: 1em 0;
}


.link-boton-dark {
    border-radius: 28px;
    border: none;
    font-family: inherit;
    font-size: 14px;
    background: var(--colorBlue);
    color: var(--light-color);
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    cursor: pointer;

}

.link-boton-dark:hover {
    background: var(--light-color);
    color: var(--colorBlue);
    text-decoration: none;
}

.link-boton-light {
    border-radius: 28px;
    border: none;
    font-family: inherit;
    font-size: 14px;
    background: var(--light-color);
    color: var(--colorDark);
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    cursor: pointer;

}

.link-boton-light:hover {
    background: var(--colorDark);
    color: var(--light-color);
    text-decoration: none;
}

/*chvron start--------*/
.chevron {
    height: 2em;
    width: 50%;
    margin: 0 auto;
    font-size: var(--size-2);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--light-color);
}

.rebote {
    -webkit-animation: 2s rebote 1;
    animation: 2s rebote 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes rebote {
    20%, 50%, 80% {
        -webkit-transform: translateY(0px);
    }

    40% {
        -webkit-transform: translateY(-45px);
    }

    60% {
        -webkit-transform: translateY(-25px);
    }

}

/*--------crevron end*/


/**font-size: calc(16px + 6 * ((100vw - 320px) / 680)); 
     That would scale font-size from a minimum of 16px 
    (at a 320px viewport) to a maximum of 22px (at a 1000px viewport) */

/*sticky whatsapp y cta contacto*/
.sticky-phone {
    position: fixed;
    bottom: 15vh;
    right: 2em;
    z-index: 15;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--solheColor);
    color: var(--light-color);
    font-size: 18px;
    cursor: pointer;
}

.sticky-contact {
    position: fixed; 
    right: 0; 
    top: 150px; 
    transition: right 1s;
    z-index: 15;
    min-width: 100px;
    height: 50px; 
    padding: 0 1em;   
    border-radius: 25px 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;	
    background-color: indianred; /*var(--colorBlue);*/
    color: var(--light-color);
	font-family: var(--fontFamily-Book);
    font-size: 18px;
    cursor: pointer;
   
}

.pulse {
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
}

@-webkit-keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(177, 145, 85, 0.7);
        box-shadow: 0 0 0 0px rgba(177, 145, 85, 0.7);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(177, 145, 85, 0);
        box-shadow: 0 0 0 20px rgba(177, 145, 85, 0);
    }
}

@keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(177, 145, 85, 0.7);
        box-shadow: 0 0 0 0px rgba(177, 145, 85, 0.7);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(177, 145, 85, 0);
        box-shadow: 0 0 0 20px rgba(177, 145, 85, 0);
    }
}


/*FOOTER WIDGET*/
footer {
    background-color: var(--colorDark);
    color: var(--light-color);
    margin: 0;
    padding: 1em 1.5em;
    font-family: var(--fontFamily-Book);
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col-50 {
    width: 50%;
}


footer a {
    color: var(--light-color);
    text-decoration: none;
}

#dev {
    margin: 0;
    font-size: 10px;
    text-align: right;
}

.inline-icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.7em;
    margin-top: 1em;
}

/*default cover*/
.main-cover-default{
    background-color: var(--solheColor);
}

/*video climatiz*/
.video-container {
    width: 100%;
    height: 350px;
    max-height: 500px;
    margin: 3em 0 2em;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

/*ABOUT*/
.columns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-align: space-around;
    -ms-flex-align: space-around;
    align-items: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.columns-container>div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;

}

section.full-width {
    width: 100%;
}

/*SSF PAGE*/
.owl-container {
    margin: 3em 0;
    background-color: #ececec;
    padding: 0.5em;
}

.owl-nav {
    display: none;
}

/*FAQ*/
.faq-box {
    margin-bottom: 2em;
}

    /*contact page*/
    .social-icons {
        font-size: var(--size-2);
        text-align: center;

    }

    .social-icons i:hover {
        color: var(--colorBlue);
    }

    .contact-data-container {
        padding-left: 1em;
        border-left: solid 2px var(--solheColor);
    }

    .align {
        align-items: center;
    }

/*contact page*/
.social-icons {
    font-size: var(--size-2);
    text-align: center;

}

.social-icons i:hover {
    color: var(--colorBlue);
}

.contact-data-container {
    padding-left: 1em;
    border-left: solid 2px var(--solheColor);
}

.align {
    align-items: center;
}

/*contact form*/
.flex-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
}

.flex-form>div {
    -webkit-box-flex: max(400px, (100% - 1em)/3);
    -ms-flex: max(400px, (100% - 1em)/3);
    flex: max(400px, (100% - 1em)/3);
}

label.float-underline {
    margin-bottom: 0.7em;
    position: relative;
    border-bottom: 1px solid var(--solheColor);
}

input {
    padding: 1em 0px;
    margin-top: 1em;
    border: none;
    outline: none;
}

input::-webkit-input-placeholder {
    opacity: 0;
}

input::-moz-placeholder {
    opacity: 0;
}

input:-ms-input-placeholder {
    opacity: 0;
}

input:-ms-input-placeholder {
    opacity: 0;
}

input::placeholder {
    opacity: 0;
}

span.up {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(30px);
    font-size: 0.825em;
    transition-duration: 300ms;
}


label:focus-within>span,
input:not(:placeholder-shown)+span {
    color: var(--colorGray);
    transform: translateY(0px);
}

textarea {
    border: none;
}


.inline-radio {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: lightgrey;
    border-radius: 50%;
}


.radio-container:hover input~.checkmark {
    background-color: var(--colorBlue);
}

.radio-container input:checked~.checkmark {
    background-color: var(--solheColor);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked~.checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.error {
    color: red;
}

/*empresas*/
.padding-bt {
    padding-bottom: 2em;
}

.caja-icons-empresas {
    display: flex;
    align-content: space-around;
    text-align: center;
    flex-wrap: wrap;
}

.icons-empresas {
    flex-grow: 1;
    flex-basis: 150px;
}
.resp-col-child {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
    justify-content:flex-start;
	align-items: center;
    
}
.resp-col-child svg {
    max-width: 50px;
    
}

.resp-col-parent {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0.5em;
    justify-content: space-evenly;
    align-items: stretch;
    margin: 3em 0;
}

.resp-col-child-b {
    width: 300px;
    border-left: 2px solid orange;
    padding-left: 8px;
}

.resp-col-child {
    width: 150px;
    text-align: center;
}

.resp-col-child svg {
    max-width: 100px;
}


.full-width-sect{
    background: url("../multimedia/home-soluciones.webp") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.pattern {
    background-color: #f1f1f1;
    opacity: 0.8;
    background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #f1f1f1 10px), repeating-linear-gradient(#ececec55, #ececec);

}


div.proceso *,
div.proceso *::before,
div.proceso *::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.timeline {
    position: relative;
    margin: 50px auto;
    padding: 40px 0;
    width: 100%;


}

.timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: var(--solheColor);
}



.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.content {
    padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: var(--colorGray);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(252, 180, 39, 0.5);
}

.timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: var(--colorGray);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(252, 180, 39, 0.5);
}

.timeline ul li h4 {
    padding: 0;
    margin: 0;
    color: var(--solheColor);
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}



.timeline ul li .hidden {
    opacity: 0;
}

