@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700;900&display=swap');


*,
html {
    font-family: 'Maven Pro', sans-serif;
}

html,
body {
    font-size: 16px;
    letter-spacing: 0.04rem;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}


p,
a,
h2,
h3 {
    letter-spacing: 0.1rem !important;

}

.wow{
    visibility: hidden;
}
#header {
    position: relative;
    z-index: 99;
}

#header .bg_white {
    background: #fff;
    padding: 0.5em 0;
}

#header .bg_white span {
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.04rem;
    vertical-align: middle;
}

#header .bg_white img {
    width: 45px;
}

#header .bg_black {
    background: #000;
    padding: 2em 0;
}

#main_nav .navbar-nav .nav-item {
    margin: 0 1.5em;
}

#main_nav .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 1.1em;
    font-weight: 900;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
}

#main_nav .navbar-nav .nav-item .nav-link.active {
    color: #cead14;
    
}


#main_nav .logo{
    /*background: red;*/
    width: 194px;
    transition: all 1s ease;
}

#main_nav.fixed .logo{
    /*background: yellow;*/
    width: 140px;
}

#main_nav.fixed{
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #000;
    top: 0;
}

#main_nav.fixed .logo{
    width: 140px;
}

#main_nav #navbarSupportedContent {
    justify-content: center;
}

#home {
    overflow: hidden;
    position: relative;
    /*top: -5em; */
    z-index: 10;
}
#new_intro{
    background: #000;
    text-align: center;
}

#new_intro .big{
    width: 60%;
    max-width: 350px;
    margin: 2rem 0;
}

#new_intro h1{
    color: #fff;
}
#new_intro p{
    color: #fff;
    font-size: 1rem;
}
#home .container-fluid {
    padding: 0;
}

#home .big {
    width: 100%;
}

#home .container_float {
    max-width: 1320px;
    width: 100%;
    position: absolute;
    top: 10rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*background: #fff;*/
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    z-index: 10;
}

#home .container_float .intro {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

#home .container_float p {
    font-size: 2em;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

#home .btn-warning {
    background-color: #cead14;
    border-color: #cead14;
    border-radius: 0;
    padding: 1em;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin-top: 1em;
    letter-spacing: 0.04rem;
}

#home .tiny {
    position: relative;
    top: -1.5rem;
    max-width: 80px;
}

#info {
    padding: 5em 0;
}

#info .inner img {
    margin-bottom: 1.5em;
}

#info .inner p {
    font-size: 1.2em;
    line-height: 1.7;
}

#info .inner p span {
    font-weight: 900;
    color: #444444;
}

#info p.big {
    font-weight: 900;
    font-size: 2em;
    line-height: 1;
    width: 100%;
    margin: 2em auto;
    color: #000;

}

#services {
    background: #000;
}

#services .intro {
    padding: 2em 0;
}

#services h2 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 900;
}

#services h3 {
    color: #fff;
    font-weight: 900;
    font-size: 2em;
    margin-bottom: 3em;
}

#services .container_img {
    position: relative;
    margin: 2em auto;
    width: 341px;
    height: 326px;

}

#services .container_img::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 341px;
    height: 326px;
    background-color: #cead14;
    display: block;
    z-index: 10;
}

#services .container_img img {
    position: relative;
    z-index: 20;
}


#who {
    position: relative;
    padding-bottom: 3em;
}

#who h2 {
    color: #cead14;
    font-weight: 900;
    font-size: 3em;
    margin-bottom: 0;
}

#who .tiny {
    position: relative;
    top: -1.5rem;
}

#who p {
    color: #444444;
    font-weight: 900;
    font-size: 1.5em;
}

#who #extra {
    height: 21rem;
    background-color: #cead14;
    width: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
}

#who .big {
    margin-top: 10rem;
    margin-left: -9rem;
    border: 0.2rem solid #000;
}

#who .inner {
    margin-top: 9rem;
    margin-left: -5rem;
    width: 500px;

}

#pablo {
    background: #000;
}

#pablo h1 {
    color: #fff;
    font-weight: 900;
    font-size: 2.2em;
}

#pablo .intro {
    padding: 10em 0 6em 0;
}

#pablo .inner {
    text-align: center;
    position: relative;
}

#pablo .inner .info {
    background: #cead14;
    width: 21.25rem;
    height: 18rem;
    margin: 0 auto;
    overflow: hidden;
    padding: 3em 1.5em;
    margin-top: -5rem;
    position: relative;
    z-index: 10;
}

#pablo .inner .info p {
    color: #000;
    font-weight: 500;
}


#pablo .inner .info h3 {
    font-weight: 900;
    font-size: 1.3em;
    color: #000;

}

/*Fernando */
#fernando {
    background: #000;
}

#fernando h1 {
    color: #fff;
    font-weight: 900;
    font-size: 2.2em;
}

#fernando .intro {
    padding: 8em 0 6em 0;
}

#fernando .inner {
    text-align: center;
    position: relative;
}

#fernando .inner .info {
    background: #cead14;
    width: 21.25rem;
    height: 28rem;
    margin: 0 auto;
    overflow: hidden;
    padding: 3em 1.5em;
    margin-top: -5rem;
    position: relative;
    z-index: 10;
}

#fernando .inner .info p {
    color: #000;
    font-weight: 500;
}


#fernando .inner .info h3 {
    font-weight: 900;
    font-size: 1.3em;
    color: #000;

}

#education {
    background: #000;
    padding: 10em 0 5em 0;
}

#education h3 {
    color: #fff;
}

#education p {
    color: #fff;
}

#education .inner {
    position: relative;
    padding-top: 1px;
    margin-top: -1px;
}

#education .inner .text {
    position: relative;
    z-index: 20;
    width: 50%;
    margin: 2em;
}

#education .inner .text h3 {
    font-size: 2.5em;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 3em;
}

#education .inner .text ul {
    list-style: none;
    padding-left: 0;
    margin-top: 3em;
}

#education .inner .text ul li {
    font-size: 1.5em;
    font-weight: 500;
    color: #fff;

}

#education .inner .big {
    position: absolute;
    top: 0;
    right: 8rem;
    z-index: 10;
}


#education .logo_big .big {
    margin: 5em 0 0 0;
}

#brand {
    background: #000;
    padding: 10em 0 5em 0;
}



#contact {}

#contact h2 {
    color: #000;
    margin: 1.5em 0;
    font-size: 3.5em;
    font-weight: 900;
}

#contact .container_form {
    /*width: 60%;*/
    margin: 0 auto;
}

#contact #container_map {
    border: 0.2rem solid #cead14;
    margin: 1em 0;
}

#contact .address {

    font-size: 1.2em;
    font-weight: 900;
}

#contact .info {
    margin: 1em 0;
    font-size: 1.2em;
    font-weight: 900;
}

.hidden {
    display: none;
}

#contact #form_contact textarea {
    resize: none;
}

#contact #form_contact label {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

#contact #form_contact .btn-warning {
    background-color: #cead14;
    border-color: #cead14;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0.5em 1em;
}

#contact #form_contact .btn-danger {
    background-color: #f05a23;
    border-color: #f05a23;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0.5em 1em;
}

#footer {}


#footer span {
    vertical-align: middle;
    font-weight: 700;
}

#footer .info {
    margin: 2em auto;
}

#footer .copy {
    background: #000;
    text-align: center;
    padding: 1em 0;
}

#footer .copy span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 500;
}

#footer .copy .year {
    padding: 2em 0;
}


#footer .copy .logo_small {
    position: relative;
}

#footer .copy .logo_small::before {
    position: absolute;
    width: 96%;
    height: 0.15rem;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    background: #fff;
}

#footer .copy .tiny {
    width: 90px;
    margin: 2em auto;
}

#footer .copy .large {
    width: 220px;
    margin: 1em auto;
}

#uno{
    display: none;
}
a[href^="tel"] {
    color: #000; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
  }

  #call{
      position: fixed;
      bottom: 2em;
      right: 2em;
      z-index: 999;
      background: #fff;
      border-radius: 50px;
      width: 50px;
      height: 50px;
      text-align: center;
  }
  #call img{
    
    position: absolute;
    width: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#footer .copy .parent{
    position: relative;
    width: 162px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

#footer .copy .parent a.insta{
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    left: 0;
}
#footer .copy .parent a.face{
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    left: 59px;
}
#footer .copy .parent a.linked{
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    left: 120px;
}

#testimonios h2{
    color: #000;
    margin: 1.5em 0;
    font-size: 3.5em;
    font-weight: 900;
    text-transform: uppercase;
}

#testimonios .table_testimonios{
    /*font-size: 0;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
}
#testimonios .table_testimonios .item{
    /*
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    */
    width: 33.33%;
    
    align-content: top;
    
}
#testimonios .table_testimonios .item .inner{
    /*
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    */
    padding: 1rem;
    /*background: red;*/
}
#testimonios .table_testimonios .item .inner p{
    /*
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    */
    position: relative;
    /*background: red;*/
}
#testimonios .table_testimonios .item .inner .person{
    font-weight: 900;
    
}
#testimonios .table_testimonios .item .inner .quote{
   
   font-size: 4rem;
   font-weight: 900;
   position: absolute;
   top: -2.2rem;
   left: -1rem;
   display: none;
}
#testimonios .table_testimonios .item .inner img{
    margin: 1rem;
}

/*Medias*/
@media only screen and (max-width:2100px) {

    html,
    body {}

    #education .inner .big {

        right: 2rem;

    }


}

@media only screen and (max-width:2000px) {

    html,
    body {}

    #education .text_right img {

        width: 100%;

    }

    #education .inner .big {
        right: 0;
        width: 45%;
    }
}


@media only screen and (max-width:1800px) {

    html,
    body {
        font-size: 15.70px;
    }

    #education .text_right img {

        width: 90%;

    }

    #education .inner .big {
        right: 0;
        width: 40%;
    }


}

@media only screen and (max-width:1600px) {

    html,
    body {
        font-size: 15.50px;
    }

    #education .text_right img {

        width: 90%;

    }

    #education .inner .big {
        right: 0;
        width: 40%;
    }

    #education .logo_big .big {
        width: 500px;
    }

    #education .inner .text {

        width: 60%;

    }

    #education .inner .text ul li {
        font-size: 1.3em;

    }

    #education .inner .text h3 {
        font-size: 2.2em;

    }

    #education .inner .text h3 img {
        width: 63px;

    }


}

@media only screen and (max-width:1399px) {

    html,
    body {
        font-size: 15px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
        width: 96%;
    }

    #education .text_right img {

        width: 90%;

    }

    #education .inner .big {
        right: 0;
        width: 40%;
    }

    #education .logo_big .big {
        width: 400px;
    }

    #education .inner .text {
        margin: 0;
        width: 60%;

    }

    #education .inner .text ul li {
        font-size: 1.3em;

    }

    #education .inner .text h3 {
        font-size: 2.2em;

    }

    #education .inner .text h3 img {
        width: 63px;

    }

    #home .container_float .intro {
        font-size: 1.8em;
        
    }

    #home .container_float p {
        font-size: 1.8em;
        
      }

      #home .btn-warning {
       
        font-size: 1em;
        
      }

      #header .bg_white span {
        
        font-size: 1.1em;
        
      }

      #info p.big {
        
        font-size: 1.6em;
       
      }

      #services h3 {
       
        font-size: 1.8em;
        
      }

      #who .big {
        width: 80%;
        margin-top: 10rem;
        margin-left: 0;
      }

      #who h2 {
        
        font-size: 2.6em;
        
      }

      #who .tiny {
        width: 77px;
      }
      #who p {
        
        font-size: 1.2em;
      }

      #home .container_float {
        
        width: 88%;
        
      }
      #home .tiny {
        position: relative;
        top: -1.5rem;
        max-width: 70px;
      }

}

@media only screen and (max-width:1200px) {

    html,
    body {
        font-size: 14.50px;
    }

    #education .inner .text ul li {
        font-size: 1.1em;
      }

      #education .logo_big .big {
        width: 300px;
      }

      #services .container_img img {
        width: 100%;
      }

      #services .container_img {
        position: relative;
        margin: 2em auto;
        width: 301px;
        height: 286px;
      }

      #services .container_img::before {
        content: '';
        position: absolute;
        top: -1rem;
        left: -1rem;
        width: 301px;
        height: 286px;
        background-color: #cead14;
        display: block;
        z-index: 10;
      }
    
      #header .bg_white span {
        font-size: 0.8em;
      }

      #home .tiny {
        position: relative;
        top: -1rem;
        max-width: 60px;
      }
}

@media only screen and (max-width:991px) {
    html,
    body {
        font-size: 14px;
    }
    .navbar-toggler {
        background: #fff;
      }
      #main_nav #navbarSupportedContent {
        justify-content: center;
        position: absolute;
        left: 210px;
      }
    
      #main_nav .logo{
          width: 140px;
      }

      #main_nav.fixed .logo{
            width: 100px;
      }
      #main_nav .navbar-nav .nav-item .nav-link {
        padding: 0.2rem 0;
      }
        
      #home .container_float .intro {
        font-size: 1.4em;
      }

      #home .container_float p {
        font-size: 1.4em;
      }
      #home .btn-warning {
        font-size: 0.8em;
      }
      #info {
        padding: 2.5em 0;
      }

      #info .intro .inner{
          margin-bottom: 4em;
      }
      #who .big {
        width: 80%;
        margin: 4em auto;
        display: block;
      }

      #who #extra {
        width: 100%;
        
      }
      #who .inner {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
      }

      #pablo .inner {
        margin-bottom: 4em;
      }

      #education .text_right{
          text-align: center;
      }

      #education .text_right img {
        width: 60%;
        max-width: 620px;
      }

      #education .inner .text {
        margin: 4em 0;
        width: 90%;
        text-align: center;
      }

      #education .inner .big {
        margin: 0 auto;
        display: block;
        width: 40%;
        position: relative;
      }

      #footer img.tiny{
          width: 25px;
      }


}

@media only screen and (max-width:700px) {
    html,
    body {
        font-size: 13px;
    }
    #header .bg_white img {
        width: 35px;
      }
    .bg_white .col-sm-4 {
        display: block;
        width: 100%;
        margin: 0.2rem 0;
    }

    #footer .col-sm-4 {
        display: block;
        width: 100%;
        margin: 0.2rem 0;
        text-align: center;
    }

    #footer .facebook{
        width: 105px;
    }

    #footer .copy .parent{
       
        width: 110px;
       
    }
    
    #footer .copy .parent a.insta{
        position: absolute;
        width: 28px;
        height: 28px;
        top: 0;
        left: 0;
    }
    #footer .copy .parent a.face{
        position: absolute;
        width: 28px;
        height: 28px;
        top: 0;
        left: 40px;
    }
    #footer .copy .parent a.linked{
        position: absolute;
        width: 28px;
        height: 28px;
        top: 0;
        left: 80px;
    }

    #home .container_float {
       
        top: 4rem;
        padding: 1rem;
        
      }
      #home .tiny {
        position: relative;
        top: 0rem;
        max-width: 30px;
      }
      #testimonios .table_testimonios{
        /*font-size: 0;*/
        display: block;
        
    }
    #testimonios .table_testimonios .item{
        display: inline-block;
        width: 90%;
        
    }
    .logo_big .big{
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    html,
    body {
        font-size: 12px;
    }
    #who h2 {
        font-size: 2.6em;
        text-align: center;
      }
    
      #services h2 img{
          width: 60px;
      }

      #pablo .inner .big{
          width: 90%;
      }
      .logo {
        width: 120px;
      }
      #main_nav #navbarSupportedContent {
        
        left: 120px;
      }
      #home {
        
        top: -2em;
        
      }

      #home .container_float {
        top: 2rem;
        
      }
      #home .container_float .intro {
        font-size: 1em;
      }
      #home .container_float p {
        font-size: 1em;
      }
      #home .tiny {
        
        max-width: 20px;
      }
      #home .btn-warning {
        font-size: 0.7em;
      }

      #info .inner img {
        width: 100px;
      }
      
}

@media only screen and (max-width:360px) {
    #home .container_float {
        top: 1rem;
        
      }
    #home {
    top: -1em;
    }

}