@font-face {
    font-family: AdobeCaslonPro;
    src: url(../font/acaslonpro-italic.otf);
  }
  @font-face {
    font-family: Futura-pt;
    src: url(../font/FuturaPTBook.otf);
  }
  @font-face {
    font-family: Cinzel;
    src: url(../font/Cinzel-Regular.ttf);
  }
  @font-face {
    font-family: Montserrat SemiBold;
    src: url(../font/Montserrat-SemiBold.ttf);
  }
  @font-face {
    font-family: Trispace;
    src: url(../font/Trispace-Regular.ttf);
  }
  @font-face {
    font-family: Gotham;
    src: url(../font/HomepageBaukasten-Book.ttf);
  }
  /*color y efecto de iconos de redes sociales*/
  .fab{
    color :#686868;
    transition: transform .2s;
  }
  .fab:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
  }
  
/*-----------------------------------------------------------------------------------------
                        estilo para header
------------------------------------------------------------------------------------------*/
.fondoheader{
        background-color: rgba(0,0,0,.2);
    }
.menu {
    display: inline-block;
    cursor: pointer;
  }

.carousel-caption{
    position: absolute;
    z-index: 1;
    background: rgba(168, 158, 149,.9);
    box-shadow: rgb(0, 0, 0) 3px 3px 12px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    bottom: 0px;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color:white;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
#menu{
    display: none;
    background-color: rgba(0,0,0,.5);
    position:fixed;
    right:0;
    bottom:0;
    left:0;

}
/*-----------------------------------------------------------------------------------------
                        estilo para Consulta
------------------------------------------------------------------------------------------*/
.Location {
    margin-top: 3%;
    background: url(../img/Consulta/asasa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    margin-bottom: 0;
    min-height: 500px;
}
.info{
    background: rgba(168, 158, 149,.5);
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    
}

#number{
    text-decoration: none;
    color: white;
    font-size: 35px;
}

#consulting{
    text-decoration: none;
    color: black;
    background-color: white;
    font-size: 20px;
    font-family: 'Gotham';
    font-weight: bold;
}
#consulting:hover{
    color: white;
    background-color: black;
}
/*-----------------------------------------------------------------------------------------
                        estilo para footer
------------------------------------------------------------------------------------------*/
.footer{
    height: 100px;
    font-family: 'Gotham';
    color: #2c2c2c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8;
    text-align: center; 
    margin-top: 3%;
}

.footer .row .col{
    margin: auto;
}

.footer1
{
    /*background: rgba(168, 158, 149,.9);*/
    background: #c4946c;
    text-align: center;
    padding-top: 20px;
}

.information{
    font-family: 'Gotham';
    font-weight: 300;
    color: #2c2c2c;
    line-height: 1.7;
}
/*.information  div > p{
        text-align: center;
        justify-content: center;
        align-content: center;
        flex-direction: column;
}*/

@media (max-width: 575.98px) {
    /*-----------------------------------------------------------------------------------------
                            estilo para header
    ------------------------------------------------------------------------------------------*/
    .visible{
        display: block !important;
        position: fixed;
        z-index: 3;
        top: 40px;
      }
      
    .navbar
    {
        width: 100%;
        height: 100px;
        padding: 0px;
        position: fixed;
        z-index: 5;
        top: -30px;
        transition: .5s;
        color: white;
    }
          #logo{
              width: 60px;
              height: auto;
              margin-top: -10px;
          }
          #direccion{
            text-align: center;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 10pt;
            line-height: 1rem;
        }
        #direccion > a {
            text-decoration: none;
            color: white;
        }
        .street{
            font-size: 6pt;
        }
    /*-----------------------------------------------------------------------------------------
                            estilo para Menu
    ------------------------------------------------------------------------------------------*/
        #menu{
            width: 100%;
        }
        .containerMenu{
            height: 100%; 
            margin-left: 10%; 
            background: rgba(0,0,0,0.7);
        }
        .main-links{
            height: 100vh;
        }
        .list{
            padding-top: 40%;
            text-align: center;
        }
        .menuList{
            padding-left: 10pt;
        }
        
        .menuList li
        {
            list-style: none;
            line-height: 1.6;
            margin-bottom: 2.5rem;
            list-style-position: outside;
        }
        .menuList li .a
        {
            text-decoration: none;
            font-family: 'Futura-pt', sans-serif;
            font-size: 12pt;
            font-weight: 400;
            color: #8a9597;
        }
        .menuList li .a:hover
        {
            border:1px solid white;
            border-radius:5px;
            background-color:white;
            box-shadow:4px 4px 1px gray;
            color: gray;
            font-size: 13pt;
            cursor: pointer;
            outline: none;
        }
        
        .listRight{
            text-align: left;
            padding-top: 15vh;
            height: 100vh;
        }
        .listProcedure{
            list-style: none;
            padding-left: 10pt;
        }
        .listProcedure li{
            list-style: none;
            line-height: 1.6;
            margin-bottom: 3rem;
            list-style-position: outside;
        }
        .listProcedure li a{
            text-decoration: none;
            font-family: 'Futura-pt', sans-serif;
            font-size: 12pt;
            font-weight: 400;
            color: #8a9597;
        }
        
        .listProcedure li a:hover{
            border:1px solid white;
            border-radius:5px;
            background-color:white;
            box-shadow:4px 4px 1px gray;
            color: gray;
            font-size: 13pt;
            cursor: pointer;
            outline: none;
        }
    
    /*-----------------------------------------------------------------------------------------
                            estilo para Consulta
    ------------------------------------------------------------------------------------------*/
    .Location {
    margin-top: 3%;
    background: url(../img/Consulta/asasa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    margin-bottom: 0;
    min-height: 500px;
}
    .info{
        background: rgba(168, 158, 149,.5);
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        
    }
    
    #number{
        text-decoration: none;
        color: white;
        font-size: 15pt;
    }
    
    #consulting{
        text-decoration: none;
        color: black;
        background-color: white;
        font-size: 10pt;
        font-family: 'Gotham';
        font-weight: bold;
    }
    #consulting:hover{
        color: white;
        background-color: black;
    }
    /*-----------------------------------------------------------------------------------------
                            estilo para footer
    ------------------------------------------------------------------------------------------*/
    .footer{
        height: 100px;
        font-family: 'Gotham';
        color: #2c2c2c;
        font-size: 7pt;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.8;
        text-align: center; 
        margin-top: 3%;
        margin-bottom: 3%;
    }
    
    .footer1
    {
        
        text-align: center;
    }
    
    .information{
        font-family: 'Gotham';
        text-align: center;
        font-size: 8pt;
        font-weight: 300;
        color: #2c2c2c;
        line-height: 1.7;
    }
    .fondoheader{
        height:50px;
    }
      }
      
      @media (min-width: 576px) and (max-width: 767.98px) {
/*-----------------------------------------------------------------------------------------
                        estilo para header
------------------------------------------------------------------------------------------*/
    .visible{
        display: block !important;
        position: fixed;
        z-index: 3;
        top: 50px;
      }
      
    .navbar
    {
        width: 100%;
        height: 100px;
        padding: 0px;
        position: fixed;
        z-index: 5;
        top: -30px;
        transition: .5s;
        color: white;
    }
          #logo{
              max-width: 150px;
              height: auto;
          }
          #direccion{
            text-align: center;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 10pt;
            line-height: 1rem;
        }
        #direccion > a {
            text-decoration: none;
            color: white;
        }
        .street{
            font-size: 8pt;
        }
    /*-----------------------------------------------------------------------------------------
                            estilo para Menu
    ------------------------------------------------------------------------------------------*/
    #menu{
        width: 100%;
    }
    .containerMenu{
        height: 100%; 
        margin-left: 10%; 
        background: rgba(0,0,0,0.7);
    }
    .main-links{
        height: 100vh;
    }
    .list{
        padding-top: 40%;
        text-align: center;
    }
    .menuList{
        padding-left: 10pt;
    }
    
    .menuList li
    {
        list-style: none;
        line-height: 1.6;
        margin-bottom: 2.5rem;
        list-style-position: outside;
    }
    .menuList li .a
    {
        text-decoration: none;
        font-family: 'Futura-pt', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        color: #8a9597;
    }
    .menuList li .a:hover
    {
        border:1px solid white;
        border-radius:5px;
        background-color:white;
        box-shadow:4px 4px 1px gray;
        color: gray;
        font-size: 18pt;
        cursor: pointer;
        outline: none;
    }
    
    .listRight{
        text-align: left;
        padding-top: 15vh;
        height: 100vh;
    }
    .listProcedure{
        list-style: none;
        padding-left: 10pt;
    }
    .listProcedure li{
        list-style: none;
        line-height: 1.6;
        margin-bottom: 3rem;
        list-style-position: outside;
    }
    .listProcedure li a{
        text-decoration: none;
        font-family: 'Futura-pt', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        color: #8a9597;
    }
    
    .listProcedure li a:hover{
        border:1px solid white;
        border-radius:5px;
        background-color:white;
        box-shadow:4px 4px 1px gray;
        color: gray;
        font-size: 18pt;
        cursor: pointer;
        outline: none;
    }
    /*-----------------------------------------------------------------------------------------
                            estilo para Consulta
    ------------------------------------------------------------------------------------------*/
    .Location {
    margin-top: 3%;
    background: url(../img/Consulta/asasa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    margin-bottom: 0;
    min-height: 500px;
}
    .info{
        background: rgba(168, 158, 149,.5);
        text-align: center;
    }
    
    #number{
        text-decoration: none;
        color: white;
        font-size: 15pt;
    }
    
    #consulting{
        text-decoration: none;
        color: black;
        background-color: white;
        font-size: 10pt;
        font-family: 'Gotham';
        font-weight: bold;
    }
    #consulting:hover{
        color: white;
        background-color: black;
    }
    /*-----------------------------------------------------------------------------------------
                            estilo para footer
    ------------------------------------------------------------------------------------------*/
    .footer{
        height: 100px;
        font-family: 'Gotham';
        color: #2c2c2c;
        font-size: 7pt;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.8;
        text-align: center;
        padding-top: 4%;
        padding-bottom: 35%;
    }
    
    .footer1
    {
        padding-top: 4%;
        
        text-align: center;
    }
    
    .information{
        font-family: 'Gotham';
        text-align: center;
        font-size: 8pt;
        font-weight: 300;
        color: #2c2c2c;
        line-height: 1.7;
    }
    .fondoheader{
        height:50px;
    }
        
      }
      
      @media (min-width: 768px) and (max-width: 991.98px) {
 /*-----------------------------------------------------------------------------------------
                        estilo para header
------------------------------------------------------------------------------------------*/
    .visible{
        display: block !important;
        position: fixed;
        z-index: 3;
        top: 40px;
      }
      
    .navbar
    {
        width: 100%;
        height: 100px;
        padding: 0px;
        position: fixed;
        z-index: 5;
        top: -30px;
        transition: .5s;
        color: white;
    }
          #logo{
              max-width: 150px;
              height: auto;
          }
          
          #direccion{
            text-align: center;
            font-family: 'Roboto Condensed', sans-serif;
            font-size: 13pt;
            line-height: 1rem;
        }
        #direccion > a {
            text-decoration: none;
            color: white;
        }
        .street{
            font-size: 11pt;
        }
    /*-----------------------------------------------------------------------------------------
                            estilo para Menu
    ------------------------------------------------------------------------------------------*/
    #menu{
        width: 100%;
    }
    .containerMenu{
        height: 100%; 
        margin-left: 10%; 
        background: rgba(0,0,0,0.7);
    }
    .main-links{
        height: 100vh;
    }
    .list{
        padding-top: 20%;
        text-align: center;
    }
    .menuList{
        padding-left: 10pt;
    }
    
    .menuList li
    {
        list-style: none;
        line-height: 1.6;
        margin-bottom: 2.5rem;
        list-style-position: outside;
    }
    .menuList li .a
    {
        text-decoration: none;
        font-family: 'Futura-pt', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        color: #8a9597;
    }
    .menuList li .a:hover
    {
        border:1px solid white;
        border-radius:5px;
        background-color:white;
        box-shadow:4px 4px 1px gray;
        color: gray;
        font-size: 18pt;
        cursor: pointer;
        outline: none;
    }
    
    .listRight{
        text-align: left;
        padding-top: 15vh;
        height: 100vh;
    }
    .listProcedure{
        list-style: none;
        padding-left: 10pt;
    }
    .listProcedure li{
        list-style: none;
        line-height: 1.6;
        margin-bottom: 3rem;
        list-style-position: outside;
    }
    .listProcedure li a{
        text-decoration: none;
        font-family: 'Futura-pt', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        color: #8a9597;
    }
    
    .listProcedure li a:hover{
        border:1px solid white;
        border-radius:5px;
        background-color:white;
        box-shadow:4px 4px 1px gray;
        color: gray;
        font-size: 18pt;
        cursor: pointer;
        outline: none;
    }
        
    /*-----------------------------------------------------------------------------------------
                            estilo para Consulta
    ------------------------------------------------------------------------------------------*/
    .Location {
    margin-top: 3%;
    background: url(../img/Consulta/asasa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    margin-bottom: 0;
    min-height: 500px;
}
    .info{
        background: rgba(168, 158, 149,.5);
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
        
    }
    
    #number{
        text-decoration: none;
        color: white;
        font-size: 15pt;
    }
    
    #consulting{
        text-decoration: none;
        color: black;
        background-color: white;
        font-size: 10pt;
        font-family: 'Gotham';
        font-weight: bold;
    }
    #consulting:hover{
        color: white;
        background-color: black;
    }
    /*-----------------------------------------------------------------------------------------
                            estilo para footer
    ------------------------------------------------------------------------------------------*/
    .footer{
        font-family: 'Gotham';
        color: #2c2c2c;
        font-size: 7pt;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1.8;
        text-align: center; 
        margin-top: 3%;
    }
    
    .footer1
    {
        
        text-align: center;
    }
    
    .information{
        font-family: 'Gotham';
        text-align: center;
        font-size: 8pt;
        font-weight: 300;
        color: #2c2c2c;
        line-height: 1.7;
    }
    .fondoheader{
        height:70px;
    }
        }
      
      @media (min-width: 992px) and (max-width: 1199.98px) { 
/*-----------------------------------------------------------------------------------------
                        estilo para header
------------------------------------------------------------------------------------------*/
    .visible{
        display: block !important;
        position: fixed;
        z-index: 3;
        top: 100px;
    }
      
    .navbar
    {
        width: 100%;
        height: 100px;
        padding: 0px;
        position: fixed;
        z-index: 5;
        top: 0px;
        transition: .5s;
        color: white;
    }
    #direccion{
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16pt;
        line-height: 2rem;
    }
    #direccion > a {
        text-decoration: none;
        color: white;
    }
    .street{
        font-size: 16pt;
    }
    /*-----------------------------------------------------------------------------------------
                            estilo para Menu
    ------------------------------------------------------------------------------------------*/
    #menu{
        width: 100%;
    }
    .containerMenu{
        height: 100%; 
        margin-left: 10%; 
        background: rgba(0,0,0,0.7);
    }
    .main-links{
        height: 100vh;
    }
    .list{
        padding-top: 10%;
        text-align: center;
    }
    .menuList{
        padding-left: 10pt;
    }
    
    .menuList li
    {
        list-style: none;
        line-height: 1.6;
        margin-bottom: 2.5rem;
        list-style-position: outside;
    }
    .menuList li .a
    {
        text-decoration: none;
        font-family: 'Futura-pt', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        color: #8a9597;
    }
    .menuList li .a:hover
    {
        border:1px solid white;
        border-radius:5px;
        background-color:white;
        box-shadow:4px 4px 1px gray;
        color: gray;
        font-size: 18pt;
        cursor: pointer;
        outline: none;
    }
    
    .listRight{
        text-align: left;
        padding-top: 10%;
        height: 100vh;
    }
    .listProcedure{
        list-style: none;
        padding-left: 10pt;
    }
    .listProcedure li{
        list-style: none;
        line-height: 1.6;
        margin-bottom: 3rem;
        list-style-position: outside;
    }
    .listProcedure li a{
        text-decoration: none;
        font-family: 'Futura-pt', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        color: #8a9597;
    }
    
    .listProcedure li a:hover{
        border:1px solid white;
        border-radius:5px;
        background-color:white;
        box-shadow:4px 4px 1px gray;
        color: gray;
        font-size: 18pt;
        cursor: pointer;
        outline: none;
    }
    .fondoheader{
        height:150px;
    }
      }
      
      @media (min-width: 1200px) {
/*-----------------------------------------------------------------------------------------
                        estilo para header
------------------------------------------------------------------------------------------*/
    .visible{
        display: block !important;
        position: fixed;
        z-index: 3;
        top: 100px;
    }
      
    .navbar
    {
        width: 100%;
        height: 100px;
        padding: 0px;
        position: fixed;
        z-index: 5;
        top: 0px;
        transition: .5s;
        color: white;
    }
    #direccion{
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16pt;
        line-height: 2rem;
    }
    #direccion > a {
        text-decoration: none;
        color: white;
    }
    .street{
        font-size: 16pt;
    }
    /*-----------------------------------------------------------------------------------------
                            estilo para Menu
    ------------------------------------------------------------------------------------------*/
    #menu{
        width: 100%;
    }
    .containerMenu{
        height: 100%; 
        margin-left: 10%; 
        background: rgba(0,0,0,0.8);
    }
    .main-links{
        height: 100vh;
    }
    .list{
        padding-top: 10%;
        text-align: center;
    }
    .menuList{
        padding-left: 10pt;
    }
    
    .menuList li
    {
        list-style: none;
        line-height: 1.6;
        margin-bottom: 2.5rem;
        list-style-position: outside;
    }
    .menuList li .a
    {
        text-decoration: none;
        font-family: 'Futura-pt', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        color:#8a9597;
    }
    .menuList li .a:hover
    {
        border:1px solid white;
        border-radius:5px;
        background-color:white;
        box-shadow:4px 4px 1px gray;
        color: gray;
        font-size: 18pt;
        cursor: pointer;
        outline: none;
    }
    
    .listRight{
        text-align: left;
        padding-top: 10%;
        height: 100vh;
    }
    .listProcedure{
        list-style: none;
        padding-left: 10pt;
    }
    .listProcedure li{
        list-style: none;
        line-height: 1.6;
        margin-bottom: 3rem;
        list-style-position: outside;
    }
    .listProcedure li a{
        text-decoration: none;
        font-family: 'Futura-pt', sans-serif;
        font-size: 15pt;
        font-weight: 400;
        color: #8a9597;
    }
    
    .listProcedure li a:hover{
        border:1px solid white;
        border-radius:5px;
        background-color:white;
        box-shadow:4px 4px 1px gray;
        color: gray;
        font-size: 18pt;
        cursor: pointer;
        outline: none;
    }
    .fondoheader{
        height:150px;
    }
       }