/* ========================================= General styles ======================================*/
@font-face {
    font-family: 'FontFamilyLogo';
    src: url('../fonts/goodtime-webfont.woff2') format('woff2'),
        url('../fonts/goodtime-webfont.woff') format('woff'),
        url('../fonts/goodtime-webfont.ttf') format('truetype'),
        url('../fonts/goodtime-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontFamilySPro';
    src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
        url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
        url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
        url('../fonts/sourcesanspro-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "FontFamilySPro";
    line-height: 1.5;
    font-size: 1.4em;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
}

nav {
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #f40303;
    box-shadow: 2px 0px 7px #000;
    z-index: 50;
}

.contenedor-tabla {
    display: table;
    width: 100%;
}

.contenedor-tr {
    display: table-row;
    width: 100%;
}

.contenedor-tr>a {
    text-decoration: none;
    color: #fff;
}

.contenedor-tr>a:hover {
    background-color: rgba(255, 255, 255, .1);
    transition: background-color .4s ease-in;
}

.contenedor-tr>a:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.table-cell-td {
    display: table-cell;
    padding: 20px 7px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    width: 20%;
}

.table-cell-td:focus {
    outline: none;
}

.text-navbar {
    color: black;
    font-size: 19px;
    float: left;
    margin-left: 2%;
    margin-top: 15px;
}

#mobile-menu-list {
    display: none;
}

section {
    width: 100%;
    margin: 0px;
    padding: 90px 0px;
}

article {
    width: 100%;
    margin: 0px;
    padding: 10px;
}

footer {
    width: 100%;
    color: #fff;
    background-color: #4042e0;
    padding: 40px 0px;
}

.text-footer {
    color: #5bc0de;
}

footer a {
    color: #fff;
}

.tittles-pages-logo {
    font-family: "FontFamilyLogo";
}

.center-all-contens {
    margin-left: auto;
    margin-right: auto;
}

.ResbeforeSend {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    z-index: 99999;
}

.container-form-admin {
    border: 1px solid #e0e1e1 !important;
    border-radius: 4px;
    padding: 10px;
    margin-top: 25px;
}

/* ========================================= index styles ======================================*/


#new-prod-index {
    background-color: rgba(255, 255, 255, .9);
}

#reg-info-index {
    background-color: rgba(255, 255, 255, .9);
    border-top: 1px solid rgba(183, 165, 165, .2);
}

#distribuidores-index {
    background-color: rgba(186, 188, 171, .87);
    color: #000;
}

/* ========================================= product styles ======================================*/


#store,
#infoproduct,
#container-pedido {
    background-color: rgba(255, 255, 255, .97);
    min-height: 900px;
}

.img-product {
    max-height: 200px;
    display: block;
    margin: 0 auto;
    max-width: 200px;
}

/* ========================================= registration styles ======================================*/


#form-registration {
    min-height: 900px;
    background-color: rgba(255, 255, 255, .95);
    padding-top: 120px;
}

#container-form {
    padding: 20px;
    border-radius: 7px;
    border: 2px dashed lightblue;
}

/* ========================================= configAdmin styles ======================================*/


#prove-product-cat-config {
    background-color: #fff;
    min-height: 900px;
}

.img-logo {
    max-height: 80px;
    display: block;
    margin: 0 auto;
    border-radius: 5%;
}

.product-containers {
    border-color: #4042e0;
    border-style: solid;
    border-width: 2px;
}

.title-carrousel {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
}

.img-slider {
    max-height: 225px;
    display: block;
    margin: 0 auto;
}

.btn-red {
    background-color: #f40303;
    color: #fff;
    border: 1px solid #f40303;
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-size: 1em;
}

.btn-red:hover {
    background-color: #f40303;
    color: #fff;
    border: 1px solid #f40303;
}

.map {
    width: 100%;
    height: 400px;

}

.container-about-us {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;

}

.text-us-tittle {
    font-size: 3em;
    color: black;
}

.text-us {
    font-size: 1.5em;
}

nav a {
    font-size: 1.5em;
}

.a-center {
    text-align: center;

}

.a-center:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color .4s ease-in;
    color: black;

}

.img-sucursal {
    max-height: 250px;
    display: block;
    margin: 0;
    border-radius: 10px;
}

.suc {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    border-color: #f40303;
    border-style: solid;
    border-width: 5px;
    border-radius: 15px;
}

.suc>div {
    text-align: center;
}

.suc-blue {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    border-color: #4042e0;
    border-style: solid;
    border-width: 5px;
    border-radius: 15px;
}

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

.suc-text h2 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
}



.text-admin {
    font-size: 2em;
    color: black;
}

.text-admin:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color .4s ease-in;
    color: black;
}

.text-tittle {
    font-size: 3em;
    color: black;
}


.btn-admin {
    background-color: #f40303;
    color: #fff;
    border: 1px solid #f40303;
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-size: 1em;
}

.divisor {
    border-top: 3px solid #f40303;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #4042e0;
}

.loader-teo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    opacity: 0.5;
    height: 100%;
    width: 100%;
}

.loader-teh {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    opacity: 0.5;
    height: 100%;
    width: 100%;
}

.loader-tac {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    opacity: 0.5;
    height: 100%;
    width: 100%;
}

.img-loader {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    position: absolute;
}

.map {
    width: 100%;
    height: 400px;
    border: 0;
}

.tel-suc {
    font-size: 1.5em;
    color: black;
}

.tel-suc:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color .4s ease-in;
    color: black;
}

.suc-1 {
    border-left: 2px solid #f40303;
    border-top: 2px solid#f40303;
    border-bottom: 2px solid#f40303;
}

.suc-2 {
    border-left: 2px solid #4042e0;
    border-top: 2px solid#4042e0;
    border-bottom: 2px solid#4042e0;
    border-right: 2px solid #4042e0;
}

.suc-3 {
    border-right: 2px solid #f40303;
    border-top: 2px solid#f40303;
    border-bottom: 2px solid#f40303;
}

.inputDetalles {
    width: 100%;
    height: 100px;
    border-radius: 10px;
}