@font-face{
    font-family: "icons";
    src: url(fonts/websymbols-regular-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Roboto";
    src: url(fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Monserrat";
    src: url(fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Carter";
    src: url(fonts/CarterOne-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Roboto1";
    src: url(fonts/Roboto-Light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "Lietz";
    src: url(fonts/LietzBlockDemo.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "icons2";
    src: url(fonts/IcoMoon-Free-master/IcoMoon-Free-master/Font/IcoMoon-Free.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.d-flex{
    flex-wrap: wrap;
}

body{
    font-family: 'Monserrat', sans-serif;
    
}

.icono{
    height: 20px;
    width: 20px;
    
}

.topbar{
    background-color:  #f39c12 ;
    
}
.titulo{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
    margin-left:5.3% !important;

}

.social-links{
    margin-right: 10%;
    color: white;
    text-decoration: none;
    margin-left: 1%;
}

.social-links a{
    
    color: white !important;
    text-decoration:none;
    transition: all 300ms;
    text-decoration: none;
    opacity: 0;
}

.social-links a:hover{
    visibility:visible;
    transform: translateX(0%);
    opacity: 1;
}

.social-links a:hover img{
    visibility:visible;
    transform: translateX(0%);
    opacity: 1;
}

.marca:hover {
    visibility:visible;
    transform: translateX(0%);
    opacity: 1;
}

aside{
    position: fixed;
    box-sizing: border-box;
    right: 0%;
    top: 45%;
    flex-direction: column;
    z-index: 100; 
    border-radius: 2px;
    transition: all 2000ms;
    
}


aside .kolu{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-right: 0px;
    transition: all 2000ms;
    
}

aside .btn-face{
    border-top-left-radius: 10px;
    transition: all 500ms;
    
}

aside .btn-insta{
    border-bottom-left-radius: 10px;
    transition: all 500ms;
}

aside a{
    color: white;
    text-decoration: none;
    font-family: 'icons2';
    font-size: 1.5rem;
    
}
aside:hover .kolu{
    width: 75px;
}


.btn-face:hover,.btn-insta:hover{
   
    background: #004B9F;
    color: white;
    cursor: pointer;
}

aside .btn-face:hover a,.btn-insta:hover a{
    color: white;
    cursor: pointer;
}

.what{
    font-family: "icons2";
    position: fixed;
    box-sizing: border-box;
    right: 0%;
    top: 70%;
    z-index: 100; 
    transition: all 500ms;
    font-size: 30px !important;
    margin-right: 0.5%; 
}

.whats a{
    font-size: 2rem;
    border-radius: 2px;
    text-decoration: none;
    
}

.what:hover{
    background-color: white;
    color: green;
}

.navbar{
    min-height: 100px;
}

nav{
    height: 100px;
    width: 100%;
    
}

nav img{
    width: 99px;
    height: 93px;
    margin-left: 12%;
}

nav div ul{
    margin: auto;
    
}

nav div ul li{
    padding-left: 20%;
}

nav div ul li a{
    font-family: 'Lietz';
    text-transform: uppercase;
    text-shadow: black 1px 1px 1px;
    font-size: 19px;
    letter-spacing: 1px;
    
}



.nav-link{
    color: #283747  !important;
    font-weight: bold;
}

.navbar-nav{
    padding-left: 5% !important;
}


nav div ul li:hover a{

    color: goldenrod !important;
    font-size: 22px;
    text-shadow: none;
    transition: all 500ms;
    overflow: hidden;
    animation: linea 500ms linear;

}


.contenido{
    background-image: url(../Bootstrap/imagenes/pattern.png) !important;
}

.contenedor{
    justify-content: center !important;
}

.subtitulo{
    text-align: center;
}

.subtitulo h1{
    font-family: 'Raleway';
    font-weight: bold;
    
}

.subtitulo h1 span{
    color: #01499A;
}

footer iframe{
    width: 300px !important;
    height: 200px !important;
}

.flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.espacio{
    margin-left:10%;
    margin-right: 10%;
}

.letra-footer{
    font-family: 'Roboto';
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10%;
    
}

footer div{
    background-color: #181818;
}

footer img{
    margin-top: 10%;
    width: 150px;
    height: 160px;
}

footer h3{
    text-align: center;
}

footer p{
    text-align: center;
    color: white;
}

footer iframe{
    border-radius: 1.25rem !important;
}

footer > .letra-footer  p{
    padding-top: -10% !important;

}

#especial{
    font-family: 'Monserrat' !important;
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
}