*{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: 'Staatliches';
}

/* ===== PALETA DE COLORES ===== 

    Azul: #0064c5 
    Amarillo: #f2bd06
    Blanco: #f9faf6  


*/


/* ESTILOS GENERALES */
p{
    margin: 0px !important;
}

nav {
    z-index: 999;
  }

.navbar{
    position: fixed;
    width: 100%;
    transition: 0.3s !important;
}

#container-nav, .navbar{
    padding: 0px !important;
}

.navbar-nav{
    width: 120% !important;
    background: #f9faf6 ;
    padding: 0px !important;
    text-align: center;
    margin: 0px -30px;
}

.nav-item{
    width: 100%;
    margin: 0px 0.5px;
    background: #003b75;
    padding: 20px 0px;
}

.nav-item>a{
    color: white !important;
    font-size: 20px;
}

.text-primary{
    color: #0064c5 !important;
}

.text-secondary{
    color:#f2bd06 !important;
}
/* 

.nav-item{
    width: 100%;
    margin: 0px 0.5px;
    background: #003b75;
    padding: 20px 0px;
}

.nav-item>a{
    color: white !important;
    font-size: 20px;
}

*/ 
.nav-item>a:hover{
    color: rgb(182, 182, 182) !important;

}

.nav-item:first-child{
    margin-left: 0px !important;
}

.nav-item:last-child{
    margin-right: 0px !important;
}

.navbar-scrolled{
    transition: 0.3s;
    background: #003b75 !important;
    box-shadow: 0 0 20px #3f3f3f;
}

.shop{
    display: none;
}

.caja{
    background: #0064c5;
    width: 300px !important;
    text-align: center;
    height: 130px;
    margin: 0px !important;
}

.caja:first-child{
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}
.caja:last-child{
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%)
}

.gs-center{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.gs-left{
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: left;
    justify-content: left;
}


.navbar-brand>img{
    width: 240px;
}

.soc-cont{
    display: flex;
}

.social-cont{
    width: 100%;
    margin: 0px 10px;
}

.social-cont>a{
    text-decoration: none;
    background: #f2bd06;
    color: white;
    padding: 10px 25px;
}

.social-cont>button{
    text-decoration: none;
    background: #f2bd06;
    color: white;
    padding: 10px 25px;
    margin: 0px;
    border-radius: 0px;
}

.social-cont>a:hover{
    transition: 0.3s;
    background: #003b75;
    color: white;
}

.col>h2{
    color: #0064c5;
    font-size: 50px;
}


.title{
    color: #0064c5;
    padding: 10px 0px;
    padding-top: 50px;
    font-size: 42px;
}

/* FIN ESTILOS GENERALES */

/* ESTILOS INICIO */

header{
    background: linear-gradient(to right, #000000bb, #000000c2), url("../img/bg4.jpg");
    background-size: 100vw 150vh;
    height: auto;
    background-attachment: fixed;
}

h1{
    -webkit-text-stroke:1px white;
    color: transparent;
    font-size: 102px;
}
h1>b{
    color: white;
    -webkit-text-stroke:0px;
}

/* CARRITO */
.carrito{
    padding-top: 140px;
}
.carrito>h3{
    padding: 20px 0px;
}
table {
    box-shadow:0 0 25px #d1d1d1;
	border-collapse: collapse;
	font-size: .9rem;
	width: 100%;
}

tr {
	text-align: center;
    border-top:1px solid #c4c4c4;
}
/*
tr:first-child, tr:nth-child(2){
    border-top: none;
}
*/

#re{
    color:#0064c5;
}

tr:nth-child(odd) {
	background: rgb(255, 255, 255);
}

th {
	background: #0064c5;
    color: white;
	padding: .8rem;
    border: none;
}

td {
	border: none;
	padding: .3rem;
    text-align: center;
}

td>form>input{
    width: 100px;
    text-align: center;
    padding: 3px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
}

.table-container {
	margin: 0 0 1rem;
	overflow: auto;
	overflow-y: auto;
	width: 100%;
}

.table-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 8px;
	border: 5px solid #fff;
}

.pro-cont-car{
    display: flex;
    align-items: center;
    text-align: left;
    
}

.pro-cont-car>img, td>img{
    object-fit: contain;
    width: 100px;
    height: 100px;
}

.total{
    border: 1px solid #c4c4c4;
    padding:20px 50px;
    margin: 30px 0px;
}

.total-cont{
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}

.btns{
    display: flex;
    flex-direction: column;
}

.btns>a:first-child{
    text-decoration: none;
    border: 1px solid #0064c5;
    color: #0064c5;
    padding: 5px 0px;
    margin: 15px 0px;
}
.btns>a:first-child:hover{
    transition: 0.3s;
    border: 1px solid #f2bd06;
    color: #ffffff;
    background: #f2bd06;
}

.btns>a:nth-child(2){
    text-decoration: none;
    background: #0064c5;
    color: #ffffff;
    padding: 6px 0px;
    border: 1px solid white;
}
.btns>a:nth-child(2):hover{
    transition: 0.3s;
    border: 1px solid #f2bd06;
    color: #ffffff;
    background: #f2bd06;
}

.productos-cont-car{
    display: none;
}

.cont-datos{
    padding: 10px 15px;
}
.cont-datos>*{
    margin: 0px 20px;
    color: black !important;
}
/*========*/

/* ABOUT */
.about-cont{
    padding: 20px 20px;
}

.about-cont>h3{
    font-size: 52px;
    margin: 0px !important;
    padding: 4px 0px;
}

/* Efecto de la sección abajo del header

.about-cont:first-child{
    background:  #0064c5;
    color: white;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.about-cont:nth-child(2){
    background: #f2bd06 !important;
    color: white;
    clip-path: polygon(25% 0, 100% 0%, 100% 99%, 0 100%);
}
*/

.about-cont:first-child{
    background:  #0064c5;
    color: white;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    z-index: 900;
}

.about-cont:nth-child(2){
    background: #003b75 !important;
    display: flex;
    text-align: center;
    margin-left: -10rem;
    color: #f2bd06;
} 

/* 

.polygon{
    background:  #0064c5;
    color: white;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);

}
/* 
    position: absolute;
    content: '';
    left: 0;
    height: 300px;
    width: 800px;
    right: 0rem;
    top: 50rem;
    z-index: 100;
    -webkit-transform: skew(-18deg);
    -ms-transform: skew(-18deg);
    transform: skew(-18deg);
    padding: 40px;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    padding-right: 120px;
    .polygon>h3{
    font-size: 36px;
    margin: 8px;
    margin-left: 35rem;
    padding: 60px 12rem;
}

*/


.about{
    position: relative;
}

.about-icons{
    width: 100%;
}

  /* NOSOTROS */
 .nosotros-cont{
    padding: 40px;
 }

 .sb:first-child{
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;

 }

 /* SERVICIOS */

.servicios{
    background: linear-gradient(to right, #f2bf06ec, #f2bf06e0), url("../img/bg5.jpeg");
    height: 100vh;
    background-attachment: fixed;
    background-size: 100vw 100vh;
}

.services{
    background: #f9faf6;
    margin: 0px 5px;
    height: 350px;
}
.services>img{
    width: 80px;
    padding: 40px 0px;
}
.services>h3:hover{
    transition: 0.3s;
    color: #f2bd06;
    cursor: pointer;
}

/* CONTACTO */
.contacto{
    background: linear-gradient(to right, #ffffffea, #fffffff3), url("../img/bg7.jpeg");
    height: 100vh;
    background-size: 100vw 100vh;
    background-attachment: fixed;
}
.contacto-cont{
    width: 100%;
    padding: 0px 20px;
    padding-left: 100px;
}

.datos{
    border-bottom: solid 3px #f2bd06;
    margin-bottom: 40px;
    width:300px;

}

.mapa{
    margin-left: -200px;
}

.mapa>iframe{
    width: 600px;
    height: 450px;
}
/* FIN ESTILOS INICIO */

/* FOOTER */
footer{
    background: #0064c5;
    box-shadow: 0 0 20px #3f3f3f;
}
.foo-cont{
    color: white;
    padding: 10px 0px;
    height: 130px;
}

.foo-cont>h4{
    color: #f2bd06;
}
.foo-cont>p{
    margin: 0px !important;
}
.foo-cont>.navbar-nav{
    background: none;
}
.foo-cont:nth-child(2){
    background: #003b75;
}
.foo-cont>p>a{
    color: #f2bd06;
    text-decoration: none;
}

.foo-cont>p>a:hover{
    cursor: pointer !important;
}
#logo-foo{
    width: 200px;
}

.copy_right{
    margin-top: 15px;
}
/* PÁGINA DE NOSOTROS */

.header{
    height: 100vh;
    background: linear-gradient(to right, #000000bb, #000000c2), url("../img/bg5.jpeg");
    background-attachment: fixed;
    background-size: 100vw 100vh;

}

.page-nosotros{
    border-top: 30px solid #f2bd06;
}

.mvo{
    background: linear-gradient(to right, #0063c5ec, #0063c5ea), url("../img/bg4.jpg");
    height: 70vh;
    background-attachment: fixed;
}
.mvo-cont{
    margin: 0px 20px;
}
.mcont{
    box-shadow: 0 0 30px #014991;
    margin: 0px 10px;
    padding: 25px;
    border-radius: 20px;
    color: white;
    backdrop-filter: blur(5px);
}

.mcont>img{
    width: 100px;
    margin-bottom: 30px;
}

.mcont>h3{
    color: #f2bd06;
}

/* PÁGINA DE SERVICIOS */

.header-ser{
    background: linear-gradient(to right, #000000bb, #000000c2), url("../img/bg7.jpeg");
    background-size: 100vw 100vh;
    background-attachment: fixed;
}

/*

.productos{
    padding: 40px 0px;
}

.produc{
    margin: 20px 10px;
    box-shadow: 0 0 20px #ebebeb;
    padding: 20px;
    border-radius: 14px;
    width: 300px;
}


.produc>h4, p{
    margin: 20px 0px;
}

.produc>h4{
    color: #0064c5;
}
.produc>img{
    width: 300px;
}
*/

.product-card>a>img{
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin-bottom: 5px;

}

.card-products{
    padding-bottom: 20px;
}

.product-card{
    margin: 10px;
    transition: 0.5s;
}

.product-card:hover{
    transition: 0.5s;
    transform: translateY(-10%);
}

.tieda-header {
    padding: 20px 0px;
}

.produc{
    margin: 10px 0px;
    display: flex;
    width: 100% !important;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(194, 194, 194);
    justify-content: space-between;
    align-items: center;
}

.produc>button{
    background: #0064c5;
    color: white;
    border: none;
    padding: 5px 15px;
}

.produc>button:hover{
    background: #003b75;
    color: white;
    border: none;
    padding: 5px 15px;
}

.produc>span{
    color: #003b75;
    font-size: 20px;
    margin-bottom: 5px;
}

.produc>img{
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.produc>a{
    text-decoration: none;
    color: black;
}

.produc>a>img{
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.produc>p{
    margin: 0px !important;
}

.produc>a>p{
    margin: 0px !important;
}



.shop-cont{
    flex-direction: column;
}

/* GALERIA */

.galery{
    padding: 50px 0px;
    background: #f2bd06;
}

.galery>h2{
    margin-bottom: 10px;
}
/*  Formulario del Modal 

.modal-header{
    background: #0064c5;
    color: #f2bd06;
}
.modal-title{
    -webkit-text-stroke: 0px;
    color: #f2bd06;
}
.form-modal>form>input, textarea{
    width: 300px;
    margin: 5px 0px;
    padding: 8px;
}

.form-modal>form>input.btn{
    background: #0064c5;
    color: white;
}

.form-modal>form>input.btn:hover{
    transition: 0.3s;
    background: #003b75;
    color: #ebebeb;
}

*/

.img-c{
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}

.carousel-inner{
    padding-top: 6.5rem;
}

.carousel-item:nth-child(1){
    background: url("../img/Sede-Principal.jpeg");
    height: 100vh;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}

.carousel-item:nth-child(2){
    background: url("../img/Sucursal.jpeg");
    height: 100vh;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}

.cont-datos-del-producto>span{
    padding-right: 10px;
}

.search{
    display: flex;
    justify-content: center;
    align-items: center;
}
#form-pro>select{
    margin: 0px 5px;
}

a.btn-was{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 60px;
    height: 60px;
    background: #00d84c;
    padding: 10px;
    border-radius: 50px;
}

a.btn-was:hover{
    transition: 0.3s;
    background: #13b94d;
}
/* ==================================== RESPONSIVE ======================================= */

/* Navbar Responsive */
@media screen and (max-width:991px) {

 header{
    height: auto;
 }   

.carousel-inner{
    padding: 0px;
}

#container-nav{
        background: #003b75;
        padding: 0px;
}

.carousel{
    padding-top:130px;
}

    .caja:last-child{
        display: none;
    }

    .navbar-toggler{
        border: solid 1px white !important;
        margin-right: 20px;
    }
    .nav-item{
        background: white;
        border-bottom: solid 8px #f2bd06;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 0px !important;
    }

    .navbar-nav{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .nav-item>a{
        color: #0064c5 !important;
        margin: 0px;
    }

    .shop{
        display: block;
    }



    /*  Index > Contacto responsive */
    .contacto{
        height: auto;
        padding: 50px 0px;
    }
    .contacto-cont{
        flex-direction:column;
        padding: 0px !important;
    }

    .contac-cont{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 0px !important;
    }

    .mapa{
        margin-left: 0px;
    }

}

@media screen and (max-width:860px) {
    .servicios{
        height: auto;
        padding: 30px 50px;
    }

    .mvo{
        height: auto;
        padding: 20px 0px;
    }

    .mcont{
        margin: 10px 10px !important;
    }

    .mcont>p{
        font-size: 12px;
    }

    .servicios-cont{
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .services{
        margin: 10px 0px;
    }
}

@media screen and (max-width:820px) {
    .mvo-cont{
        flex-direction: column;
    }

    .mcont{
        margin: 10px 0px !important;
    }
}
@media screen and (max-width:850px) {
    #form-pro{
        flex-direction: column;
        width: 100% !important;
    }

    #form-pro>input, #form-pro>select{
        margin: 5px 0px;
        padding:5px;
    }
    #form-pro>button{
        margin: 10px 5rem 0px 5rem;
    }
}

@media screen and (max-width:708px) {
    .carousel-item:nth-child(1){
        background: url("../img/banner-tlfn.png?v=3");
        height: 100vh;
        background-size: 100vw 100vh;
        background-repeat: no-repeat;
    }

    .carousel-item:nth-child(2){
        background: url("../img/banner-tlfn2.png");
        height: 100vh;
        background-size: 100vw 100vh;
        background-repeat: no-repeat;
    }

    .about-container{
        flex-direction: column;
    }
    .about-cont:first-child{
        clip-path: none;
    }
    
    .about-cont:nth-child(2){
        margin-left: 0px;
    } 
    h1{
        -webkit-text-stroke:1px white;
        color: transparent;
        font-size: 60px;
    }

    header, .header, .servicios, .contacto, .header-ser{
        background-size: cover;
    }
}

@media screen and (max-width:664px) {
    .table-container{
        display: none;
    }

    .productos-cont-car{
        display: block;
    }

    .productos-cont-car>.cont-car>.pro-col>.pro-cont-resp:nth-child(2){
        width: 20rem;
    }

    .pro-col{
        display: flex;
        justify-content: space-between;
    }

    .pro-col>img{
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .pro-cont-resp>form>button{
        background: none;
        color: #127a36;
        border: none;
        padding: 5px;
    }

    .pro-cont-resp>form>input{
        width: 80px;
        text-align: center;
    }

    .delete{
        background: #c40000;
        border: none;
        color: #fff;
        font-size: 12px;
        padding: 5px;
    }

    .cont-datos{
        flex-direction: column;
    }
}

@media screen and (max-width:618px) {
    .mapa>iframe{
        width: 300px;
        height: 225px;
    }

    .content-foo{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 0px;
        margin: 0px;
    }
    .about-icons>img{
        width: 70px;
    }

    .tieda-header{
        flex-direction: column-reverse;
    }

    .tien-head-cont{
        margin: 10px 0px;
    }

    .tien-head-cont.col-3{
        width: 100% !important;
    }

    .img-cont{
        margin-bottom: 20px;
    }

    .img-cont>img{
        width: 10rem !important;
        height: 10rem !important;
    }

    .pro-v-row{
        flex-direction: column;
    }

    header{
        background-size: cover !important;
    }
}

@media screen and (max-width:464px) {
    .sb>img{
        width: 300px !important;
    }
    .cont-datos{
        padding: 0px;
    }

    .cont-datos>a>p{
        display: none;
    }
    .produc>a>p, .produc>p{
        display: none;
    }

    .uno{
        display: none;
    }

    .dos{
        display: block !important;
    }

    .shop-cont>*{
        padding: 0px !important;
    }
    
}

@media screen and (max-width:453px) {
    .productos-cont-car>.cont-car>.pro-col>.pro-cont-resp:nth-child(2){
        width: 10rem;
    }

    .productos-cont-car>.cont-car>.pro-col>.pro-cont-resp>h5,  .productos-cont-car>.cont-car>.pro-col>.pro-cont-resp>h6{
        font-size: 10px !important;
        margin: 2px 0px;
    }

    .pro-col>img{
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

    .produc>a>img{
        width: 70px !important;
        height: 70px !important; 
    }

    .cont-datos>a>p{
        width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .pro-datos>p, .cont-pro-datos>p{
        font-size: 12px !important;
    }


 }
@media screen and (max-width:376px) {
    .caja{
        width: 200px !important;
    }

    .caja>img{
        width: 120px;
    }

    .sb>img{
        width: 250px !important;
    }

    .col>h2{
        font-size: 30px;
    }
    h1{
        -webkit-text-stroke:1px white;
        color: transparent;
        font-size: 40px;
    }

    .datos{
        width: 100% !important;
    }

    .about-cont>h3{
        font-size: 36px;
    }

    .option{
        display: none;
    }

    .delete{
        margin: 10px;
    }

    .cont-datos-del-producto{
        flex-direction: column;
    }

    .formulario{
        padding: 30px 0px !important;
    }
}

@media screen and (max-width:307px) {
    .cont-datos>a>h5{
        width: 100px;
        white-space:nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 0px !important;
    }
}

@media screen and (max-width:280px) {
    .mapa>iframe{
        width: 200px;
        height: 125px;
    }
    .servicios{
        padding: 30px 5px;
    }

    .about-cont:nth-child(2){
        flex-direction: column;
    }

    .caja{
        width: 120px !important;
    }

    .caja>img{
        width: 100px;
    }

}