/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'objectivityregular';
}

p{
  font-family: 'objectivityregular';
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
       font-family: 'objectivityregular';
       src: url('../fonts/objectivity-regular-webfont.woff2') format('woff2'),
            url('../fonts/objectivity-regular-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

}

@font-face {
       font-family: 'objectivitybold';
       src: url('../fonts/objectivity-bold-webfont.woff2') format('woff2'),
            url('../fonts/objectivity-bold-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

}

@font-face {
       font-family: 'objectivityitalic';
       src: url('../fonts/objectivity-regularslanted-webfont.woff2') format('woff2'),
            url('../fonts/objectivity-regularslanted-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;

}

body{
  font-family: 'objectivityregular';
  overflow-x: hidden;
}

.ff strong{
  font-family: 'objectivitybold';
}

p{
  color: #170038;
}

.main_hero,
.image_section{
    min-height: 88vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.kickoff_section,
.footer_section{
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

header{
  background-color: #eeeeee;
  color: #000;
  text-transform: uppercase;
}

.header_conteiner{
  position: relative;
}

.main_logo{
  height: 38px;
  width: auto;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sub_title{
  color: #3CC9B3;
  text-transform: uppercase;
}

.image_section_container{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  flex-direction: column;
}

.the_menu{
  padding: 0;
  margin: 0;
}
.the_menu li{
  display: inline-block;
  padding: 0 35px 0 0;
  list-style-type: none;
}

.the_menu li a{
  text-decoration: none;
  color:#58595b;
  text-transform: initial;
}

.the_menu li a:hover{
  padding: 0 !important;
}

.main_hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  background-image:url('../img/header.jpg');
}

.centered-content h1 {
  color:#00a8dc;
  font-weight: 900;
  font-size: 80px;
  margin: 0;
  margin-bottom: 20px;
}

.back_green{
  background-image: url("../img/gradient.jpg");
  background-size: cover;
  background-position: center;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
  
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

.back_green p{
  color: #fff;
  font-size: 22px;
}

.the_titles_container{
  background-color: #cce3c4;
}

.the_titles_container.the_footer{
  display: flex;
  align-items: center;
  justify-content: center;
}

.the_titles_container.the_footer img{
  padding: 0;
  max-width: 200px;
}

.the_titles_container p{
  text-align: center;
  color: #00a8dc;
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 900;
}

h2{
  color:#606060;
}

.centered-content img{
  text-align: center;
  margin: auto;
  display: flex;
  max-width: 130px;
  margin-top: 20px;
}

.left-align {
  text-align: left;
}

h1.left-align {
  left: 0;
  text-align: left;
}

.image_section_wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    gap: 35px;
}

.the_title{
  text-transform: uppercase;
  color: #22224D;
}

.green{
  color: #3CC9B3;
}

.columns_item{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.item{
  border: 1px solid #3CC9B3;
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item p{
  margin: 0;
  padding-left: 20px;
}

.item p span{
  color: #3CC9B3;
}

.item img{
  background-color: #3CC9B3;
  width: 56px;
  padding: 9px;
}
.main_btn{
  color: #ffffff;
  background-color: #22224D;
  border-radius: 4px;
  padding: 14px 54px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
  color: #ffffff;
  padding: 14px 94px;
  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.kickoff_container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer_container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.kickoff_items{
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.footer_items{
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.kickoff_items p,
.footer_items p{
  color: #ffffff;
}

.big_text{
  text-transform: uppercase;
  color: #ffffff;
  font-size: 52px;
}

.medium_text{
  text-transform: uppercase;
  color: #ffffff;
  font-size: 28px;
}

.btn_white{
  background-color: #ffffff;
  color: #3CC9B3;
  margin: inherit;
}

a.btn_white:hover{
  color:#3CC9B3;
}

.section_title{
  font-size: 28px;
  text-align: center;
  color:#ffffff;
  text-transform: uppercase;
}

.areas_section{
  background-color: #7253B7;
}

.area_item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 40px 12px 12px 40px;
  background-color: #C0BBFF;
}

.area_right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #ffffff;
  width: 88%;
}

.area_header{
  width: 100%;
  background-color: #3CC9B3;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 22px;
  color:#ffffff;
  padding: 12px 24px;
}

.area_content{
  padding: 12px 24px;
}

.area_content ul{
  padding: 0;
}

.area_img{
  width: 120px;
}

.area_left{
  background-color: #C0BBFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12%;
}

.mecanica_title{
  color: #3CC9B3;
  font-size: 28px;
  text-align: center;
}

/* STEPS */

.steps_item{
  border: 1px solid #22224D;
  border-radius: 50px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 19px 25px;
  padding-left: 140px;
  margin-bottom: 100px;
  width: 27%;
  background: #ffffff;
}

.step_text p{
  color: #22224D;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
}

.step_icon_cont{
  width: 160px;
  height: 160px;
  position: absolute;
  z-index: 2;
  background-color: #3CC9B3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 220px;
  left: -35px;
}

.step_icon_cont img{
  width: 90px;
}

.step_number{
    color: #ffffff;
    font-weight: 700;
    background-color: #7253B7;
    border-radius: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 24px;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
}

.steps_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step_purple{
  background-color: #7253B7;
  color: #ffffff;
}

.step_purple p{
  color: #ffffff;
}

.step_purple p span{
  font-size: 28px;
  display: block;
  line-height: 28px;
  text-transform: uppercase;
}


.dashed-path {
  stroke-dasharray: 5px;
}

.normal-path{
  stroke-width: 3px;
  stroke-dasharray: 5px;
}

.animated-path {
  animation: dash 3s linear infinite;
}

.svgContainer{
  width: 90%;
  position: absolute;
}

.svgContainer svg{
  width: 100%;
  height: 100%;
  display: block;
}

.the_modal p:not(.modal_title) {
  padding-left: 40px;
}

.the_modal ul{
  padding-left: 55px;
}


/* CRITERIOS */

header,
header > div{
    position: relative;
}

.logo_container{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
}

.logo_unoi{
    height: 40px;
}

footer{
  color:#e8b15c;
}

.footer_content p{
  color: #ffffff;
}


.criterios_content_wrapper .step_icon_cont{
  left: inherit;
  right: -2px;
  width: 120px;
  height: 120px;
}

.criterios_content_wrapper .steps_item{
  width: 100%;
  padding-left: 35px;
  padding-right: 180px;
  margin-bottom: 0;
}

.criterios_content_wrapper .step_text p{
  font-size: 14px;
  color: #7F60CF;
  font-weight: bold;
}

.criterios_content_wrapper .step_icon_cont img {
    width: 65px;
}

.criterios_content_wrapper .step_number {
    left: -25px;
    top: -15px;
}

.item_criterio{
  display: flex;
  align-items: center;
  justify-content: center;
}

.item_criterios{
  width: fit-content;
  padding-right: 25px;
  border-radius: 4px 120px 120px 4px;
}

.item_criterios p{
  text-transform: uppercase;
  font-size: 24px;
}


/* FILMFEST */

.main_button{
  background-color: #e8b15c;
  color:#000000;
  text-align: center;
  display: block;
  padding: 12px 30px;
  border-radius: 220px;
  text-decoration: none;
  font-size: 16px;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;

  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ff h2{
  color:#e8b15c;
  font-size: 32px;
  text-decoration: none;
  margin: 40px 0;
  margin-top: 0;
  font-family: 'objectivitybold';
}

.ff p{
  color:#000;
  text-align: left;
  font-size: 16px;
}

/* PREMIACION */

.film_premiacion{
background-color: #000;
}

.premiacion_item{
  background-color: #e8b15c;
  border-radius: 400px;
  padding: 12px;
  display: flex;
  text-align: left;
}

.txt_cnt{
  margin-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premiacion_item img{
  width: 120px;
}

.premiacion_item p{
  max-width: 320px;
}

.premiacion_container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}

p.prem_title{
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 900;
}

/* HERO */

.ff_hero_section{
  width: 100%;
  background-color: #000000;
}

.ff_hero_container{
  width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-height: calc(100vh - 56px);
    position: relative;
}

.ff_hero_container figure{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 110px;
}

.ff_hero_container figure img{
  padding: 40px;
}

.ff_logo_main{
  max-width: 400px;
  height: auto;
}

.girls_hero_img{
  display: flex;
    align-items: baseline;
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 86vh;
    width: auto;
}

.thesubtitle{
  color:#75b547;
}

/* SECOND SECTION */

.ff_convocatoria{
  background-color: #ffffff;
}

.second_boy{
  max-width: 450px;
}

.text_yellow{
  color: #e8b15c;
}

/* THIRD SECTION */

.ff_third{
  background-color: #000;
}

.ff_third .the_text{
  width: 100%;
  position: relative;
  text-align: left;
  height: 100%;
  color: #e8b15c;
  font-size: 18px;

  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 60%;
    padding: 12% 70px;
}

/* BASES */

.bases_container{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.bases_item{
  width: 18%;
  text-align: center;
}

.bases_item p{
  text-align: left;
}

.bases_item img{
  max-width: 57%;
  margin: auto;
}


footer{
  text-align: center;
}

.footer_section{
  background-color: #000000;
}

.footer_section p{
  text-align: center;
  color:#e8b15c;
  font-size:28px;
}

.the_modal {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.modalOpen .the_modal{
  display: block;
}

body{
  position: relative;
}

.yellow{
  color:#e8b15c;
}

.the_modal p,
.the_modal ul li{
  color:#fff;
}

.the_modal p a{
  color:#e8b15c;
  text-decoration: none;
}

.modal_title {
  background-color: #e8b15c;
  border-radius: 120px;
  padding: 14px 37px;
  color: #000 !important;
  font-size: 24px;
}

@media only screen and (max-width : 1220px){
  .steps_item{
    width: 40%;
  }
  #i0{
    order:1;
  }
  #i1{
    order:2;
  }
  #i2{
    order:3;
  }
  #i3{
    order:4;
  }
  #i4{
    order:5;
  }
  #i5{
    order:6;
  }
  #i6{
    order:7;
  }
  #i7{
    order:8;
  }
  #i8{
    order:9;
  }
  #i9{
    order:10;
  }
  #i10{
    order:11;
  }
  #i11{
    order:12;
  }
  #i12{
    order:13;
  }
  #i13{
    order:14;
  }
  #i14{
    order:15;
  }
}

@media only screen and (max-width : 992px){
  .main_hero {
    min-height: 45vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .steps_item{
    width: 45%;
  }

  .step_icon_cont {
    width: 100px;
    height: 100px;
    left: -2px;
  }

  .step_number {
    font-size: 19px;
    width: 40px;
    height: 40px;
  }

  .item_criterio {
    gap: 40px;
  }

  /* FILM FEST */
  .bases_item {
    width: 44%;
    text-align: center;
  }

  .premiacion_container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .premiacion_item img {
    width: 120px;
    height: 120px;
  }

  .premiacion_item {
    background-color: #e8b15c;
    border-radius: 400px;
    padding: 12px;
    display: flex;
    text-align: left;
    align-items: center;
  }

  .third_inner{
    flex-direction: column;
  }

  .second_boy {
    max-width: 80%;
  }

  .ff_third .the_text{
    max-width: 100%;
  }

  .ff_hero_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: calc(100vh - 56px);
    position: relative;
  }

  .ff_hero_container figure {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .ff_hero_container figure img {
    padding: 40px 0;
  }

  .ff_logo_main {
    max-width: 80%;
    height: auto;
  }

  .girls_hero_img {
    display: flex;
    align-items: baseline;
    position: relative;
    right: 0;
    bottom: 0;
    max-height: auto;
    /* width: auto; */
    max-width: 80%;
  }

  .boy_png{
    max-width: 90%;
  }

  .ff_third_content{
    flex-direction: column-reverse;
  }

}

img{
  max-width: 100%;
}


@media only screen and (max-width : 768px){
  .main_hero {
    min-height: 22vh;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
  nav{
    font-size: 9px;
  }
  .main_logo{
    height: 20px;
  }
  .steps_item{
    width: 100%;
    padding-left: 110px;
  }

  .item_criterio {
    gap: 40px;
  }

  .criterios_content_wrapper .step_number {
    left: 0;
    top: 0;
  }


  .the_menu li {
    display: inline-block;
    padding: 0 12px 0 0;
    list-style-type: none;
    /* width: 100%; */
    text-align: center;
    /* padding: 12px 0; */
    font-size: 9px;
}

.the_menu {
  padding: 0;
  margin: 0;
}

.centered-content h1 {
  color: #00a8dc;
  font-weight: 900;
  font-size: 40px;
  margin: 0;
  margin-bottom: 20px;
}

.back_green p {
  color: #fff;
  font-size: 17px;
}

.main_hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  height: 100vh;
  padding: 35px;
}

.main_hero {
  position: relative;
  display: flex;
  align-items: top;
  height: 100vh;
  background-image:url('../img/mobile.jpg');
  background-position: 50% 100%;
}

.main_hero img{
  display: none;
}

}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
