/*-- THEME COLORS --*/
:root {
	/* Colors */
	--grid: #3D3D3D;
	--rojo: #E9212B;
	--amarillo: #F2B43D;
	--azul: #0CA9C8;
	--gris-claro: #EFEFEF;
	--shadow-1: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);;
	--shadow-2: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* @font-face {
	font-family: "Gotham-Light";
	src: url("/src/fonts/Gotham-Light.woff2") format("woff2"),
		url("/src/fonts/Gotham-Light.woff") format("woff");
	font-style: italic;
	font-display: swap;
} */

/*-- END THEME COLORS --*/

/*-- BASE --*/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* font-family: "Gotham-Light"; */
}

.fc-event-time {
    display: none !important;
}

body {
	background-color: #ffffff;
	margin: 0px;
}

::-webkit-scrollbar {
	width: 6px;
	height: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #d3d3d3;
}

a {
	text-decoration: none;
}

button {
	cursor: pointer;
}

input,
textarea,
select {
	outline: none;
}



.popup.showing {
	display: flex;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.popup .popup-container {
    width: auto;
    max-height: 90vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup .popup-container .btn-close-popup {
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: none;
	position: absolute;
	right: 20px;
	top: 20px;
    z-index: 111;
    background-color: transparent;
    background-color: #fff;
    border-radius: 50%;
}

.popup-content img {
	width: 100%;
    border-radius: 30px;
}

.popup-content {
	width: 100%;
	color: #4d4d4d;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
	overflow: auto;
    background-color: var(--grid-2);
    padding: 50px;
    border-radius: 10px;
}

.popup-content > img {
    width: auto;
    height: 70vh;
}


#principal-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 145px;
    padding: 0px;
}

#principal-banner.interno {
    position: relative;
}

#carousel-banner {
    width: 100%;
}

#carousel-banner .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card-principal-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.card-principal-banner img {
    width: 100%;
}

.card-principal-banner h3 {
    width: 40%;
    display: flex;
    font-size: 35px;
    color: #fff;
    bottom: 80px;
    text-align: center;
    padding-bottom: 20px;
}

.card-principal-banner > div {
    width: 100%;
    position: absolute;
    height: 150px;
    bottom: 0px;
    left: 0px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7931547619047619) 0%, rgba(255,255,255,0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 9;
}

#header-1 {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--grid);
    padding: 0px 30px;
}

#header-1>div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#header-1>div a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#header-1>div svg{
    fill: #fff;
    height: 20px;
}

#header-1>div span{
    color: #fff;
    font-size: 16px;
}


#header-2 {
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    background-color: #fff;
    box-shadow: var(--shadow-1);
}

.btn-h-home img{
    height: 85px;
}

#header-2> nav{
    display: flex;
    gap: 50px;
}

#header-2> nav >ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style-type: none;
}

#header-2> nav > ul > li> a{
    color: var(--grid-4);
    font-size: 18px;
    padding: 4px 0px;
    transition: ease all 0.6s;
    border-bottom: 2px solid transparent;
	font-family: "Gotham-Bold";
    display: flex;
    justify-content: center;
    align-items: center;
}

#header-2> nav > ul > li> a span{
	font-family: "Gotham-Bold";
}

#header-2> nav > ul > li>a:hover{
    border-bottom: 2px solid var(--grid-4);
}

.content-redes-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.content-redes-header a svg{
    height: 25px;
    fill: var(--azul);
}


.sub-items-header {
	display: none;
	max-width: 250px !important;
	position: absolute;
	background-color: #fff;
	border-radius: 15px;
	top: 78%;
	z-index: 9999;
    flex-direction: column;
    box-shadow: var(--shadow-1);
    overflow: hidden;
}

.content-sub-items-header:hover ul {
	display: flex;
    padding: 10px;
    gap: 6px;
}

.sub-items-header > li > a {
    width: 100%;
	display: flex;
	justify-content: flex-start !important;
	align-items: center;
	color: var(--grid-4) ;
	border-bottom: 2px solid var(--grid-4);
	padding: 5px 30px 5px 5px;
	transition: ease all 0.6s;
	font-family: "Gotham-Bold";
}

.sub-items-header > li > a:hover {
    background-color: var(--grid);
    color: #fff;
    border-radius: 6px;
	border-bottom: 2px solid var(--amarillo);
}

.sub-items-header > li {
    width: 100%;
}

.btn-header-sub svg {
    width: 25px;
    fill: var(--grid-4);
}

.btn-h {
    background-color: var(--amarillo);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 2px 10px;
    border-radius: 20px;
}

.btn-h span{
    color: #fff;
}

.btn-h svg{
    width: 25px;
    fill: #fff;
}

main {
    margin-top: 120px;
}

#menu-btn {
    display: none;
}

#menu-btn svg {
    width: 40px;
}

#menu-btn svg path{
    fill: var(--grid);
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2E2E2E;
    flex-direction: column;
}

#content-info-footer {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 80px 0px 60px;
}

#content-info-footer >div{
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 30px;
}

#content-info-footer >div:not(:last-child){
    border-right: 1px solid #047021;
}

#footer-1 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-1 a img {
    width: 80%;
}

#footer-2 {
    align-items: flex-start;
    padding: 0px 40px;
}

#footer-2 h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}

#footer-2 a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 10px;
}

#footer-2 a svg{
    width: 20px;
    fill: #fff;
}

#footer-2 a span{
    width: calc(100% - 20px);
    color: #FEFEFE;
    font-size: 18px;
}
#footer-3 {
    align-items: center;
    gap: 15px;
}
#footer-3 iframe{
    width: 100%;
    height: 150px;
}

#footer-3 h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.card-redes-footer {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.card-redes-footer a{
    width: auto !important;
}
.card-redes-footer a svg {
    width: 40px !important;
    fill: var(--azul) !important;
}

#content-info-desarrollador {
    width: 100%;
    background-color: var(--azul);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-info-desarrollador span{
    width: 100%;
    font-size: 16px;
    color: #FEFEFE;
    text-align: center;
}

section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 40px 0px;
}

.btn-popup-experiencia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.btn-popup-experiencia svg{
    fill: #fff;
    width: 25px;
}

.btn {
    padding: 6px 30px;
    border-radius: 20px;
    background-color: var(--rojo);
    color: #fff;
    border: none;
    font-size: 20px;
}

.btn.blanco {
    background-color: #fff;
    color: var(--rojo);
}

.btn.amarillo {
    background-color: var(--amarillo);
}

.btn.azul {
    background-color: var(--azul);
}

#s-migas-de-pan {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 65px;
    z-index: 1;
    padding: 0px;
}

#content-migas {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 40px;
    box-shadow: var(--shadow-2);
}

#content-migas a {
    font-size: 18px;
    color: var(--gris-oscuro);
    font-weight: bold;
}

#content-migas a.active {
    color: var(--rojo);
}

#content-migas svg {
    width: 20px;
    fill: var(--gris-oscuro);
}

#s-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-form {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}

#content-form >h4{
    width: 100%;
    padding: 30px;
    font-weight: bold;
    background-color: var(--grid);
    color: #fff;
    text-align: center;
    font-size: 30px;
}

#content-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #EDEDED;
    padding: 25px;
    gap: 15px;
}

.content-input-form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.content-input-form.dos-inp {
    grid-template-columns: 1fr 1fr;
}

.content-input-form select,
.content-input-form input,
.content-input-form textarea{
    width: 100%;
    padding: 15px 10px;
    background-color: #fff;
    border: none;
}
.content-input-form textarea{
    resize: none;
    height: 150px;
}

.content-input-form-terminos {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.content-input-form-terminos label{
    font-size: 16px;
    color: var(--gris-oscuro);
}

.content-btns-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}
#content-form form button{
    font-size: 25px;
}


#s-text-trabaja {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px 80px;
}

#content-text-trabaja {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content-text-trabaja p{
    width: 100%;
    text-align: center;
    color: var(--gris-oscuro);
    font-size: 20px;
}

#content-text-trabaja img{
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    margin: 30px 0px;
}

#content-text-trabaja a{
    font-size: 25px;
}


.bnn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 15px);
    border-radius: 50%;
    background-color: #838383;
    z-index: 1;
}

.bnn svg{
    fill: var(--gris-claro);
}

.principal-title {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 35px;
    color: #000;
    font-weight: bold;
}

.principal-title.m-0 {
    margin: 0px;
}

.principal-title.blanco {
    color: #fff;
}

.text-section {
    width: 60%;
    text-align: center;
    color: #606060;
    font-size: 22px;
}

@media screen and (max-width: 1024px) {
    #header-1>div {
        width: 100%;
        padding: 0px 6px;
        justify-content: center;
        gap: 10px;
    }

    #header-1 {
        gap: 20px;
        padding: 0px 10px;
    }

    #header-1>div {
        justify-content: flex-end;
    }

    #header-1>div {
        gap: 20px;
    }

    #header-1>div a span {
        display: none;
    }

    #menu-btn {
        display: flex;
    }

    nav {
        display: none;
    }

    nav.active {
        width: 100%;
        display: flex;
        position: absolute;
        background-color: #fff;
        top: 120px;
        left: 0px;
        box-shadow: var(--shadow-2);
    }

    #header-2> nav> ul {
        flex-direction: column;
    }

    #header-2> nav> ul {
        width: 100%;
        padding: 20px;
        gap: 15px;
    }

    #header-2 {
        padding: 0px 15px;
        justify-content: space-between;
    }

    .section-text {
        width: 100%;
        padding: 20px;
        font-size: 16px;
    }

    .bnn {
        width: 30px;
        height: 30px;
    }

    #bnn-izq {
        left: 3%;
    }

    #bnn-der {
        right: 3%;
    }

    #s-resenas {
        padding: 0px;
    }

    .p-title {
        font-size: 20px;
    }

    .sub-items-header {
        max-width: 100% !important;
        position: unset;
        padding: 20px;
        list-style: none;
    }

    .content-sub-items-header {
        width: 100%;
    }

    #content-gal-popup {
        grid-template-columns: 1fr;
    }

    .popup-content {
        padding: 40px 20px;
    }

    .popup-content > h3 {
        font-size: 25px;
    }

    #header-2> nav {
        display: none;
    }

    #header-2> nav.active {
        display: flex !important;
        position: absolute;
        flex-direction: column;
        background: #fff;
        top: 145px;
        width: 100%;
        left: 0px;
        gap: 0px;
        padding: 15px;
    }

    .btn-h-home img {
        height: 60px;
    }

    .principal-title {
        margin-bottom: 0px;
    }

    .btn {
        font-size: 16px;
    }

    .principal-title {
        font-size: 30px;
    }

    #content-info-footer {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 20px;
    }

    #content-info-footer >div:not(:last-child) {
        border-right: none;
    }

    #footer-1 a img {
        width: 50%;
    }

    #footer-2 h3 {
        margin-bottom: 10px;
    }

    .card-principal-banner img {
        height: 250px;
        object-fit: cover;
    }

    #s-migas-de-pan {
        width: 95%;
        position: unset;
    }

    #content-migas {
        padding: 15px;
    }

    #content-migas a {
        font-size: 15px;
    }

    .text-section {
        font-size: 18px;
        padding: 0px 20px;
    }

    section {
        gap: 20px;
        padding-bottom: 0px;
    }
}
