/*=================ESTILOS GENERALES===================*/

@font-face {
    font-family: 'CaveatCustom';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url("../fonts/Caveat/static/Caveat-SemiBold.ttf");
    font-display: swap;
}

* {
    font-family: "CaveatCustom", "Open Sans", sans-serif;
}

ul,
ol {
    list-style: none;
}

a:visited,
a:link,
a:focus,
a:hover,
a:active {
    list-style: none;
    text-decoration: none;
}

body {
    background-image: url("../assets/fondos/fondo_01.jpeg");
}


/*******        Heder      *******/

header {
    position: fixed;
    z-index: 5;
    background: rgba(0, 0, 0, 0.6);
}

#container-header {
    justify-content: center;
    padding: 0;
}


/*******        Logo       *******/

#container-logo {
    text-align: center;
    width: 100%;
}

#logotype {
    height: 3.7rem;
    margin-bottom: 0.2rem;
    margin-top: 0.4rem;
}

#logotype:hover {
    transform: rotate(-15deg);
    transition-duration: 0.5s;
    -webkit-transform: rotate(-15deg);
}


/*******       redes       *******/

#container-redes {
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.boton-redes {
    transition-duration: 0.5s;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    color: white;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boton-redes:hover {
    transition-duration: 0.5s;
}

.wapp {
    background-color: rgb(6, 243, 77);
}

.wapp:hover {
    background-color: rgb(70, 121, 83);
}

.face {
    background-color: rgb(6, 6, 243);
}

.face:hover {
    background-color: rgb(15, 178, 228);
}

.insta {
    background-color: orange;
}

.insta:hover {
    background-color: rgb(103, 139, 18);
}


/*******      busqueda     *******/

#container-search {
    height: 2.5rem;
}

.has-search .form-control {
    padding-left: 2.3rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0.8);
    font-size: rem;
    color: white;
    width: 96%;
    margin-left: 1%;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    pointer-events: none;
    color: rgb(9, 240, 151);
    margin-left: 0.5%;
}


/*******        Menu       *******/

.navbar {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

#collapsibleNavbar {
    height: 0.7rem;
    line-height: 0.7rem;
}

.nav-link {
    font-family: CaveatCustom;
    font-size: 0.9rem;
    font-weight: bold;
    color: white;
}

.nav-link:hover {
    background: rgba(0, 0, 0, 0.4);
    color: skyblue;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(245,245,245, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    background: rgba(0, 0, 0, 0.6);
    padding: 2px;
}

.dropdown-menu {
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-top: 0;
}

.dropdown-item {
    font-family: CaveatCustom;
    font-size: 0.8rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    width: auto;
}

.dropdown-item:hover {
    background: rgba(0, 0, 0, 1);
    color: skyblue;
}


/****** Begin - Carousel   *******/

#container-carousel {
    margin-top: 12.3rem;
    display: inline-flex;
    background: rgba(0, 0, 0, 1);
}

.slides-item {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.slides-item>img {
    object-fit: cover;
    object-position: center center;
}

#id-msg-slide {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.text-slogan {
    font-family: CaveatCustom;
    color: white;
    font-size: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.4rem;
}

.container-arrows {
    margin: auto;
    z-index: 2;
}

.container-arrows>a {
    width: 3rem;
    background: rgba(0, 0, 0, 1);
}

.arrows {
    font-size: 2rem;
    color: red;
}

#container-carousel>.carousel-indicators>li {
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: rgb(168, 109, 88);
    border: 1px solid black;
    margin-right: 10px;
}

#container-carousel>.carousel-indicators>.active {
    background-color: rgb(10, 243, 173);
}


/*******       Cards       *******/

#container-card {
    padding: 0;
    justify-content: space-around;
}

.card {
    width: 100%;
    height: 100%;
    margin: 5px 0;
}

.card-img-bottom {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
}

.card_ {
    padding: 1px;
    width: 20rem;
    margin: 10px 1px 5px 1px;
}

.card_articulo {
    padding: 5px;
    width: 18rem;
    margin: 5px 5px;
}

.img-card {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center;
}


/*******       Footer      *******/

footer {
    position: relative;
    background: url(../assets/fondos/fondo_02.jpeg) transparent;
    -webkit-background-size: cover;
    -quotes-1moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 2%;
}

.mapa {
    border-radius: 20px 50px;
    width: -webkit-fill-available;
}

.fa-map-marker-alt {
    font-size: 2em;
    color: tomato;
}

.text-direccion {
    color: DarkBlue;
    font-weight: 900;
    font-size: 1.5em;
    text-align: center;
}

#footer-contacto {
    font-size: 1.5rem;
    align-items: center;
    color: black;
}

#footer-movil {
    font-size: 1.5em;
    color: green;
}

#footer-email {
    font-size: 1.5em;
    color: DeepPink;
}

.footer-arrow {
    font-size: 1.5em;
    color: red;
}


/*Galería*/

#desc-galeria {
    font-size: 0.7rem;
    color: tomato;
}

#galeria {
    background: rgba(1, 12, 15, 0.5);
}

#galeria ul li {
    float: left;
    width: 20%;
    color: white;
    text-align: center;
}

#galeria ul li img {
    width: 96%;
    margin: 2%;
}

#galeria-title {
    font-size: 1.5rem;
    color: black;
}

#galeria-title div {
    margin: auto;
}

#galeria-title b {
    display: flex;
    margin: 1px;
}

#galeria-title span {
    float: none;
}

.title-desc-galeria {
    color: blue;
    font-size: 2rem;
}

.desc-desc-galeria {
    color: rgb(218, 128, 86);
    font-size: 1.5rem;
}


/*========Titulos Galerias =============*/

.titulos_galeria {
    margin-top: 12.5rem;
    color: #084d6e;
    font-size: 2.5rem;
    text-align: center;
    font-family: CaveatCustom;
}

.titulos_galeria li>div>span>p {
    font-size: 1.5rem;
    font-weight: 900;
    color: #ff2001;
}

.card_galeria {
    width: 20rem;
    margin: 5px 5px;
    background: rgba(0, 0, 0, 0.3);
}

.btn_share {
    transition-duration: 0.5s;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    color: white;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container_btn_share {
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#container_btn_share_int {
    height: 2.5rem;
    display: inline-flex;
    align-items: left;
    justify-content: left;
}


/*============ARTICULOS=======================================*/

#articulos {
    color: rgb(231, 235, 243);
    background: rgba(1, 0, 7, 0.3);
}

.modal_articulo {
    color: rgb(1, 5, 12);
}

#articulos li img {
    float: left;
    width: 35%;
    margin: 30px 20px 20px 0;
}


/*****************Acerca De**************************/

#acerca_de {
    color: white;
    font-size: 1.5rem;
}

#acerca_de div {
    background: rgba(1, 12, 15, 0.6);
    padding: 0%;
    margin: auto;
}

.card-title {
    color: #ADD8E6;
    font-size: 2rem;
}

.img-acerca_de {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center center;
}


/*******       Formulario Contacto     *******/

#form-contacto {
    width: 50rem;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 1rem 2rem;
    margin: auto;
    text-align: center;
}

.title-contacto {
    font-size: 2rem;
}

#text-productos {
    width: 11rem;
    color: white;
    padding: 0rem 2rem;
    margin: 0 auto;
    text-align: center;
}

#check-productos {
    text-align: left;
}


/*******       Medias      *******/


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    #logotype {
        height: 3.9rem;
    }
    .text-slogan {
        font-size: 1.3rem;
    }
    .titulos_galeria {
        margin-top: 13rem;
        font-size: 2.8rem;
    }
    .titulos_galeria li>div>span>p {
        font-size: 1.8rem;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #logotype {
        height: 4.1rem;
    }
    #id_menu {
        padding: 0;
        height: 2rem;
    }
    #container-carousel {
        margin-top: 11.7rem;
    }
    .text-slogan {
        font-size: 1.5rem;
    }
    .titulos_galeria {
        margin-top: 12.5rem;
        font-size: 3rem;
    }
    .titulos_galeria li>div>span>p {
        font-size: 2rem;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #logotype {
        height: 4.6rem;
    }
    #container-logo {
        text-align: left;
    }
    #container-redes {
        height: 4.6rem;
    }
    #container-search {
        height: 4.6rem;
    }
    #container-search {
        height: 2.5rem;
        padding-top: 1.5rem;
    }
    #container-carousel {
        margin-top: 7.1rem;
    }
    .text-slogan {
        font-size: 1.7rem;
    }
    .titulos_galeria {
        margin-top: 8rem;
        font-size: 3.2rem;
    }
    .titulos_galeria li>div>span>p {
        font-size: 2.2rem;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #logotype {
        height: 5rem;
    }
    #container-redes {
        height: 5rem;
    }
    #container-search {
        height: 5rem;
    }
    #container-carousel {
        margin-top: 7.5rem;
    }
    .text-slogan {
        font-size: 2rem;
    }
    .titulos_galeria {
        margin-top: 8.5rem;
        font-size: 3.4rem;
    }
    .titulos_galeria li>div>span>p {
        font-size: 2.4rem;
    }
}