@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Archivo:ital,wght@0,100..900;1,100..900&family=Lobster&display=swap');

* {
	font-family: "Archivo", sans-serif !important;
}
#namor-header {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    height: 110px;
    z-index: 99;
    padding: 9px 0 9px 48px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
}

div#namor-get-in-touch{
    position: absolute;
    top: 100px;
}

div.namor-get-in-touch-button {
    background-color: #FF6066;
    height: 80px;
    width: 500px;
    display: flex;
    align-items: center !important;
    justify-content: left;
    padding: 0 30px;
    cursor: pointer;
    right: 0;
}



/*
#namor-header div.namor-get-in-touch-button {
    background-color: #ffffff;
    color: #000000;
}
*/
div.namor-get-in-touch-button span.button-text {
    font-family: 'Archivo';
    font-weight: 300;
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
}

#namor-header div.namor-get-in-touch-button:hover span.button-text {
    color: #000000;
}

div.namor-get-in-touch-button:hover {
    justify-content: space-between;
	background-color: #ffffff;
}

div.namor-get-in-touch-button .arrow-onhover {
	display: none;
}

div.namor-get-in-touch-button:hover .arrow {
	display: none;
}
div.namor-get-in-touch-button:hover .arrow-onhover {
	display: block;
}
/*
div.namor-get-in-touch-button:hover span.button-text {
    font-weight: 500;
}

@media (max-width: 600px) {
    #namor-header #namor-header-img {display: none;}
}
*/
img.btn-arrow {
		width: 46px !important;
		height: 31px !important;
	}
@media (max-width: 500px) {
	#namor-header {
		padding: 10px 0 10px 10px;
		height: 70px;
	}
	
	div.namor-get-in-touch-button {
		width: 190px;
		height: 40px;
		padding: 0 10px;
	}	
	div.namor-get-in-touch-button span.button-text {
		font-size: 12px;
	}
	img.btn-arrow {
		width: 22px !important;
		height: 12px !important;
	}
}

#home-news .owl-item {
    cursor: pointer;
}

/* Contact form */
#coming-soon-contact-form-container form {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -1000px;
    left: auto;
    z-index: 99999;
    background-color: #FFFFFF;
    transition: transform .5s;
    max-width: 773px !important;
    font-family: Archivo !important;
    font-size: 18px !important;
    font-weight: 100 !important;
    color: #242424 !important;
    padding: 55px 52px 55px 53px !important;
    overflow-y: scroll;
}

#coming-soon-contact-form-container.shown form {transform: translateX(-1000px);}

#contact-form-body #contact-form-close-btn { margin-bottom: 30px;}
#contact-form-body #contact-form-close-btn img {
    cursor: pointer;
    transition: transform .5s;
    transform: none;
}

#contact-form-body #contact-form-close-btn img:hover {
    transition: transform .5s;
    transform: rotate(180deg);
}

#contact-form-body {width: 667px;}
#contact-form-body * {font-family: "Archivo";}
#contact-form-header { font-size: 24px !important;margin-bottom: 20px;}
#contact-form-header .contact-form-title {font-weight: 500 !important;}
#contact-form-body .contact-form-text {line-height: 20px !important;margin-bottom: 20px;}
#contact-form-body .contact-form-investor-type-title {font-weight: bold;}
#contact-form-body #contact-form-type-investor {margin-bottom: 20px;}
#contact-form-body #contact-form-type-investor .wpcf7-form-control-wrap {display: block !important;width:100% !important}
#contact-form-body #contact-form-type-investor .wpcf7-form-control-wrap .wpcf7-radio {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 5px;}
#contact-form-body #contact-form-type-investor .wpcf7-form-control-wrap .wpcf7-radio.wpcf7-not-valid {border: 1px solid #FF6066;}
#contact-form-body #contact-form-type-investor .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {width: 100%;margin: 0px 10px;}
#contact-form-body #contact-form-type-investor .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {font-family: "Archivo";font-weight: 100;}
#contact-form-body .contact-form-input input, #contact-form-body .contact-form-input textarea { border: 1px solid #242424 !important; color: #242424 !important; width: 100%; padding: 10px;}
#contact-form-body .contact-form-input textarea {resize: none;height: 100px;margin-bottom: 15px;}
#contact-form-body .contact-form-input input::placeholder, #contact-form-body .contact-form-input textarea::placeholder {color: #242424!important;font-family: Archivo !important; font-weight: 100 !important}
#contact-form-body #contact-form-footer{ margin-top:30px; display: inline-flex; justify-content: space-between; width: 100%;font-size: 15px !important;}
#contact-form-body #contact-form-footer a {color: #242424 !important;}
#contact-form-body #contact-form-footer input {
    font-size: 18px !important;
    color: #242424;
    border: 1px solid #242424;
    background-color: transparent;
    width: 172px;
    text-transform: uppercase;
}

#contact-form-body #contact-form-footer input:hover {
    color: #ffffff;
    background-color: #242424;
}

div#coming-soon-contact-ok-fs {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    visibility: hidden;
    transition: visibility 0.5s;
}

#coming-soon-contact-ok {
    position: relative;
    margin-top: 7vh;
    background-color: #fff;
    color: black;
    text-align: center;
    width: 965px;
    height: 65vh;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 965px;
    min-height: 600px !important;
}

#coming-soon-contact-ok-fs.visible {
    visibility: visible;
    transition: visibility 0.5s;
}

div#coming-soon-contact-ok-closeBtn {
    text-align: right;
    padding: 25px;
    width: 915px;
}

div#coming-soon-contact-ok-closeBtn img {
    height: 17px;
    cursor: pointer;
    transition: transform .5s;
    transform: none .5 ease;
}

div#coming-soon-contact-ok-closeBtn img:hover {
    transition: transform .5s;
    transform: rotate(180deg);
}

div#coming-soon-contact-ok-mainText {
    font-size: 96px;
    color: #FF6066;
    width: 600px;
    line-height: 108px;
}
div#coming-soon-contact-ok-subText {
    font-size: 20px;
    color: #242424;
    width: 600px;
    margin-top: 30px;
    line-height: 2em;
}
div#coming-soon-contact-ok-footer {
    background-color: #242424;
    padding: 20px;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 985px) {
    #coming-soon-contact-ok {
        position: fixed;
        left: 10px;
        right: 30px;
        width: auto;
    }

    div#coming-soon-contact-ok-closeBtn {
        width: calc(100% - 50px);
    }
}

@media (max-width: 650px) {
    div#coming-soon-contact-ok-mainText {
        font-size: 12vw;
        width: calc(100% - 70px);
        line-height: 13vw;
    }
    div#coming-soon-contact-ok-subText {
        font-size: 20px;
        color: #242424;
        width: calc(100% - 70px);
        margin-top: 30px;
        line-height: 2em;
    }
}

@media (max-width: 800px) {
    #coming-soon-contact-form-container form {
        padding: 0 !important;
        left: 0;
        right: 0;
        top: -2000px;
        height: 100%;
        box-sizing: border-box;
    }
    #coming-soon-contact-form-container.shown form {
        transform: translateY(2000px);;
    }
    #contact-form-body {
        width: 100%;
        padding: 20px 30px 20px 20px;
        box-sizing: border-box;
    }
    #contact-form-body #contact-form-type-investor .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
        width: 100%;
        margin: 0px 0px 5px;
    }
    .no-scroll {
        overflow: hidden;
        height: 100vh; /* evita scroll adicional en móviles */
    }
}

.wpcf7-response-output {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

.wpcf7-not-valid-tip-text {
    background-color: #FF6066;
    padding: 5px;
}

.wpcf7-not-valid-tip {
    color: #FF6066 !important;
    display: none !important;
}


#contact-form-body .contact-form-input input.wpcf7-not-valid,
#contact-form-body .contact-form-input textarea.wpcf7-not-valid {
    border: 1px solid #ff6066 !important;
}

.wpb-content--blank .wpb-content-wrapper {
    max-width: 100% !important;
}