* {
  font-family: 'Helvetica', 'Arial', sans-serif !important;

}

.menu {
  background-color: #ED297A !important;
  min-height: 70px !important;
  border: none;
}

.link-text {
  color: #fff !important;
}

.img-title {
  width: 132px !important;
  height: 38px;
}

@import 'https://fonts.googleapis.com/css?family=Montserrat|Open+Sans';

.navbar-brand {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase
}

.navbar-header {
  height: 70px;
}

.container-menu {
  padding-right: 28px;
  padding-left: 28px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-menu {
  background-color: #79d4cf !important;
  text-align: center;
}

.dropdown-toggle:focus>a {
  color: #fff;
}

.dropdown-toggle {
  text-align: center;
}

.navbar-inverse {
  background-color: #003300
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  background-color: #79d4cf
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #79d4cf
}

.dropdown-menu {
  background-color: #006B00
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #ed297a;
}

.navbar-inverse {
  background-image: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-image: none;
}

.navbar-inverse {
  border-color: #003300
}

.navbar-inverse .navbar-brand {
  color: #FFFFFF
}

.navbar-inverse .navbar-brand:hover {
  color: #FFF
}

.navbar-inverse .navbar-nav>li>a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.5em;

}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #FFF
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #FFF
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #FFF
}

.submenu-item {
  font-size: 15px;
  color: #fff !important;
  font-weight: bold !important;

}

.dropdown-menu>li>a {
  color: #FFFFFF;

}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #FFF
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-top-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-bottom-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-bottom-color: #FFFFFF
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-right {
  margin-top: 8px;
}

.container-principal {
  width: 100%;
  height: 1891px;
  background-image: url("../assets/images/fondo_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 189vh;
  margin:  auto 0;

}

.content-title {

  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 30%;
  margin-left: 7%;
}

.content-colors {

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.content-tercer {

  height: 600px;
  display: block;
  align-items: center;
  justify-content: center;
  position: absolute;

}

.content-subtitle {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 40%;
  margin-left: 28%;

}

.title {
  color: #fff;
  font-weight: bold;
  font-size: 78px;
  flex-wrap: wrap;
}

.sub-title {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

.text-second,
.text-quarter {
  color: #fff;
  font-size: 21px;
  width: 50%;
}

.text-quarter {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.margin-content {
  margin-top: 202vh;

}

.title-second {
  color: #fff;
  font-weight: bold;
  font-size: 66px;
  flex-wrap: wrap;
  width: 60%;

}

.content-tercer {
  width: 70%;
}

.title-tercer {
  font-size: 91px;
  float: left;
  color: #a8a1fe;
  font-weight: bold;
}


.text-tercer {
  font-size: 35px;
  ;
  color: #999;

}

#colors {
  padding: 0;
  width: 75%;
}

.container-video {
  display: block;
  background-color: #ED297A;

}

.container-end {
  background-color: #ED297A;
  display: flex;
  margin: 0;
  width: 100%;
  height: 70px;
  align-items: center;
  text-align: center;
}

#text-end {
  width: 100%;
}

#img-title {
  width: 232px;
  height: 67px;
  margin-bottom: 7px;
}



.text-footer{
  color: #777;
  font-size: 1.5vw;
}
.title-footer{
  font-size: 1.7vw;
  color: #777;
  font-weight: bold;
}

/* The Modal (background) */
.modal {
display: block;
  position: fixed; 
  z-index: 1;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  margin: auto;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control, #modal-check {
  height: auto !important;
}
#modal-content {
  width: 50%;
  background-image: url("../assets/images/Test/fonde/Mesa\ de\ trabajo\ 5.png");

}

#modal-content-2 {
  width: 50%;

  background-image: url("../assets/images/Test/fonde/Mesa\ de\ trabajo\ 2.png");
}

#myModal, #myModal2 {
  display: none;
}

.container-form {
  margin-left: 7%;
  margin-right: 7%;

}

.margin-top {
 margin-top: 3% !important;
}

.border-radius {
border-radius: 28px;
}

.label-check {
 display: table-cell;
 text-align: left;
}

.left {
  float: left;
}

.black {
  color: #555 !important;
}

#modal-check {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 2%;
}

.close {
  margin-right: 3%;
  margin-top: 1%;
  color: #fff;
  background-color: #FFC702;;
 font-size: 3vw;
 width: 7%;
 height: 7%;
  border-radius: 50px;
  opacity: 1;
  justify-content: center;
  text-align: center;
}

.img-modal{
  width: 100%;
  height: 100%;
}
.img-modal-2{
  width:100%;
}
.title-responsive {

  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2vw;
}


.text-responsive {

  color: #fff;
  font-size: 1.9vw;

}

.low-responsive {

  color: #fff;
  font-size: 1vw;
  margin-top: 7%;

}

.modal-btn {
  background-color: #79d4cf;
  padding: 7px 28px;
  border-radius: 28px;
  margin-top: 7%;

}

.container-col {
margin-left: 10%;
}

#like:hover {
  background-color: #ED297A;
}

#go:hover {
  background-color: #699AF9;
}
.modal-content-text {
  position: absolute;
  top: 20%;
  left: 50%;
  margin: 0;

}

.container-footer {
  width: 100%;
  margin-top: 2%;
  background-color: #fff;

}

.content-footer{
  margin-left: 5%;
  margin-right: 5%;

}

.text-footer{
  color: #777;
  font-size: 1.5vw;
}
.title-footer{
  font-size: 1.7vw;
  color: #777;
  font-weight: bold;
  margin: 0;
}


.images-footer {
  width: 25%;
  display: inline-block;
}

.img-network {
  width: 20%;
  display: inline-block;
  float: left;
}

#mensaje {
  color: #ffc702;
}

.content-flex {
  position: fixed;
  background-color: #ED297A;
  width: 90px;
  height: 140px;
  bottom: 15px;
  right: 0px;
  border-radius: 12px 0px 0px 12px;
}

.img-flex, .img-flex-hover {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99999;
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #e67200;
  box-shadow: #0000000f 0 1px 6px,#00000029 0 2px 32px;
  border: medium none;
}
.img-flex-hover {
  display: none;  
}

#button-minigames {
  bottom: 160px;

}

@media screen and (max-height: 1000px) {

  #img-grafica {
    width: 640px;
    height: 338px;
  }

  .sub-title {
    font-size: 24px;
  }

  

}

@media screen and (max-width: 900px) {
  .title {
    font-size: 66px;
  }
  
  #img-content-2 {
    display: none;
  }

  #img-title {
    width: 232px;
    height: 67px;
  }

  #img-grafica {
    width: 640px;
    height: 338px;
  }

  .sub-title {
    font-size: 26px;
  }

  .content-subtitle {
    width: 80%;
    margin-left: 20%;
  }

  .title-second {
    font-size: 55px;
    width: 70%;

  }

  .content-tercer {
    width: 80%;
  }

  .title-tercer {
    font-size: 86px;
  }


  .text-tercer {
    font-size: 28px;
    ;
  }

  .data-tercer {
    position: inherit;
    display: block;

  }

  .content-tercer {
    width: 90%;
    position: inherit;

  }
  
  .low-responsive {
    font-size: 1.7vw;
  }
  
  #modal-content-2, #modal-content {
    width: 70%;

  }
  #modal-content-2 {
    padding-bottom: 2%;

  }
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 55px;

  }

  .sub-title {
    font-size: 22px;
  }

  #img-title {
    width: 166px;
    height: 48px;
  }

  #img-grafica {
    width: 512px;
    height: 270px;
  }

  .content-subtitle {
    width: 90%;
    margin-left: 10%;
  }

  .title-second {
    font-size: 45px;
    width: 80%;

  }

  .content-tercer {
    width: 90%;
    position: inherit;

  }

  .title-tercer {
    font-size: 75px;
  }


  .text-tercer {
    font-size: 21px;
    ;
  }

  .data-tercer {
    position: inherit;
    display: block;
  }

  .text-quarter {
    font-size: 21px;
  }
  
  #tercer-right {
    height: 420px;
    ;
  }

  .modal-content-text {
    top: 10%
  }


  .footer-spaced {
    display: none;
    }

}


.container-second {
  display: block;
  min-height: 600px;
  background-color: #A8A1FE;
  margin: 0;
  width: 100%;
}

.container-tercer {
  display: block;
  min-height: 600px;
  background-color: #fff;
  margin: 0;
  width: 100%;
}

.body {
  background-color: #ED297A;
}

.container-row {
  padding-left: 10%;
  padding-right: 10%;
}

.data-second {
  border-right: 1px solid #fff;
  text-align: -webkit-center;
}

.data-tercer {
  height: 100%;
  border-right: 1px solid #fff;
  align-items: center;
  justify-content: center;
}

#experiencie {
  padding: 70px 0 0 7%;

}

#colors {
  width: 90%;
}

.flexible {}

.img-second {
  display: block;
}



.btn-tercer {
  width: 50%;
  height: 50px;
  background-color: #fff;
  color: #79d4cd;
  border-radius: 28px;
  border: 3px solid #79d4cf;
  font-size: 1.5em;
}

.img-1 {
  background-color: #ffc702;
}

.img-2 {
  background-color: #79d4cf;
}

.img-3 {
  background-color: #a8a1fe;

}

.img-4 {
  background-color: #ed297a;

}

.img-data {
  width: 50%;
  height: 50%;
  display: flex;
  float: left;
}


@media screen and (max-width: 600px) {
  .title {
    font-size: 45px;

  }

  .sub-title {
    font-size: 18px;
  }

  #img-title {
    width: 132px;
    height: 38px;
  }

  #img-grafica {
    width: 409px;
    height: 216px;
  }

  .content-subtitle {
    width: 100%;
    margin-left: 0%;
  }

  .title-second {
    font-size: 36px;
    width: 90%;

  }

  .data-second {
    border-right: none;
    margin-bottom: 28px;

  }

  .content-tercer {
    width: 100%;
    padding-left: 7%;
    position: inherit;

  }

  .data-tercer {
    position: inherit;
    display: block;
  }

  .title-tercer {
    font-size: 55px;
  }


  .text-tercer {
    font-size: 21px;
    ;
  }

  .btn-tercer {
    width: 70%;
  }

  .text-quarter {
    font-size: 21px;
  }

  #tercer-right {
    height: 420px;
    ;
  }


  #colors {
    width: 100%;
  }

  .close {
    margin-right: 6%;
    margin-top: 2%;
  }
  
  .low-responsive {
    font-size: 2.4vw;
  }
  
  .img-modal {
    width: 125%;
  }

}

@media screen and (max-height: 400px) {

  .sub-title {
    font-size: 14px;
  }

  #img-grafica {
    width: 327px;
    height: 172px;
  }
  .margin-content {
    margin-top: 193vh;
  }

  

}

@media screen and (max-width: 1000px) {
  .content-tercer {
    width: 90%;
    position: inherit;

  }
}

@media screen and (max-width: 450px) {
  .img-flex  {
    width: 50px!important;
    height: 50px!important;
    bottom: 70px!important;
    right: 10px!important;
}

#button-minigames {
  bottom: 130px!important;

}

.content-flex {
  width: 80px;
  height: 140px;
  bottom: 4px;
}
}