@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
}

body{
    background: #f6f6f6;
}

strong{
        font-weight: 600;
}

::-webkit-scrollbar {display: none;}


/*--------------------------------NAVEGACION-----------------------------*/

#whatsapp  {
	position: fixed;
    	top: 0;
    	right: 0;
    	margin: 0;
    	z-index: 100;
}

.whatsapp  {
	width: 50px;
    	padding-top: 7px;
	margin-right: 12px;

}

#fecha_sup  {
	position: fixed;
    	bottom: 0;
    	right: 0;
    	margin: 0;
	opacity: 0.3;
    	z-index: 1;
}

.sup  {
	width: 42px;
	border-radius: 5px 0px 0px 10px;
}

header{
    width: 100%;
    height: 67px;
    position: fixed;
    top: 0;
    left: 0;
    height: ;
    background: linear-gradient(90deg, #002846, #004665);
    box-shadow: 0 4px 25px -22px white;
    z-index: 10;
}

.header-content{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

header img {
	width: 114px;
    	position: absolute;
    	margin: 8px 7px 7px 70px;
}


.menu_bar {
	display:none;
}


header nav {
	z-index:1000;
	margin-top:4px;
	display: flex;
    	justify-content: end;
	margin-right: 75px;
}

header nav .border-top {
    margin-top: -4px;
    border-top: 4px solid #79ccd6;
    color: #79ccd6;
    opacity: 1;
}


.primero a{
    width: 134px;
    margin: 18px 56px 0px 0px;
    padding: 4px;
    background: none;
    border: none;
    float: right;
    font-size: 18px;
    color: #fff;
    background-color: #002846;
    border-radius: 50px;
}

.primero a:hover{
    width: 134px;
    height: 30px;
    font-size: 18px;
    background-color: #fff;
    color: #79ccd6;
    border-radius: 50px;
}

header .fa-solid{
    color: #79ccd6;
    font-size: 14px;
    margin-right: 4px;
    margin-left: 4px;
}




.segundo a{
    width: 134px;
    margin: 18px 10px;
    padding: 4px;
    background: none;
    border: none;
    float: right;
    font-size: 18px;
    color: #fff;
    background-color: #002846;
    border-radius: 50px;
}

.segundo a:hover{
    width: 134px;
    height: 30px;
    font-size: 18px;
    background-color: #ffffff;
    color: #79ccd6;
    border-radius: 50px;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
    border-top: 4px solid #79ccd6;
    margin-top: -4px;
}

header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
	transition: opacity 0.5s;
    	opacity: 0.7;
}

header nav ul li a:hover {
	color: #79ccd6;
	opacity: 1;
}


header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	background:#;
	position: absolute;
	width: 110%;
	z-index:1000;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
        transition: border-left .5s, opacity .3s;
	border-bottom: 1px solid #004665;
	background-color: #002846;
}

header nav ul li .children li:hover{
	border: none;
	border-bottom: 1px solid #004665;
	margin-top: 0;
}


header nav ul li .children li:hover{
	border-left: 4px solid #79ccd6;
}


header nav ul li .children li a {
	display: block;
}

header nav ul li .children li a:hover {
color: #79ccd6;
}


header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

.fa-chevron-down{
    	float: right;
	padding-left: 10px;
	padding-top: 2px;
}

.fa-chevron-down:hover{
	color: #79ccd6;
}

#icon-menu{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 52px;
    top: 16px;
    padding: 10px;
    font-size: 20px;
    background: #eeeeeefa;
    border-radius: 100%;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#icon-menu:hover{
    opacity: 0.8;
}



/*Buscador de contenido*/

#ctn-icon-search{
    position: absolute;
    right: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ctn-icon-search i{
    font-size: 18px;
    color: #777777;
    cursor: pointer;
    transition: all 300ms;
}

#ctn-icon-search i:hover{
    color: #79ccd6;
}


#ctn-bars-search{
    position: fixed;
    top: -10px;
    width: 100%;
    background: #fff;
    padding: 20px;
    z-index: 9;
    transition: all 600ms;
}

#ctn-bars-search input{
    display: block;
    width: 1200px;
    margin: auto;
    padding: 10px;
    font-size: 18px;
    outline: 0;
}

#box-search{
    position: fixed;
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    background: #fff;
    z-index: 8;
    overflow: hidden;
    display: none;
}

#box-search li a{
    display: block;
    width: 1200px;
    color: #777777;
    padding: 12px 20px;
}

#box-search li a:hover{
    background: #f3f3f3;
}

#box-search li a i{
    margin-right: 10px;
    color: #777777;
}


#cover-ctn-search{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 7;
    display: none;
}



/*------Formulario-----*/

form{
	display: flex;
	flex-wrap: wrap; 
	color: #fff;
	padding: 2px;
}

form p{
	color: #dddddd;
	font-size: 20px;
    	margin-bottom: 10px;
	text-align: center;
	font-weight: 100;
}

#form1  {	
	background-color: #002846;
    	background-image: url();
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
}


#form1 .container {
    	padding: 2%;
	display: flex;
    	justify-content: center;
    	background: linear-gradient(90deg, #00284699, #00466599);
}

#form1 .row {
    background-color: #00466580;
    width:100%;
}

#form1  .text-form {
   	text-align: center;
}

#form1  .text-form1 {
    display: block;
    text-align: center;
    color: #bbbbbb;
    padding: 2% 2% 0 2%;
}

#form1  .text-form1 p{
    margin: 2%;
}


#form1  .text-form1 ul{
    list-style:none;
    color: #e4e4e4;
}

#form1  .text-form h1  {
	font-size: 40px;
	margin-bottom: 20px;
	color: #004665;
}

#form1  .text-form p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
	padding: 0px 14px;
}

#form1  .text-form ul li {
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
	padding: 0px 14px;
}


#form1 .info {
	text-decoration: none;
	color: #ff9200;
}

#form1 .info:hover {
	color: #0e84a5;
}

#form1 img {
	margin: 50px auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	display: flex;
	justify-content: flex-end;
	aling-items: center;
}

#form1 table {
   	text-align: left;
}


#form1 .polform {
	padding: 8px 20px;
	line-height: 18px;
	color: #dddddd;

}
#form1 .polform a {
	text-decoration: none;
    	color: #79ccd6;
    	font-size: 14px;
}
#form1 .polform a:hover {
	opacity: 0.9;

}
#form1 .polform u {
	text-decoration: none;
}



/*------Formulario-----*/

#form1 form {
	max-width: 600px;
	display: grid;
	justify-content: center;
	margin: 0 auto;
	padding-top: 40px;
}



#form1 form input.int {
	font-size: 16px;
    	font-family: 'Montserrat', sans-serif;
	flex-basis: 90%;
	width: 100%;
	background-color: #fff;
	border: none;
	padding: 4%;
	margin: 2% auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        outline:none;
}


#form1 form textarea.int {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	flex-basis: 90%;
	width: 100%;
	background-color: #fff;
	border: none;
	padding: 5%;
	margin: 2% auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        outline:none;
}


#form1 form input[type='reset'] {
	flex-basis: 50%;
	background-color: #fff;
	color: #777;
	border: none;
	padding: 15px;
	margin: 0 6%;
    font-size: 15px;
}

#form1 form input[type='reset']:hover  {
	background-color: #2c2c2c;
	color: #fff;
}

#form1 form input[type='submit'] {
	flex-basis: 50%;
	background-color: #79ccd6;
	color: #fff;
	border: none;
	padding: 18px;
    	margin: 0 6%;
	margin-bottom: 4%;
        font-size: 15px;
        width: 88%;
}

#form1 form input[type='submit']:hover  {
	opacity: 0.9;
}

/*------CHECBOX PERSONALIZADO-----*/

input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

input[type="checkbox"] + font {
  position: relative;
  padding-left: 2em;
  display: inline-block;
  font-size: 14px;
  text-align: left;
}

input[type="checkbox"] + font::before {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #cccccc;
  border-radius: 5px;
  content: '';
  transition: all 0.1s;
}

input[type="checkbox"]:checked + font::before {
    width: 0.5em;
    border: 0;
    border-bottom: 2px solid #79ccd6;
    border-right: 2px solid #79ccd6;
    border-top: none;
    border-left: none;
    border-radius: 0px;
    transform: rotate(45deg);
    transform-origin: 120% 90%;
}

/*------ReCaptcha-----*/
.g-recaptcha {
    width: 100%;
    height: 100px;
    align-items: center;
    display: flex;
    flex-flow: column;
    margin-top: 4%;
}





/*ProFooter - pie de pagina*/

#profooter {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-top: 20px;
    background: linear-gradient(90deg, #004665, #002846);
}

#profooter aside {
    width: 30%;
    height: 100VH;
    max-height: 625px;
    border-right: 6px;
    border-radius: 6px;
    overflow: hidden;
    padding: 20px;
    margin: 20px;
    color: aliceblue;
    background: linear-gradient(-18deg, #79ccd624 0%, #00284600 50%, #00456499 51%, #00456400 71%, #00456400 100%);
    -webkit-box-shadow: 2px 4px 14px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 2px 4px 14px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.2);
}


#profooter aside li {
    margin: 6px;
    list-style: none;
    line-height: 30px;
}

#profooter aside h5 {
    font-size: 16px;
}

#profooter aside a{
    color: #79ccd6;
    margin-left: 6px;
}

#profooter aside a:hover{
    background: white;
    border-radius: 4px;
    padding: 6px;
}

#profooter aside p {
    font-size: 22px;
    color: #79ccd6;
}

#profooter aside strong {
    font-weight: 900;
}

#profooter aside input{
    width: 77%;
    padding: 20px;
    margin-bottom: 20px;
    border: none;
    outline: none;
}

#profooter aside button{
    padding: 20px;
    margin-bottom: 20px;
    background: #79ccd6;
    color: white;
    border: none;
    outline: none;
}


/*Footer - pie de pagina*/

.container-footer{
    width: 100%;
    padding: 40px 0;
    background: linear-gradient(90deg, #002846, #004665);
}

.container-footer footer{
    max-width: 1200px;
    margin: auto;
}

.container-footer footer .logo-footer{
    text-align: center;
}

.container-footer footer .logo-footer img{
    width: 150px;
}

.container-footer footer .redes-footer{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


.container-footer footer .redes-footer .icon-redes-footer{
    font-size: 20px;
    margin: 20px;
    background: #efefef;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #79ccd6;
}

footer .redes-footer .fa-facebook-f:hover{
    background: #41579A;
    color: #fff;
}

footer .redes-footer .fa-tiktok:hover{
    background: #DE4C34;
    color: #fff;
}

footer .redes-footer .fa-instagram:hover{
    background: linear-gradient(to top right, #FCDE30, #E9712A, #D2313B, #AE4198, #7540A1, #5443A8);
    color: #fff;
}


.container-footer footer hr{
    margin-top: 20px;
    border: none;
    height: 2px;
    background: #c0c0c07a;
}


.container-footer h4{
    text-align: center;
    margin-top: 40px;
    color: #8e8e8e;
    font-weight: 500;
}

.container-footer h4 a{
    color: #79ccd6;
}
.container-footer h4 a:hover{
    opacity: 0.9;
}


/* Responsive Design - adaptable a dispositivos moviles*/


@media screen and (max-width: 1400px){

    .header-content,
    .container-footer footer{
        max-width: 1000px;
        padding: 0 20px;
    }

header nav .border-top {
    margin-top: 0;
    border-top: 0;
}


header nav ul li .children li {
	background-color: #002846;
}

    #ctn-bars-search,
    #ctn-bars-search input,
    #box-search{
        width: 100%;
    }

.primero a {
    position: absolute;
    top: 0;
    right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.segundo a {
    position: absolute;
    top: 0;
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

}


@media screen and (max-width: 1400px) {

	.menu_bar {
		display:block;
		/*width: 100%;*/
		position: fixed;
		top: 12px;
    		left: 20px;
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	.imageen {
		text-align: center;
    		padding-top: 8px;
	}

	header img {
    		margin: 0;
		position: relative;
        	z-index: 10;
	}

	header nav {
	        z-index: 9;
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		top: 67px;
		margin: 0;
		overflow: overlay;
		display: block;
		background: linear-gradient(90deg, #002846, #004665);
	}

	header nav ul li {
		display: block;
		border-bottom:1px solid #004665;
	}

	header nav ul li:hover {
	    border-top:none;
	    margin-top: 0px;
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:20px;
		background: #002846;
	}

	header nav ul li .children li a :hover{
		background-color: #79ccd6;
	}

	header nav ul li .caret {
		float: right;
	}

	#profooter aside {
            width: 45%;
	    height: auto;
	}

}

@media screen and (max-width: 800px) {
	#profooter aside {
            width: 100%;
	}
}


@media screen and (max-width: 550px) {
    header img {
        width: 112px;
    }

    .primero a {
        z-index: 10;
        top: 79px;
        width: 30px;
        height: 30px;
        position: fixed;
        margin: -0px;
        font: icon;
        font-size: 0;
        transition: 1s;
        border: 3px solid #79ccd6;
    }

    .primero a:active {
        transition: 1s;
        width: 140px !IMPORTANT;
    }

    .primero a:hover{
        width: 140px;
    }


    .segundo a {
        z-index: 10;
        width: 30px;
        height: 30px;
        position: sticky;
        margin: 29px 4px 0px 0px;
        font-size: 0;
        transition: 1s;
        border: 3px solid #79ccd6;
    }

    .segundo a:active {
        transition: 1s;
        width: 140px !IMPORTANT;
    }

    .segundo a:hover{
        width: 140px;
    }

	#profooter aside input{
	    width: 100%;
	    margin-bottom: 0px;
	}

	#profooter aside button{
	    width: 100%;
	}

}

@media screen and (max-width: 480px) {

#form1 .row {
    padding-left: 4%;
    padding-right: 4%;
}




}
