/* Blue effect for all images with lazy load atributte */
.pulse {
  animation: blurEffect 2.5s ease-in infinite;
}

@keyframes blurEffect {
  0% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.8;
  }
}

/*---------------------------------------
Header Mostrar País
 ----------------------------------------- */
.header-info-container p {
  color: white;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.header-info-container .country-name-flag img {
  max-width: 35px;
}

.header-info-icons-mobile p {
  display: block;
}

/*---------------------------------------
HEADER VIDEO
 ----------------------------------------- */

.swiperHeader {
  width: 100% !important;
  /* height: 100%; */
}

.swiper-slide-header {
  background-position: center;
  background-size: cover;
}

.swiper-slide-header img {
  width: 100%;
  max-height: 420px;
  object-fit: fill;
  object-position: top;
  aspect-ratio: 1/1;
}

.swiper-pagination-header .swiper-pagination-bullet {
  border-radius: 0;
  width: 15%;
  height: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  opacity: 0.4;
}

.swiper-pagination-header .swiper-pagination-bullet:nth-child(2n + 1) {
  background: rgb(var(--red));
}

.swiper-pagination-header .swiper-pagination-bullet:nth-child(2n + 2) {
  background: rgb(var(--main-yellow));
}

.swiper-pagination-header .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-prev-header,
.swiper-button-next-header {
  opacity: 0;
}

.header-video:hover .swiper-button-prev-header,
.header-video:hover .swiper-button-next-header {
  opacity: 1;
  border-radius: 50%;
  background-color: rgba(var(--dark-blue), 0.8);
  padding: 1.3rem;
}

.header-video .swiper-button-next:after,
.header-video .swiper-button-prev:after {
  --swiper-navigation-size: 25px;
}

.header-video .swiper-button-next:after {
  padding-left: 0.35rem;
}

.header-video .swiper-button-prev:after {
  padding-right: 0.35rem;
}

.header-video {
  position: relative;
}



/*---------------------------------------
MAIN
 ----------------------------------------- */

.main-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
}

/*---------------------------------------
CONTAINER SECTION-1
 ----------------------------------------- */
.container-section-1 h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: 1.28px;
  padding: 0 0 2rem 0;
  max-width: 960px;
  margin: 0 auto;
}

.container-1-p {
  max-width: 800px;
  margin: 0 auto !important;
  font-weight: 600;
  letter-spacing: 0.56px;
}

/* cards */
.card-1 {
  max-width: 380px;
}

.card-1-image {
  width: 100%;
  display: grid;
  position: relative;
}

.card-1-image>* {
  grid-area: 1/1;
}

.card-1 figure img {
  width: 100%;
  aspect-ratio: 3.5/2;
  object-fit: fill;
  object-position: center;
  /* max-height: 230px; */
}

/* Figcaption */
.card-1-desc {
  align-self: end;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  color: white;
}

.card-1-desc::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background-color: rgb(0, 0, 0, 0.2);
  bottom: 0;
}

.card-1-desc h4 {
  text-align: left;
  text-shadow: 2px 0px 2px black;
  position: relative;
  padding-top: 0.5rem;
  /* font size generado por js */
  /* font-size: clamp(0.8rem, 4vw, 1.30rem); */
}

.card-1-detail p {
  font-size: 0.85rem;
}

.card-1-body {
  padding: 0 0.5rem;
}

.card-1-btn a {
  display: block;
  font-weight: 600;
  padding: 0.85rem 1rem;
  background-color: rgb(var(--middle-grey));
  color: rgb(var(--dark-blue));
  text-transform: uppercase;
  cursor: pointer;
  transition: color 600ms;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.card-1-btn a::after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  transition: width 600ms;
  left: -2rem;
  transform: skew(45deg);
  height: 100%;
  z-index: -1;
  background-color: rgb(var(--red));
}

.card-1-btn a:hover::after {
  width: 200%;
}

.card-1-btn a:hover {
  outline: 2px solid #ffffff;
  box-shadow: 4px 5px 17px -4px rgb(var(--dark-blue));
  color: white;
}

/*---------------------------------------
CONTAINER SECTION-ÁREAS
 ----------------------------------------- */

.container-areas-title h3 {
  font-weight: 700;
  letter-spacing: 1.28px;
  text-transform: capitalize;
}

.area-card {
  max-width: 145px;
  background-color: rgb(var(--grey));
}

.area-card-body img {
  mix-blend-mode: darken;
}

.area-card-body h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.56px;
}

/*---------------------------------------
CONTAINER SECTION-INISEG
----------------------------------------- */

.iniseg-main-video iframe {
  min-height: 280px;
}

.iniseg-main-desc-1 {
  background-color: white;
}

.iniseg-main-desc-1 p {
  font-size: 0.85rem;
}

.iniseg-main-desc-1 ul li .bi-square-fill {
  font-size: 0.55rem;
}

/*---------------------------------------
CONTAINER SECTION-2
----------------------------------------- */

/* Title */
.container-section-2 h3 {
  text-align: left;
  margin-bottom: 2rem;
  font-weight: 700;
}

/* Cards container */
.section-2-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* Cards */
.section-2-card {
  max-width: 380px;
  margin-bottom: 2rem;
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.section-2-card img {
  aspect-ratio: 2/1;
  object-position: center;
  object-fit: cover;
  width: 100%;
}

/* animations for cards */

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* Aplicar retraso a la segunda tarjeta */
.section-2-card:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  /* Retraso para la segunda tarjeta */
  animation-delay: 0.3s;
}

/* Aplicar retraso a la tercera tarjeta */
.section-2-card:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  /* Retraso para la tercera tarjeta */
  animation-delay: 0.6s;
}

.section-2-card-body {
  background-color: rgb(var(--grey));
  padding: 1rem 1rem 3rem;
}

.card-2-head {
  flex-direction: column;
}

.card-2-head p:first-child {
  padding: 0.35rem 0.85rem;
  background-color: rgb(var(--main-yellow));
  color: rgb(var(--dark-blue));
  font-weight: 600;
  border-radius: 8px;
  font-size: 12px;
}

.card-2-head p:last-child {
  font-size: 12px;
}

.section-2-card-body h6 {
  font-weight: 700;
  color: rgb(var(--dark-blue));
  padding-bottom: 1rem;
}

.section-2-card-body>p:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgb(var(--dark-blue));
  font-weight: 300;
  letter-spacing: 1px;
  font-size: clamp(0.85rem, 1vw, 0.95rem);
}

.container-section-2-link,
.container-section-5-link {
  display: flex;
  justify-content: start;
}

.container-section-2-link a,
.container-section-5-link a {
  font-weight: 700;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  color: rgb(var(--dark-blue));
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0.75rem;
  z-index: 1;
}

.container-section-2-link a::before,
.container-section-5-link a::before,
.container-section-6-link a::before {
  content: "";
  width: 0;
  height: 100%;
  border-radius: 30em;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--main-yellow));
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.container-section-2-link a:hover::before,
.container-section-5-link a:hover::before,
.container-section-6-link a:hover::before {
  width: 100%;
}

.container-section-2-link a:hover,
.container-section-5-link a:hover,
.container-section-6-link a:hover {
  color: white;
}

.container-section-2-link a:hover svg path,
.container-section-5-link a:hover svg path,
.container-section-6-link a:hover svg path {
  fill: rgb(var(--dark-blue));
}

/*---------------------------------------
CONTAINER SECTION-3
----------------------------------------- */
.section-3-body {
  background-image: url("../assets/images/cards/students.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 2rem -2rem;
  padding: 1rem;
}

.section-3-cards-row img {
  padding: 1rem;
  aspect-ratio: 1;
  object-position: center;
  object-fit: contain;
  background-color: white;
  max-width: 236px;
  flex: 1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.section-3-title h3 {
  font-weight: 700;
  letter-spacing: 1.28px;
}

/*---------------------------------------
CONTAINER SECTION-5
----------------------------------------- */
.container-section-5 {
  margin-top: 3rem;
}

.container-section-5 h3 {
  text-align: left;
  font-weight: 700;
}

.section-5-events-container {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
}

.section-5-event {
  position: relative;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.event-5-desc {
  flex: 1;
  padding: 1rem;
  background-color: rgb(var(--grey));
}

.section-5-event img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  min-height: 180px;
  max-height: 220px;
}

.event-5-date-box {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: rgba(var(--middle-grey), 0.85);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.event-5-date p {
  font-size: 2.2rem;
}

.event-5-date-desc p {
  font-size: clamp(0.85rem, 1.25vw, 1.25rem);
}

.event-5-date-desc p:last-child {
  color: rgb(var(--main-yellow));
  font-weight: 700;
  /* text-shadow: 2px 1px 3px #000000; */
}

.event-5-desc p {
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-5-desc h4 {
  font-size: 1.2rem;
}

/*---------------------------------------
CONTAINER SECTION-BANNER
----------------------------------------- */
.container-section-banner {
  margin: 3rem -2rem;
}

.container-6-body a img {
  aspect-ratio: 4/2;
  object-fit: cover;
  object-position: center;
  min-height: 180px;
}

/*---------------------------------------
CONTAINER SECTION-6
----------------------------------------- */

.container-section-6 {
  background-color: rgb(var(--grey));
  margin: 3rem -2rem;
  padding: 1rem;
}

.section-6-desc {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-6-desc h3 {
  font-weight: 700;
  letter-spacing: 1.28px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  letter-spacing: 0.08rem;
}

.container-section-6-link a {
  color: rgb(var(--main-yellow));
  font-style: italic;
  text-transform: uppercase;
  font-size: 0.87rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0.5rem;
}

/* Formulario */
.section-6-formulario {
  margin: 2rem 1rem;
  background-color: rgb(var(--middle-grey));
  padding: 1rem;
}

.section-6-formulario h3,
.section-6-formulario p {
  text-align: center;
}

.section-6-formulario h3 {
  font-weight: 700;
}

.section-6-formulario p {
  font-weight: 300;
}

.form-group-container {
  margin: 1.5rem 0;
}

.section-6-input,
.section-7-input {
  display: flex;
  justify-content: space-around;
  background-color: rgb(var(--grey));
  margin: 0.85rem 0;
  padding: 0.65rem;
  max-height: 42px;
}

.section-6-input input,
.section-7-input input {
  margin-right: 0.5rem;
  /* max-width: 85%; */
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
}

.section-6-input input:focus,
.section-7-input input:focus,
.section-6-input select:focus {
  border: 0px solid transparent;
  outline: none;
}

.section-6-input input,
.section-7-input input,
.section-6-input select {
  border: 0px solid transparent;
  flex: 1;
  background-color: transparent;
}

.section-6-input input::placeholder,
.section-7-input input::placeholder,
.section-6-input select {
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
}

.section-6-select,
.section-6-select option {
  color: black;
}

.section-6-select:invalid,
.section-6-select option[value=""] {
  color: rgb(var(--dark-grey));
}

/* #phone {
  max-width: 65%;
} */

/* -- EStilos banderas teléfono */
.input-6-phone {
  position: relative;
}

.input-6-phone input:focus {
  border: 0.1rem solid var(--main-yellow);
}

.selected-option {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-grow: 1;
}

.selected-option div {
  display: flex;
  gap: 5px;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  min-width: 2rem;
}

.selected-option div svg:last-child {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.selected-option div.active svg:last-child {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.input-6-phone .options {
  position: absolute;
  top: 3.5rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  display: none;
  border: 1px solid rgb(var(--middle-grey));
  z-index: 1;
}

.input-6-phone .options.active {
  display: block;
}

.input-6-phone .options::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: -1.2rem;
  width: 0;
  height: 0;
  border: 0.6rem solid transparent;
  border-bottom-color: var(--primary);
}

input.search-box {
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1rem;
  max-width: 100% !important;
  width: 100%;
  margin: 0 !important;
}

.input-6-phone ol {
  list-style: none;
  max-height: 23rem;
  overflow: overlay;
  border-top: 1px solid rgb(var(--middle-grey));
}

.input-6-phone ol::-webkit-scrollbar {
  width: 0.6rem;
}

.input-6-phone ol::-webkit-scrollbar-thumb {
  width: 0.4rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: 0.4rem;
}

.input-6-phone ol li {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.input-6-phone ol li.hide {
  display: none;
}

.input-6-phone ol li:not(:last-child) {
  border-bottom: 0.1rem solid #eee;
}

.input-6-phone ol li:hover {
  background-color: lightcyan;
}

.input-6-phone ol li .country-name {
  margin-left: 0.4rem;
}


/* caso becas  */
.section-6-caso {
  max-height: 100% !important;
}

/* textarea */
.casoBecas {
  border: transparent;
  font-size: 0.85rem;
}

.casoBecas:focus {
  outline: none;
}

.section-6-terminos {
  max-height: 80px;
  overflow-y: scroll;
  -ms-scrollbar-width: auto;
  scrollbar-width: auto;
}

.terminosCondiciones p,
.terminosCondiciones span {
  text-align: left;
  font-size: 0.625rem;
}

/* condiciones */
.condiciones {
  font-size: 0.8rem;
  text-align: left;
}

/* botón */
.form-btn-becas {
  border: 0;
  color: white;
  background-color: rgb(var(--main-yellow));
  padding: 0.5rem 1rem;
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  margin: 1.5rem auto;
  /* width: 85%; */
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.form-btn-becas:hover {
  color: #ffffff;
  transform: scale(1.05);
  outline: 2px solid #ffffff;
  box-shadow: 4px 5px 17px -4px rgb(var(--dark-blue));
}

.form-btn-becas::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: rgb(var(--red));
  transform: skewX(45deg);
  z-index: -1;
  transition: width 600ms;
}

.btn-matricula:hover a {
  color: white;
}

.form-btn-becas:hover::before {
  width: 250%;
}


/*---------------------------------------
CONTAINER SECTION-7
----------------------------------------- */
.container-section-7 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.section-7-desc {
  background-image: url(../assets/images/cards/study-group.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 600px;
}

.section-7-desc p:first-child {
  font-size: clamp(1.2rem, 3vw, 2rem);
  text-align: left;
}

.section-7-desc p:last-child {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 700;
  text-align: left;
}

.section-7-form {
  background-color: rgb(var(--middle-grey));
  padding: 1rem;
  max-width: 400px;
}

.btn-condiciones {
  width: 80%;
}


/*---------------------------------------
CONTAINER SECTION-8
----------------------------------------- */

.container-section-8 {
  padding: 3rem 0;
}

.container-section-8 h3,
.container-section-8 h4 {
  text-align: center;
  font-weight: 300;
  padding-bottom: 1rem;
  letter-spacing: 0.08rem;
}

.container-section-8 h3 span,
.container-section-8 h4 span {
  font-weight: 700;
}

.container-section-8> :nth-child(2) {
  text-align: justify;
  padding-bottom: 2rem;
}

.container-section-8 h4 {
  color: rgb(var(--main-yellow));
}

.location-map {
  display: none;
}

/* leaflet map */

#map {
  min-height: 100%;
}

.card-map {
  max-width: 250px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background-color: rgb(var(--grey), 0.95) !important;
}

.card-map-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 0.5rem;
}

.card-map-head img {
  object-fit: contain;
  aspect-ratio: 2/3;
  min-width: 85px;
}

.head-info p {
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.035rem;
}

.head-info p:last-child {
  font-weight: 300;
  padding-top: 0.3rem;
}

.card-map-body {
  padding: 0 0 1rem 0.5rem;
}

.map-body-contact {
  display: grid;
  grid-template-columns: 10% 1fr;
  align-items: center;
  margin-top: 0.5rem;
}

.map-body-contact:last-child {
  margin-bottom: 0.5rem;
}

.card-map-footer {
  text-align: center;
  padding-bottom: 0.8rem;
}

.card-map-footer a {
  color: white !important;
  background-color: rgb(var(--red));
  padding: 0.3rem;
  border-radius: 5px;
}

.card-map-footer a:hover {
  color: rgb(var(--dark-blue)) !important;
  background-color: rgb(var(--main-yellow));
}

/* Oificinas Acordeon card */

/* animación para rotar el icono de chevron down */
.accordion-header svg:last-child {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in;
}

.accordion-header .collapsed svg:last-child {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in;
}

/* fin animación */

.acordion-header-info {
  display: flex;
  gap: 0.5rem;
}

.acordion-card {
  max-width: 100%;
  background-color: rgb(var(--grey));
  margin: 1rem 0;
  -webkit-box-shadow: 0 5px 15px 0 #00000026 !important;
  box-shadow: 0 5px 15px 0 #00000026 !important;
}

.acordion-card-body {
  padding: 0 1rem 0.5rem;
}

.accordion-card-head {
  gap: 1rem;
}

.accordion-card-head img {
  aspect-ratio: 2/3;
}

.acordion-card-contact {
  gap: 0.5rem;
}

.accordion-head-info p {
  font-size: clamp(0.85rem, 2.3vw, 1.2rem);
}

.accordion-head-info p:nth-child(2),
.head-info p:nth-child(2) {
  color: rgb(var(--blue));
}

.acordion-card-contact p {
  font-size: clamp(0.85rem, 0.85vw, 1rem);
}

.acordion-card-contact svg {
  width: 13px;
}

.acordion-card-footer a {
  font-size: 0.85rem;
}

/*---------------------------------------
CONTAINER SECTION-9
----------------------------------------- */
/* .container-section-9 {
  margin: 3rem -2rem;
  background-color: rgb(var(--grey));
}

.section-9-body {
  padding: 2rem;
} */

.section-9-body h3 {
  font-weight: 700;
  letter-spacing: 0.96px;
}

/* cards */
.section-9-card {
  max-width: 380px;
}

.section-9-card img {
  aspect-ratio: 4/2;
  object-fit: cover;
  object-position: center;
  min-height: 160px;
  width: 100%;
}

.card-9-desc {
  background-color: rgb(var(--grey));
}

.card-9-desc h4 {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.56px;
}


.card-9-date p {
  font-size: 0.75rem;
  font-weight: 300;
}

.card-9-date p:last-child {
  font-weight: 500;
}


/*---------------------------------------
CONTAINER SECTION-10
----------------------------------------- */
.section-10-body h3 {
  font-weight: 700;
  letter-spacing: 0.96px;
}

.section-10-card {
  width: 180px;
  text-align: center;
  background-color: rgb(var(--grey));
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}

.card-10-head img {
  max-width: 50px;
  mix-blend-mode: luminosity;
}

.section-10-card:hover .card-10-head img {
  mix-blend-mode: normal;
}

.card-10-head p {
  font-size: 0.8rem;
}

.section-10-card a {
  color: rgb(var(--dark-blue));
  background-color: rgb(var(--dark-grey));
  padding: 0.3rem 0;
  font-size: 0.65rem;
}

.section-10-card:hover a {
  background-color: rgb(var(--footer-blue));
  padding: 0.3rem 0;
  color: white;
}


/* ##### FIN MAIN ###### */



/* --- MEDIA QUERIES */


@media screen and (max-width: 370px) {
  .card-1-box-esp {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
  }
}

@media screen and (min-width:370px) and (max-width: 420px) {
  .card-1-box-esp {
    display: grid !important;
    grid-template-columns: 1.8fr 2fr !important;
  }
}

@media screen and (min-width: 360px) {}

@media screen and (min-width: 375px) {

  /*---------------------------------------
CONTAINER SECTION-6
----------------------------------------- */
  .section-6-input input,
  #phone {
    max-width: 100%;
  }
}

@media screen and (min-width: 425px) {

  /*---------------------------------------
CONTAINER SECTION-4
----------------------------------------- */
  .section-4-desc {
    padding: 1rem;
    height: 40%;
  }

}