/* 
Template Name: TallerID
Template UR: http://tallerid.mx
Description: Taller de Ingeniería y Diseño S.A. de C.V.
Author: Dalia Jiménez G.
*/

* {
    margin: 0;
}

@font-face {
    font-family: "montserrat-bold";
    src: url(../fuentes/montserrat-semibold.otf);
}

@font-face {
    font-family: "montserrat-medium";
    src: url(../fuentes/montserrat-medium.otf);
}

@font-face {
    font-family: "montserrat-regular";
    src: url(../fuentes/montserrat-regular.otf);
}

a {
    font-family: "montserrat-medium";
}

/** CARRUSEL INDEX media**/
.caousel-item {
    height: 100vh;
}

.carousel-item img {
    height: 100vh;
    object-fit: cover;
}


/** ^^ CARRUSEL INDEX ^^ **/


/*** NAVBAR ***/
.navbar-nav a {
    font-family: "montserrat-medium";
    margin: 0 8px;
}

.navbar-nav a:hover {
    color: #4D9898;
}

.dropdown-menu {
    border: none;
}

.dropdown-item {
    color: #656565;
}

.dropdown-item:active {
    background-color: #4d989859;
}

.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #4D9898;
}

/*** NAVBAR ***/

h2 {
    font-family: "montserrat-bold";
    color: #4D9898;
    text-align: center;
}

h5 {
    font-family: "montserrat-medium";
    color: #4E4E4E;
    text-decoration: none;
}

.texto-tid {
    font-family: "montserrat-medium";
    color: #4D9898;
    text-decoration: none;
}

.texto-claro {
    color: #656565;
}

.texto-inicio {
    font-family: "montserrat-medium";
    color: white;
    font-size: 35px;
    text-shadow: black 0.2em 0.1em 0.4em;
}

h3 {
    font-family: "montserrat-bold";
    color: #4D9898;
}

h4 {
    font-family: "montserrat-medium";
    color: #4D9898;
}

.gris {
    font-family: "montserrat-medium";
    color: #656565;
}

.h6 {
    font-family: "montserrat-medium";
}

p {
    font-family: "montserrat-regular";
    color: #656565;
}

.p-texto {
    font-family: "montserrat-regular";
    color: #656565;
    font-size: 17px;
}

.inicio a {
    background-color: #4d9898d6;
    color: white;
    border: solid #4D9898 1px;
    padding: 10px 60px;
    font-size: 30px;
    text-decoration: none;
    position: relative
        /* o absolute*/
    ;
    /*bottom: 400%;*/
    z-index: 2;
}

.inicio a:hover {
    border: solid white 1px;
    color: white;
    background-color: transparent;
}



/* Small devices (less than 768px)*/
@media (max-width: 768px) {
    .texto-inicio {
        font-family: "montserrat-medium";
        color: white;
        font-size: 20px;
        text-shadow: black 0.2em 0.1em 0.4em;
    }

    .inicio a {
        background-color: #4d9898d6;
        color: white;
        border: solid #4D9898 1px;
        padding: 10px 45px;
        letter-spacing: 3px;
        font-size: 22px;
        text-decoration: none;
        position: relative;
        z-index: 2;
    }
}