:root {
    --azul-oscuro: #083b8f;
    --azul-medio: #0b58b5;
    --azul-brillante: #18a7ff;
    --azul-claro: #54c4ff;
    --blanco: #ffffff;
    --gris: #eef4fb;
    --gris-texto: #5e6b7d;
    --texto: #1a2b49;
    --sombra: 0 18px 45px rgba(4, 27, 75, .18);
    --radio: 22px;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(font/Montserrat-Regular.ttf);
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}

html{
	overflow:hidden;
	height: fit-content;
	
}

body {
	
	width: 100vw;
    font-family: 'Montserrat', sans-serif;
    color: var(--texto);
    height: 100svh;
    margin: 0;
    background: linear-gradient(135deg, rgba(4, 31, 94, .95), rgba(11, 88, 181, .88)), radial-gradient(circle at 20% 20%, rgba(84, 196, 255, .25), transparent 28%), radial-gradient(circle at 80% 30%, rgba(24, 167, 255, .20), transparent 22%), radial-gradient(circle at 40% 80%, rgba(255, 255, 255, .08), transparent 20%);
    position: relative;
	overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0)), repeating-linear-gradient(90deg, rgba(255, 255, 255, .03) 0px, rgba(255, 255, 255, .03) 1px, transparent 1px, transparent 120px);
    pointer-events: none;
}

#insTotalWrapper{
	
	/*background:red;*/
	/*height:100%;*/
	height: fit-content;
	width: 75vw;
    position: relative;
    justify-self: center;
    padding-top: 3svh;
	
	
	
}

#insFixedHeader{
	
	height: 15svh;
   /* background: linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));*/
	background:#2b467d;
    border: 1px solid rgba(255, 255, 255, .18);
    /* border-top-left-radius: 2rem;
    border-top-right-radius: 2rem; */
    position: fixed;
    top: 3svh;
    width: 75vw;
	z-index: 1;

	display:grid;
	grid-template-columns: auto 10vw;
	
}

#insFormBlock{
	
	display: grid;
    grid-template-rows: 40svh auto;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 15svh;
    width: 75vw;
	
	
	
}
#insDescr{
	
	width:100%;
	border: 1px solid rgba(255, 255, 255, .18);
	/*border-top: 0px;*/
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
	box-shadow: var(--sombra);
	
	display: grid;
    grid-template-rows: 5svh 20svh 15svh;
	
}

#insOperator{
	
	display:grid;
	grid-template-rows: 5svh auto;
	align-content: center;
	
}


.headerSpan{
	
	color: white;
    font-weight: bold;
    text-align: center;
	
}
.logoHeader{
	
	max-width: 95%;
    max-height: 15svh;
	align-self: center;
	filter: drop-shadow(2px 2px black);
	
}


.innerDescBlock{
	
	width:95%;
	justify-self: center;
	
}
#descrBulletWrapper{
	
	align-self: center;
	
}
.descrBullet{
	
	display: inline-block;
    background: rgba(24, 167, 255, .18);
    border: 1px solid rgba(84, 196, 255, .45);
    color: #d8f3ff;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.5rem 0.7rem;
    border-radius: 999px;
	
}

#titleDescr{
	
	color:white;
	
}

h1 {
    font-size: clamp(10px, 4vw, 42px);
    font-weight: bold;
    line-height: 1.15;
    margin-bottom: 14px;
	text-transform: uppercase;
	text-align: center;
}

#actDescrpform{
	
	color: white;
    font-size: 1.3rem;
	align-content: center;
	
}


#insForm{

	
    height: fit-content;
	position:relative;
	margin-top: 3svh;
}

#formOutWrapper{
	position: relative;

	background:white;
	border-radius:1rem;
	display:grid;
	grid-template-rows:75svh auto;
	box-shadow: var(--sombra);
	
	
}

#insAllies{
	
	display:grid;
	grid-template-rows: 12svh auto 15svh;
	justify-items: center;
	border-bottom: 1px solid #e9eef6;
}


#alliesTxtWrapp{
	
	
	
}

.selfPadd{
	
	width:95%;
	
	
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--azul-oscuro);
}

.section-text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--gris-texto);
	align-self: center;
}


.institutions-title {
    font-size: 1rem;
    font-weight: bold;
    color: var(--azul-oscuro);
    align-self: center;
}

#alliesLogoesWrapper{
	
	background: #f7fafe;
    border-radius: 1.5rem;
	border: 1px dashed #bdd9f6;
}

#alliesWrapStructure{
	
	
	justify-self: center;
    display: grid;
    grid-template-rows: 5svh auto;
    width: 95%;
	
	
}

.logo-slot {
    height: 5svh;
    background: #fff;
    border: 1px solid #dbe8f5;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a8ba4;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding: 0.3rem;
	cursor: default;
}
#actAlliesLogoes{
	
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
	
}


#effectWrapper{
	
	position: relative;
    height: 97svh;
    overflow: hidden;
    overflow-y: scroll;
    top: 3svh;
	
	
}

#effectWrapper::-webkit-scrollbar {
            width: 1rem;
        }
#effectWrapper::-webkit-scrollbar-track {
            border-radius: 1rem;
            background-color: #e7e7e7;
            border: 1px solid #cacaca;
        }
        
#effectWrapper::-webkit-scrollbar-thumb {
	border-radius: 1rem;
	background-color: #d55959;
}
.terms-box {
    margin-top: 1rem;
    padding: 0.8rem 1rem;
    background: #f7fbff;
    border-bottom: 1rem solid #e9eef6;
    border-left: 1rem solid var(--azul-brillante);
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--gris-texto);
	
}


.terms-box a {
    color: var(--azul-medio);
    text-decoration: none;
    font-weight: bold;
}

#allFormWrapper{
	
	height: fit-content;
	
}
.wrapperFormm{
	
	width: 95%;
	margin-top: 2svh;
    /* background: blue; */
    justify-self: center;
    position: relative;
    display: grid;
    grid-template-rows: 5svh auto;
    margin-bottom: 2svh;
	
}



.form-section-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--azul-oscuro);
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.form-section-title::before {
    content: "";
    width: 10px;
    height: 28px;
    border-radius: 20px;
    background: linear-gradient(180deg, var(--azul-brillante), var(--azul-medio));
}


#insInputWrapper{
	
	display: grid;
    /* grid-template-rows: repeat(4, 1fr); */
	grid-template-rows: 2.5fr 2fr 2fr 2fr;

	
	
}

.innerInsBlock{
	
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.4rem;
	
}
.field {
    display: flex;
    flex-direction: column;
	justify-content: end;
}
.required {
    color: #e53935;
    margin-left: 0.3rem;
}

.field label {
    font-size: 1rem;
    font-weight: bold;
    color: var(--texto);
    /* margin-bottom: 1rem; */
    line-height: 1.5;
}
.field input, .field select, .field textarea {
    width: 100%;
    border: 1px solid #d7e5f5;
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    font-size: 1rem;
    color: var(--texto);
    outline: none;
    transition: .25s ease;
    font-family: 'Montserrat', sans-serif;
}

.field input:focus, .field select:focus, .field textarea:focus {
    border-color: var(--azul-brillante);
    box-shadow: 0 0 0 4px rgba(24, 167, 255, .12);
}


.smolTitle{
	
	/* font-size: 0.8rem !important; */
	
}

.field.full {
    grid-column: 1 / -1;
}
.field textarea {
    resize: vertical;
    min-height: 120px;
}


.upload-card {
    padding: 18px;
    border: 1px dashed #b8d4ef;
    border-radius: 18px;
    background: #fff;
}

.upload-card label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--azul-oscuro);
    line-height: 1.5;
}


#lastBlockIns{
	
	grid-template-rows: 5svh auto 25svh;
	
}
.check-area {
    margin-top: 1rem;
    background: #eef7ff;
    border: 1px solid #d6e9fb;
    border-radius: 1rem;
    padding: 1rem;
}

.check-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.check-row input[type="checkbox"] {
    transform: scale(1.2);
    margin-top: 4px;
}
.check-row label {
    font-size: 14px;
    line-height: 1.7;
    color: var(--gris-texto);
}

.check-row a {
    color: var(--azul-medio);
    font-weight: 700;
    text-decoration: none;
}


.actions {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

.actions .btn-submit {
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, var(--azul-brillante), var(--azul-medio));
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    padding: 16px 42px;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(11, 88, 181, .30);
    transition: transform .2s ease, box-shadow .2s ease;
}


#insMaster{
	
	display:grid;
	/* grid-template-columns: auto 20vw 20vw; */
	grid-template-columns: 1fr 1fr;
	align-items: center;
    justify-items: center;
}


#ccasLogo{
	
	display:flex;
	
}

.emptySpace{
	
	border-color: crimson !important;
    box-shadow: 0 0 0 4px rgba(24, 167, 255, .12);
	border-style: solid;
	
}

#feedbackBox{
	
	position:absolute;
	background:crimson;
	height:15svh;
	width: 25vw;
    right: -25vw;
    z-index: 2;    
	color: white;
    align-content: center;
    text-align: center;
	font-weight: bold;
    font-size: 1.2rem;
	transition:all .3s;
}


.showFeedback{
	
	right: 0 !important;
	
}

input[type="checkbox"].emptySpace {
    outline: 2px solid crimson !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(220, 20, 60, .12);
}


.inputWrapperRadio{
	
	cursor: pointer;
    display: flex;
    width: 3vw;
    margin-left: 1rem;
    margin-right: 1rem;
	
	
}

.containerRadios{
	
	display: flex;
    align-self: center;
	cursor: pointer;
}

.radioInnps{
	
	cursor: pointer;
	
}
/* Quita el borde rojo del contenedor */
.containerRadios.emptySpace {
    border-color: transparent !important;
    box-shadow: none;
}

/* Muestra el error alrededor de cada radio */
.containerRadios.emptySpace .radioInnps {
    outline: 2px solid crimson !important;
    outline-offset: 2px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(220, 20, 60, .12);
}

.logoImgClass{
	
	max-width: 100%;
	max-height:5svh;
	
}


.outStyleWrapper{
	
	height: 95svh !important;
    overflow: hidden !important;
	
}
.outStyleBlock{
	
	background:rgba(255,255,255, .15);
	height: 75svh;
	display: flex !important;
    justify-content: center;
	
}

#outMSg{
	
	background: rgba(255, 255, 255, .15);
    height: 70svh;
    width: 95%;
    align-self: center;
	align-items: center;
    display: flex;
	flex-direction: column;
    border-radius: 1rem;
	box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.2), -3px -3px 4px -1px rgba(255, 255, 255, 0.5);

}


.outMsgTitleMsg{
	
	color: white;
    font-weight: bold;
    font-size: 2.5rem;
	
}

.outMsgTitleMsg, .importantOut{
	
	height: 10svh;
	
}
.outMsgSubTitleMsg, .recomendOut{
	
	height:5svh;
	
}


.outContent{
	
	height: 20svh;
	
}
.styleOutTxxt{
	
	align-content: center;
    max-width: 75%;
    text-align: center;
    color: white;
    font-weight: bold;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}





/* //------------------ media queries */


.rotateDeviceMessage {
    display: none;
}

@media
    (orientation: landscape) and
    (height < 30em) and
    (pointer: coarse) {

    body {
        overflow: hidden;
    }

    .rotateDeviceMessage {
        display: flex;
        position: fixed;
        inset: 0;
        z-index: 99999;

        align-items: center;
        justify-content: center;

        padding: 2rem;
        text-align: center;
        background: #fff;
    }

    .rotateDeviceMessage span {
        display: block;
        font-size: 4rem;
    }

    .rotateDeviceMessage p {
        max-width: 25rem;
        font-size: 1.2rem;
    }
}







/* Solo celulares pequeños */
@media (width < 30em) {
	html{
		overflow:hidden;
		
	}
	body{
		
		width: 100vw;
		
	}
	
	
	#feedbackBox {
		width:50vw;
		right: -50vw;
		
	}
	#insTotalWrapper {
		
		width: 100vw;
		
		
	}
	
	#effectWrapper::-webkit-scrollbar {
		display:none;
	}
	
	#insFixedHeader {
		
		width:100vw;
		display: flex;
		
		
		
	}

	#insMaster {
		
		display: flex;
		align-items: center;
	}
	
	#actDescrpform {
		
		font-size: 0.7rem;
		
	}
	
	#insDescr {
		width: 97vw;
		grid-template-rows: 5svh 10svh 15svh;
		justify-self: center;
	}
	
	#insFormBlock {
		width: 100vw;
		grid-template-rows: 30svh auto;
	}
	
	
	#insForm, #formOutWrapper {
		width: 97vw;
		justify-self: center;
		
		
	}
	#formOutWrapper {
		
		grid-template-rows: 100svh auto;
	}
	#insAllies{
		
		width: 95vw;
		grid-template-rows: 15svh auto 20svh;
		justify-self: center;
		
	}
	
	#actAlliesLogoes {

		grid-template-columns: repeat(3, 1fr);
		gap: 0rem;
	}
	
	
	.innerInsBlock {
		
		display: flex;
        flex-direction: column;
		gap:0;
	
	}
	
	.descrBullet {
		
		display: block;
		text-align: center;
		
	}
	
	.section-title {
		font-size: 1rem;
	}
	.section-text {
		font-size: 0.7rem;
	}
	.selfPadd {
		width: 95vw;
		text-align: center;
	}
	
	#alliesWrapStructure {
    
		width: 100%;
	}
	
	.terms-box {
		
		font-size: 0.7rem;
	
	}
	
	.form-section-title {
		font-size: 1rem;
	}
	
	
	.insInputData{
		
		height:5svh;
		padding:0rem !important;
		
	}
	
	#insInputWrapper {
		display: flex;
		flex-direction: column;
		width: 97vw;
		align-items: center;
	}
	
	.check-row label {
		font-size: 0.7rem;
	}
	
	
	.headerLogoWrapper{
		
		
		
	}
	.logoHeader {
    
		justify-self: center;
	}
	.actions {
		margin-top: 4rem;
	}
	
	.outMsgTitleMsg {
		
		font-size: 1.5rem !important;;
		
	}
	.styleOutTxxt{
		font-size: 0.7rem;
		
		
		
	}
	
	.outContent {
		height: 17svh;
		font-size: 0.7rem !important;
	
	}
	
	.recomendOut, .importantOut  {
		
		font-size: 0.6rem !important;
		
	}
	
	
	
	
}








/* Solo tablets */

@media (48em <= width < 64em) {
	
	
	html{
		overflow:hidden;
		
	}
	body{
		
		width: 100vw;
		
	}
	
	
	#insFixedHeader {
		width: 80vw;
		grid-template-columns: auto 20vw;
	}
	
	#insFormBlock {
		
		width: 80vw;
		grid-template-rows: 50svh auto;
	}
	
	
	h1{
		
		font-size:3vw;
		
	}
	
	#actDescrpform{
		
		font-size:2.5vw;
		
	}
	
	.innerInsBlock {
    
		gap: 1rem 1rem;
	}
	
	#lastBlockIns{
		
		justify-content: center;
		
	}
	
	.outMsgTitleMsg {
		
		font-size: 1.5rem !important;;
		
	}
	.styleOutTxxt{
		font-size: 0.7rem;
		
		
		
	}
	
	.outContent {
		height: 17svh;
		font-size: 0.7rem !important;
	
	}
	
	.recomendOut, .importantOut  {
		
		font-size: 0.6rem !important;
		
	}
	
}


/* Solo portátiles pequeños */

@media (64em <= width < 80em) {
	
	html{
		overflow:hidden;
		
	}
	body{
		
		width: 100vw;
		
	}
	
	
	#insFixedHeader {
		width: 80vw;
		grid-template-columns: auto 20vw;
	}
	
	#insFormBlock {
		
		width: 80vw;
		grid-template-rows: 50svh auto;
	}
	
	
	h1{
		
		font-size:3vw;
		
	}
	
	#actDescrpform{
		
		font-size:2.5vw;
		
	}
	
	.innerInsBlock {
    
		gap: 1rem 1rem;
	}
	
	#lastBlockIns{
		
		justify-content: center;
		
	}
	
	
	
}


/* Solo escritorio */

@media (80em <= width < 96em) {
	
	h1 {
		
		font-size: 2.5vw;
		
	}
	.check-row {
    
		align-items: center;
	}
	
	
	
}

@media (pointer: coarse) {

    button,
    input[type="button"],
    input[type="submit"],
    input[type="checkbox"],
    input[type="radio"],
    select {
        min-height: 2.75rem;
    }
}


/* Hover únicamente cuando el dispositivo realmente lo soporta */

@media (hover: hover) and (pointer: fine) {

    
    .button:hover {
        transform: translateY(-2px);
    }
    
}


/* Evita hover pegajoso en celulares */

@media (hover: none) {

    
    .tooltipHover {
        display: none;
    }
    
}
