
  * {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    font-family: "Montserrat";
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Bitter";
  }
  img {
    display: block;
    max-width: 100%;
  }
  p {
    line-height: 25px;
  }
  .container--flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /*Estilos del header*/
  .main-header {
    padding: 0 15px;
  }
  .main-title {
    color: rgb(255, 255, 255);
  }
  .color-span{
    color: #1e20a0;
  }
  
  .icon-menu{
    font-size: 1.5em;
    color: #EEAD33;
    border: 1px solid rgb(0, 0, 0);
    display: block;
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
  }  
  .menu{
    position: absolute;
    top: 80px;
    left: 0;
    background: #212121;
    width: 100%;
    list-style: none;
    padding: 20px;
    margin: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .menu__item {
    padding: 20px;
    text-align: center;
    width: 150px;
    margin: auto;
  }
  .menu__link {
    color: rgb(255, 255, 255);
    text-decoration: none;
    position: relative;
    display: block;
    
  }
  .menu__link:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    top: 0;
    right: 0;
    opacity: 0;
  }
  .menu__link:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    left: 0;
    bottom: 0;
    opacity: 0;
  }
  .menu__link span:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .menu__link span:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    bottom: 0;
    right: 0;
    opacity: 0;
  }
  .menu__link span{
    padding: 10px;
    font-size: 1.1em;
    display: block;
  }
  .menu__link--select:before, .menu__link--select:after, .menu__link--select span:before, .menu__link--select span:after {
    opacity: 1;
  }
  .menu__item:hover .menu__link:before, .menu__item:hover .menu__link:after, .menu__item:hover .menu__link span:before, .menu__item:hover .menu__link span:after {
    opacity: 1;
  }
  .nav-social{
    display: flex;
    justify-content: center;
  }
  .nav-social__item{
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    margin: 10px;
  }
  .nav-social__item:first-child{
    background: #3b5998;
  }
  .nav-social__item:nth-child(2){
    background: #1da1f2;
  }
  .nav-social__item:nth-child(3){
    background: #ea4c89;
  }
  .nav-social__item i{
    color: white;
  }
  .mostrar{
    opacity: 1;
    visibility: visible;
  }
  
  .design__title1{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: rgb(255, 255, 255);
    font-size: 2.5em;
    width: 100%;
    font-family: "Montserrat";
    text-align: center;
  }
  
  .design__title1:before {
    content: "";
    width: 200px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: transparent;
  }
  .design__title1:after {
    content: "";
    width: 200px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: transparent;
  }
  
  
  /*Estilos del banner video*/
  
  
  #background-video {
    width: 100%;
    height: 75vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -999;
    filter: brightness(60%);
  }
  
  
  /*Fin del banner video*/
  
  
  
  
  
  
  /* Titutlo Servicios*/
  .section__title2 {
    font-size: 2.8em;
    position: relative;
    text-align: center;
  }
  .section__title2:before {
    content: "";
    width: 200px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background: transparent;
  }
  /*Fin del titulo*/
  
  
  
  /*Inicio de imagenes de servicios*/
  .main{
    margin-top: 350px;
  }
  .section__title {
    font-size: 3em;
    position: relative;
    text-align: center;
  }
  .section__title:before {
    content: "";
    width: 200px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background: transparent;
  }
  .section__title:after {
      content: "";
      width: 200px;
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      height: 4px;
      background: transparent;
    }
  .welcome{
    text-align: center;
    padding: 20px;
    max-width: 750px;
    margin: auto;
  }
  .welcome__txt{
    font-size: 1.4em;
    color: #777;
  }
  .welcome__btn {
    display: block;
    border: 2px solid #161486;
    width: 200px;
    margin: auto;
    padding: 10px;
    text-decoration: none;
    color: #161486;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.5s;
  }
  .welcome__btn:hover {
    background: #161486;
    color: white;
  }
  .container-design {
    margin: 30px 0;
  }
  .design__item{
    position: relative;
  }
  .design__item:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .design__title{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: rgb(255, 255, 255);
    font-size: 1.8em;
    width: 100%;
    text-align: center;
  }
  .design__title:before {
    content: "";
    width: 200px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #161486;
  }
  .design__title:after {
    content: "";
    width: 200px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #161486;
  }
  .design__img {
    border: 0px solid white;
    height: 150px;
    width: 100px;
  }
  /*fin de imagenes servicios*/
  
  
  
  
  /*Inicio titulo alianzas*/
  
  .section__title3 {
    font-size: 2.8em;
    position: relative;
    text-align: center;
  }
  .section__title3:before {
    content: "";
    width: 200px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background: #161486;
  }
  /*Fin del titulo alianzas*/
  
  .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 30px 0;
  }
  .box__content{
    width: 70%;
  }
  .box__icon{
    width: 100px;
    height: 100px;
    border: 2px solid #999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #EEAD33;
  }
  .box__icon:hover{
    color: black;
  }
  .box__title{
    color: #EEAD33;
    margin: 0;
  }
  .box__txt {
    color: #999;
  }
  .newsletter{
    margin: 50px 0;
  }
  .form{
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    max-width: 600px;
  }
  .form__mail{
    display: block;
    background: #ddd;
    padding: 15px;
    width: 75%;
    border: none;
    font-size: 1em;
  }
  .form__submit{
    display: block;
    background: #EEAD33;
    border: none;
    padding: 15px;
    width: 20%;
    color: white;
    font-size: 1em;
  }
  
  .main-footer{
    background: #33477b;
    color: #ffffff;
  }
  .main-footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer__title{
    font-size: 1.8em;
    color: white;
    text-transform: uppercase;
  }
  .column--50-25 {
    width: 49%;
    padding: 20px;
  }
  .footer__author{
    text-align: right;
    color: #EEAD33;
    display: block;
  }
  .footer__txt {
    margin-right: 5px;
    font-size: .9em;
  }
  .footer__link{
    color: #ffffff;
  }
  .footer__date{
    font-size: .8em;
    border-bottom: 1px solid #888;
    padding-bottom: 10px;
    color: white;
  }
  .social-icon{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .social-icon i {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    color: white;
    padding: 10px;
    border-radius: 50%;
    
  }
  
  
  .social__link{
    display: block;
    text-decoration: none;
    color: #828282;
  }
  .contact-icon{
    display: flex;
    align-items: center;
  }
  .contact-icon .fas{
    color: white;
    display: block;
    margin-right: 10px;
  }
  .contact__txt {
    font-size: .9em;
  }
  .copy{
    background: #39447e;
    padding: 10px;
    color: white;
    text-align: center;
    width: 100%;
    font-size: .8em;
  }
  @media screen and (min-width: 768px) {
    .menu{
      position: static;
      opacity: 1;
      visibility: visible;
      width: auto;
      display: flex;
      background: none;
      font-size: .8em;
    }
    .menu__item {
      width: auto;
    }
    .icon-menu{
      display: none;
    }
    .banner {
      min-height: 500px;
    }
    .banner:before {
      min-height: 500px;
    }
    .main{
      margin-top: 400px;
    }
    .box{
      justify-content: center;  
    }
    .box__icon{
      margin-right: 30px;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .container {
      width: 1000px;
      margin: auto;
    }
    .main-title{
      font-size: 2.5em;
    }
    .menu {
      font-size: 1em;
    }
    .banner {
      min-height: 600px;
    }
    .banner:before {
      min-height: 600px;
    }
    .banner__title, .banner__txt {
      font-size: 1.5em;
      padding: 10px;
    }
    .main{
      margin-top: 500px;
    }
    .design__item{
      height: 400px;
    }
    .container-design .design__img{
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    
    .container-design, .container-tips{
      display: flex;
      flex-wrap: wrap;
    }
    .design__item{
      width: 50%;
    }
    .container-box{
      width: 50%;
    }
    .container-tips {
      height: 500px;
    }
    .container-tips .design__item{
      height: 100%;
    }
    .container-tips .design__img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    .column--50-25 {
      width: 24%;
    }
  }
  @media screen and (min-width: 1280px) {
    .container {
      width: 1200px;
    }
    .design__title{
      font-size: 2.5em;
    }
    .design__item{
      height: 500px;
    }
  }
  @media screen and (min-width: 1600px) {
    .container {
      width: 1400px;
    }
    .banner__title, .banner__txt {
      font-size: 2em;
    }
  }
  
  



  
  

  
  .logo {
    text-align: center;
    font-size: 3em;
  }
  
  .logo span {
    color: #ce5e6b;
  }
  
  .contact-wrapper {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  }
  
  .contact-wrapper > * {
    padding: 1em;
  }
  
  .contact-form {
    background-color: #e7e7e7;
  }
  
  .contact-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .contact-form form .block {
    grid-column: 1 / 3;
  }
  
  .contact-form form p {
    margin: 0;
    padding: 1em;
  }
  
  .contact-form form button,
  .contact-form form input,
  .contact-form form textarea {
    width: 100%;
    padding: 0.7em;
    border: none;
    background: none;
    outline: 0;
    color: #ffffff;
    border-bottom: 1px solid #818181;
  }
  
  .contact-form form button {
    background-color: #bebebe;
    color: #000000;
    border: 0;
    text-transform: uppercase;
    padding: 1em;
  }
  
  .contact-form form button:hover,
  .contact-form form button:focus {
    background-color: #838383;
    color: #000000;
    transition: background-color 1s ease-out;
    outline: 0;
  }
  
  .contact-info {
    background-color: #ffffff;
  }
  
  .contact-info h4,
  .contact-info ul,
  .contact-info p {
    text-align: center;
    margin: 0 0 1rem 0;
  }
  
  .contact-info ul {
    list-style-type: none;
    padding: 0;
  }
  
  .contact-info ul li {
    padding: 0.5em;
  }
  
  /* Large Screen */
  
  @media (min-width: 700px) {
    body {
      padding: 0 4rem;
    }
  
    .contact-wrapper {
      display: grid;
      grid-template-columns: 2fr 1fr;
    }
  
    .contact-wrapper > * {
      padding: 2em;
    }
  
    .contact-info h4,
    .contact-info ul,
    .contact-info p {
      padding: 1em;
    }
  }



  @media (max-width: 800px) {
    .content{
        width: 100%;
        background-color: rgb(255, 255, 255);
    }
  }
  
  @media (max-width: 2500px) {
    .content{
        width: 100%;
        background-color: rgb(255, 255, 255);
    }
  }