* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    text-decoration: none;
}

  
  #mainCarrera{

    background: url(../Img/portadaCarrera.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    background-position: center 120px;
  }
  .instrucciones {
  background-color: white;
      padding: 20px 20px;
      border: 5px #ff3333 solid;

      
  }

  #mainCarrera h1{
    margin-top: 120px;
    border: 5px red solid;
    padding: 10px;
    background-color: #ff3333;
    color: white;
    text-align: center;
    
  }
  .instrucciones p{
    background-color: white;
  }

  .columnas {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

  .instrucciones h2{
    color: red;
  }
  .whats{
    color: green;

  }

  .columna {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    box-sizing: border-box;

    border-radius: 8px;
  }
  #convocatoriaBtn{
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    background-color: #ff3333;
    transition: 0.5s ease-in-out;
    color: white;
    width: 100%;


  }
  #convocatoriaBtn:hover{
    background-color: #ffffff;
    color: #ff3333;
  }
  #convocatoriaBtn:active{
    scale: 1.05;
  }
  
  /* Formulario */
  form{
    background: rgba(27,31,34,0.80);
    width: 640px;
    margin: 50px auto 50px;
    max-width: 97%;
    border-radius: 4px;
    padding: 55px 30px;
    color: white;
  }
  select, textarea{
        color: white;
  }
  form .title h2{
    letter-spacing: 4px;
    border-bottom: 1px solid white;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 32px;
  }
  
  form .half{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  form .half .item{
    color: white;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    width: 100%;
  }
  
  form label{
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: 600;
  }
  
  form .half .item input{
    border-radius: 4px;
    border: 1px solid white;
    outline: 0;
    padding: 16px;
    width: 100%;
    height: 44px;
    background: transparent;
    font-size: 17px;
    color: white;
  }
  
  form .full{
    margin-bottom: 24px;
  }
  
  form .full textarea{
    background: transparent;
    border-radius: 4px;
    border: 1px solid white;
    outline: 0;
    padding: 12px 16px;
    width: 100%;
    height: 200px;
    font-size: 17px;
  }
  
  form .action{
    margin-bottom: 32px;
  }
  
  form .action input, select{
    background: transparent;
    border-radius: 4px;
    border: 1px solid white;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    height: 44px;
    letter-spacing: 3px;
    outline: 0;
    padding: 0 20px 0 22px;
    margin-right: 10px;
  }
  form option{
    color: black;
    background-color: transparent;
  }
  
  form .action input[type="submit"]{
    background: white;
    color: black;
  }
  form .action input[type="reset"]{
    color: rgb(255, 255, 255);
  }
  
  form .icons a i{
    color: #ffffff;
    border: none;
    border-radius: 1px;
    line-height: 36px;
    text-align: center;
    width: 38px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
  }
  form .icons a i:hover{
    scale: 2;
  }
  
  form .half .item input:focus, form .full textarea:focus, form .action input[type="reset"]:hover, form .icons a:hover{
    background: rgba(255,255,255,0.075);

  }
  /* Fin Formulario */
  
  footer .footerContainer .contact .info li span i {
    color: #000000;
}

  
  @media (max-width: 480px){

    form .action{
      display: flex;
      flex-direction: column;
    }
    form .action input{
      margin-bottom: 10px;
      width: 100%;
    }
  }

/* Carrusel  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

#carrusel{
  border: 2px red solid;
  
}
html {
	font-size: 62.5%;
	font-family: "Poppins", sans-serif;
}

.wrapper-slider {
	position: relative;
	width: 100%;
  padding-top: 90px;
	margin: auto;
	color: #262626;
	background: black;
	.item {
		position: relative;
		width: 100vw;
		height: 90vh;
		padding-inline: 2rem;
		picture {
			display: block;
			&:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				 background: rgba(0, 0, 0, 0.0); /* oscurecer foto */
				inset: 0;
				z-index: 1;
			}
			img {
				position: absolute;
				inset: 0;
				width: 100%;
				height: 100%;
				object-fit: cover;
        max-height: 100vh;
			}
		}
		.video {
			&:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.0); /* oscurecer video */
				inset: 0;
				z-index: 1;
			}
		}
		video {
			position: absolute;
			width: 100%;
			height: 100%;
			object-fit: cover;
			inset: 0;
		}
	}
	.parent-text {
		padding: 3rem 2rem; 
		position: relative;
		z-index: 2;
		color: white;
		.info-text {
			display: flex;
			flex-direction: column;
			gap: .5rem;
		}
		h2 {
			text-transform: uppercase;
			font-size: 3.9rem;
			font-weight: 300;
		}
		p {
			font-size: 2.1rem;
			font-weight: 300;
		}
		a {
			width: 100%;
			max-width: 17.2rem;
			height: 5.5rem;
			font-size: 1.4rem;
			margin-top: 3rem;
			display: flex;
			align-items: center;
			justify-content: center;
			background: white;
			text-decoration: none;
			duration: .3s ease;
			&:hover {
				background: #ebebeb;
				color: #4c4c4c;
			}
		}
	}
	.swiper-pagination {
		width: 100%;
		bottom: 5rem;
		display: flex;
		align-items: center;
		gap: .5rem;
		font-size: 1.4rem;
		font-weight: 500;
		padding-inline: 4rem;
		.svg-icon {
			width: 1.5rem;
			height: 1.5rem;
			path {
			 	fill: white;
			}
		}
		.swiper-pagination-bullet {
			color: white;
			opacity: 1;
			width: initial;
			height: initial;
			background: transparent;
			button {
				background: transparent;
				border: 0;
				display: flex;
				cursor: pointer;
			}
		}
		.bullet-content {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.icon {
			position: absolute;
			z-index: 1;
		}
	}
}
.percentage {
	--colorf3: #1C69D4;
	--color13: #1C69D4;
	width: 3.4rem;
	aspect-ratio: 1;
	mask: radial-gradient(transparent 55%, black 60% 100%);
	-webkit-mask: radial-gradient(transparent 55%, black 60% 100%);
	transition: opacity 0.6s ease;
	opacity: 0;
	background: conic-gradient(
			transparent 0,
			transparent var(--p),
			#c9d6d7 0
		),
		conic-gradient(
			var(--colorf3),
			#1C69D4,
			#1C69D4,
			#1C69D4,
			var(--colorf3)
		),
		conic-gradient(transparent, transparent 10%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;

	&.show {
		opacity: 1;
	}
	.number {
		width: 80%;
		aspect-ratio: 1;
		display: inherit;
		align-items: inherit;
		justify-content: inherit;
		background: white;
		border-radius: inherit;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 24px;
		color: var(--color13);
	}
}