@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../font/montserrat-light.ttf') format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../font/montserrat-medium.ttf') format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/montserrat-bold.ttf') format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../font/montserrat-black.ttf') format("truetype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* FriendlyCaptcha: el botón SIEMPRE empieza oculto */
/* Oculta solo cuando el atributo hidden está presente */
#enviar[hidden] {
    display: none !important;
}

.frc-container {
    width: fit-content;
}


html {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
h1,h2,h3{
	font-weight:900;
}
.parentesis{
	color:#0F40AD; 
	font-size:16px;
	font-weight:500;
}
.popUpHelpBG {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5d5b5b96;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.popUpHelp {
    width: 60%;
    display: flex;
    background-color: white;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.popUpHelp div {
    margin: 5px 0;
}
.popUpDivImg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.closeIcon {
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
    .closeIcon img {
        height: 20px;
        cursor: pointer;
    }
    }
.hero {
    background: #d2e6f3;
}

input {
    font-family: 'Montserrat', sans-serif;
}

.form-index {
    justify-content: center;
    text-align: center;
}

    .form-index .field {
        width: 45%;
        margin: auto;
    }

form {
    max-height: 0px;
    
    font-family: 'Montserrat', sans-serif;
}
/*form ul{
	padding-left:5px;
}*/

#backWall {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1000;
    background-color: rgba(22, 24, 31, 0.81);
    display: none;
}

#messSend {
    position: fixed;
    top: 40%;
    margin: 0;
    margin-top: -16px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 3rem;
    display: none;
    font-weight: 200;
    z-index: 1002;
}


body {
    background: #FEFEFE;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    min-height: 100vh;
}

h1,
h2 {
    padding-left: 35px;
    color:#3380C2;
    font-family: 'Montserrat', sans-serif;
}
h3{
	color:#0A419C;
	margin-bottom: 30px;
	font-size:22px;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 22px;
    margin-bottom: 3rem;
    margin-top: 2rem;
}


.form-control {
    height: 38px;
}



.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}


#file_content {
    position: relative;
    max-width: 670px;
}

.btn {
    height: 38px;
    line-height: 1.8;
}

#button_input {
    position: absolute;
    font-size: 1.1rem;
    vertical-align: top;
}


.botonMn:hover {
    color: #19070B;
}

#button_input:hover {
    color: #19070B;
}

.image_up {
    cursor: pointer;
    width: 207px;
    height: 50px;
    z-index: 10;
}

h4 {
    color: #0A419C;
}

li {
    color: #0F40AD;
    margin: 15px;
    font-size: 16px;
    font-weight: 500;
}

p {
    text-align: justify;
    color: #0f40ad;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.index{
	color:#0A419C;
	font-weight: 500;
}

#footer {
    margin: auto;   
    width: 100%;    
    color: #FFFFFF;
    background-color:#0779B6;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    display: block;
	padding: 20px;
    position: relative;
	text-align: center;
	border-top: 15px solid #0A419C;
}

#footer .menu-footer{

justify-content: space-around;
}
#footer .menu-footer a{
color: #ffffff;
}
#spanFooter {
    color: #FFFFFF;
    font-size: 12px;
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 20px;
    display: block;
}


    #footer > a {
        text-decoration: none;
        color: #0779B6;
    }

        #footer > a:hover {
            text-decoration: none;
            color: #6FCBFC;
        }

.button.raised {
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

    .button.raised:active {
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
        transition-delay: 0s;
    }

.botonMn {
    text-decoration: none;
    background-color: #0A419C;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    color: #FFF;
    line-height: 1.00rem;
    white-space: nowrap;
    padding: 15px 30px;
    font-size: 1.5rem;
    font-weight: 500;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

    .botonMn:hover {
        background-color: #0779B6;
    }

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}

.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
}

    .has-advanced-upload .box__dragndrop {
        display: inline;
    }


.ease {
    
    transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    /* Firefox */
    -webkit-transition: 0.7s ease;
    /* Chrome - Safari */
    -o-transition: 0.7s ease;
    /* Opera */
}


.data > label {
    width: 100%;   
    display: inline-block;
    padding-top: 10px;
	color: #0A419C;
	font-size:16px;
	font-weight: 700;
}



.data {
    width: 100%;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
}

    .data > input {
        width: 100%;
        max-width: 500px;
        display: inline-block;
        vertical-align: top;
		border-block-color: #0F40AD;
		font-weight: 700;
    }

    .data > #pais {
        width: 100%;
        max-width: 200px;
        display: inline-block;
    }

    .data > #fechaNac {
        width: 100%;
        max-width: 200px;
        display: inline-block;
    }


.sel > #consulta {
    height: inherit;
    width: 100%;
    max-width: 470px;
    display: inline-block;
}


.data > #motivo {
    height: inherit;
    width: 100%;
    max-width: 225px;
    display: inline-block;
}


.comments {
    margin-top: 30px;
}

#divComments > label {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.comments > textarea {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    max-width: 870px;
    min-height: 100px;
    margin-top: 20px;
	border-block-color: #0779B6;
}
.comments > label{
    font-size:20px;
	color: #0A419C;
}

.divButton > button {
    font-size: 1.1rem;
    padding-left: 45px;
    padding-right: 45px;
}


.divButton {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 20px;
	width: 30%;
}



#header {
       
    background: #ffffff00;
	
	height:100%;
	width: 100%;
}
#header img{
	width: 100%;
    height: 100%;
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
	}
.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: relative;
    min-height: 900px;
	margin-top:100px;
	
}
.container.index{
	padding-left: 300px;
}
.container.form1{
	
	min-height: 1600px;
}
.container.form8{
	
	min-height: 1600px;
}
.container.form11{
	
	min-height: 1000px;
}
.btnAyuda {
    font-size: 1rem;
    padding: 11px 30px;
}
.footer.form3{
	margin: auto;
    margin-top: 350px;
    width: 100%;
    color: #FFFFFF;
    background-color: #0779B6;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    display: block;
    padding: 20px;
    position: relative;
}
.enlaces{
	font-size:20px;
	
}
.atras {
    font-size: 20px;
    color: #0A419C;
}
.vinculos {
    color: #0663F9;
    font-weight: 600;
}
@media(min-width:320px){
	.container.form1 {
    min-height: 2500px;
	}
	.container.form8 {
    min-height: 2700px;
	}
	.container {
    min-height: 2600px;
	}
	.container.index{
	padding-left: 0px;
	min-height: 800px;
	}
	.container.form11{
	
	min-height: 1700px;
	}
}
@media (min-width: 768px) {
    .data > label {
        width: 100%;
        max-width: inherit;
        margin-bottom: 4px;
        box-sizing: border-box;
    }

    .data > input {
        width: 100%;
        max-width: inherit;
        display: inline-block;
        height: 40px;
        box-sizing: border-box;
    }

    .sel > #consulta {
        width: 100%;
        max-width: inherit;
        display: inline-block;
        height: 40px;
        box-sizing: border-box;
    }



    .data > #pais {
        width: 100%;
        max-width: inherit;
        margin-bottom: 4px;
        box-sizing: border-box;
        height: 32px;
    }


    .data > #fechaNac {
        width: 100%;
        max-width: inherit;
        margin-bottom: 4px;
        box-sizing: border-box;
        height: 32px;
    }

    .data > #motivo {
        width: 100%;
        max-width: inherit;
        margin-bottom: 4px;
        box-sizing: border-box;
        height: 32px;
    }


    .divButton > button {
        width: 100%;
        box-sizing: border-box;
    }

    .comments > textarea {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        max-width: 800px;
        min-height: 100px;
        box-sizing: border-box;
    }
	.container.form1 {
    min-height: 2000px;
	}
	.container.form8 {
    min-height: 1600px;
	}
	.container {
    min-height: 800px;
	}
	.container.index{
	padding-left: 200px;
	min-height: 800px;
	}
	.container.form11{
	
	min-height: 1000px;
	}	
	/*#footer{
		position:relative;
	}*/

}
