* {
    margin: 0px;
    padding: 0px;
    color: #0093D0;
    font-family: Arial, Helvetica, sans-serif;
}

/* Header */
.header{ 
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-contenido{
    max-width: 380px; 
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tytle-h1 {
    text-align: right;
    font-size: 36px;
    font-weight: bold;
    color: #0093D0;
    font-family: inherit;
}
.tytle-span1 {
    display: inline-block;
}
.tytle-span2 {
    display: inline-block;
    color: #EA5012;
    padding-left: 8px;
}
.tytle-img{
    padding-right: 10px;
}
.container h4 {
    font-weight: bold;
}
.carrito-float{
    padding-top: 12px;
    padding-right: 15px;
    float: right;
}
.unidades{
    position: relative;
    display: inline-block;
    top: 15px;
    width: 20px;
    height: 20px;
    background-color: #EA5012;
    border-radius: 50%;
    color: white;
}
/* Contenido principal */
.min-height{
    min-height: 100%;
}
.nombre-bohater{
    color: white;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    font-size: 30px;
    text-shadow: 0.05em 0.05em #00567a;
}

#carouselExampleControls {
   margin-left: auto;
   margin-right: auto;
}
.bohater i{
    color: #EA4F0D; 
    font-size: large;
    font-weight: bold;
}
.bohater::after{
    content: url(fotos/love1.png);
}
.tableimg{
    min-height: 500px;
}
table {
    border-radius: 15px;
    background-color: #EA5012;
}

.table th, td, i, td p{
    color: white;
}
.fin-text{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.fin-row{
    background-color: #ea4412;
}
.table-galeriatext{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
/* Navegador */

nav.container-nav
{
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 1.2em 1.2em;
	text-align: center;
}
nav.container-nav a
{
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    margin: 0px 0px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}
.menudesplegable{
    display: none;
}

@media (max-width: 720px) {
    .padding_en_parrafo{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .tytle-h1{
        font-size: 26px;
    }
    .carrito-float{
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px;
    }
    .menudesplegable{
        display: inline-block;
        padding: 1px 2px 6px 2px ;    
        background-color: #EA4F0D;
        border:#c3e2ee 2px solid;
        border-radius: 25%;
        cursor: pointer;  
        transition: all .3s linear;
    }
    .menudesplegable:active{
        border:#40494d 4px solid;
       transform: scale(0.9); 
       transition: all .0s linear;     
    }
    nav.container-nav a{
        display: block;
    }
    nav.container-nav a {
        content: "";
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: white 1.2px solid;
    }
    .navdes{
        display: none;
    }
    .navdeson{
        display: block;
    }
}
.blue
{
    background: #0093D0;
}
/* Circle behind */
nav.circleBehind a:before, nav.circleBehind a:after
{
    position: absolute;
    top: 22px;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 4px solid #EA4F0D;
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-radius: 50%;
    background: transparent;
    content: "";
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}
nav.circleBehind a:after
{
    border-width: 2px;
    transition: all 0.4s;
}
nav.circleBehind a:hover:before
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
nav.circleBehind a:hover:after
{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
}
/* O nas */
.center-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
}
.padding_en_parrafo{
    padding-left: 150px;
    padding-right: 150px;
}
/* Informacje */
.primer-texto{
    color: #0082b9;
}
.segundo-texto{
    color: #EA4F0D;
}
.style-lista1{
    list-style-type: square;
}
/* Rejestracja form*/
.formBgcolor {
    border: #8aafbe 2px solid;
}
form hr {
    color: #00567a;
}
form label {
    font-weight: bold;
}
/* Shop */
.producto_contenido{
    display: block; 
    margin: 20px;
    padding: 0px;
    float: left;
}
.precio-float{
    padding: 10px;
    float: left;
}
.icono-float{
    padding: 10px;
    float: right;
}
.producto_izquierda{
    display: block;
    float: left;
    position: relative;
    border: #00567a 2px solid;
    border-radius: 20px;
    width: 280px;
    height: 500px;  
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:auto;
}
.producto_nombre{
    position: absolute;
    color: black;
    text-align: center;
    margin: 2px;
    bottom: 0px;
    left: 0px;
    width: 98%;
    min-height: 30px;
    border-radius: 15px;
}
.producto_compra{
    position: absolute;
    border: #00567a 2px solid;
    background-color: #0093D0;
    color: white;
    text-align: center;
    margin: 8px;
    bottom: 0px;
    left: 0px;
    width: 96%;
    min-height: 30px;
    border-radius: 15px;
}
.producto_derecha{ 
    position: relative;  
    float: left;
    padding: 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: #00567a 2px solid;
    border-right: #00567a 2px solid;
    border-bottom: #00567a 2px solid;
    width: 280px;
    height: 350px;
}
@media screen and (max-width: 980px) {
    .producto_derecha {
        position: relative;
        margin-top: 0px;
        border-top: none;
        border-top-right-radius: 0px;
        border-right: #00567a 2px solid;
        border-bottom: #00567a 2px solid;
        border-left: #00567a 2px solid;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
  }
.table_carrito{
    padding: 0px;
    margin: 0px;
    background-color: white;
}
.sizeTD{
    width: 10%;
}
.sizeTD2{
    width: 40%;
}
.sizeTD3{
    width: 20%;
}
.sizeTD4{
    width: 20%;
}
    .sizeS{
        border-bottom: #EA5012 2px solid;
        padding-bottom: 10px;
        margin: 10px;
    }
.table_carrito th, tr td{
    padding: 0px 5px 0px 5px;
    vertical-align:middle;
    color: #40494d;
}
.colorGris{
    color: #40494d;
}
.colorOrange{
    color: #EA4F0D;
}
.colorblanco{
    color: white;
}
.titulo2_producto{
    text-align: left;
    font-size: 25px;
    font-weight: bold;
}
.informaciones_producto{
    font-size: 18px;
    text-indent: 1.5em;
}
.prefio_producto{
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.borrar_float{
    clear: both;
}
/* Footer */
.footer {
    background: #00567a;
    min-height: 350px;  
}
.footer-container{
    min-height: 300px;
}
div .footer-section-map div span, .footer-section-contacto div span{
    border-bottom: #0093D0 2px solid; 
    color: white;
    font-size: 20px;
}
div .footer-section-contacto div p{
    color: #8aafbe;
    padding-top: 5px;
}
.footer-section-map, .footer-section-contacto{ 
    padding-top: 20px;
    color: white;
}
.footer-bottom {
    color: #8aafbe;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-top: #8aafbe 1px solid;
}