﻿{
    box-sizing: border-box
}

body {
    font-family: SourceSansPro, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

.img_carrusel {
    max-height: 100%;
}

.espacio_blanco {
    height: 60vh;
}

.espacio_blanco_portal {
    height: 20vh;
    text-align: center;
}

.titulo_portal {
    height: 25vh;
    background-color: red;
}

.txt_titulo_portal {
    text-align: center;
    font-size: 36px;
    color: white;
    padding: 5px;
}

.txt_subtitulo_portal {
    text-align: center;
    font-size: 24px;
    color: white;
    padding: 5px;
}

.boton_portal {
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    color: white;
    height: 7vh;
    width: 150px;
    padding-top: 20px;
}

.carrusel {
    height: 10vh;
}

.row_carrusel {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 20vh;
    text-align: center;
}

.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    background-color: white;
    height: 100%;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
/* Caption text */
.text_carrusel {
    color: white;
    font-size: 14px;
    max-width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: black;
    margin-left: 20%;
    margin-right: 20%;
}

.titulo_producto {
    max-width: 300px;
    height: 60vh;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
}


.txt_titulo_producto {
    text-align: center;
    font-size: 24px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.txt_descripcion_producto {
    text-align: justify;
    font-size: 14px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}


/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    margin-left: 40px;
    margin-right: 40px;
}

.item_carrusel {
    float: left;
    width: 33%;
    height: 100%;
    align-content: center;
}

.zoom {
    padding: 10px;
    /* background-color: green; */
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }

    .txt_titulo_producto {
        font-size: 11px
    }
}

.btn-ini-sesion {
    background-color: #ec1d25 !important;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10%;
    border: none;
    cursor: pointer;
}

.btn-ini-sesion {
    background-color: #E71D36;
}

.btn-fin-sesion {
    background-color: #ec1d25 !important;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 10%;
    border: none;
    cursor: pointer;
}

.btn-recuperar-sesion {
    background-color: #ec1d25 !important;
    color: #FFFFFF;
    font-size: 14px;
    padding: 5px 20px;
    border: none;
    cursor: pointer;
}

.btn-fin-sesion {
    background-color: #E71D36;
}

.btn-recuperar-sesion {
    background-color: #E71D36;
}