

/*tipo de letra bajado de google fonts*/

@import url('https://fonts.googleapis.com/css2?family=Comforter+Brush&family=Concert+One&family=Corinthia:wght@400;700&family=Dancing+Script:wght@400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* fuentes de letra
font-family: 'Comforter Brush', cursive;
font-family: 'Concert One', cursive;
font-family: 'Corinthia', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Exo 2', sans-serif;
*/


body {font-family: Arial, Helvetica, sans-serif;
}

h1 {
    
    text-align: center;
    color: #59595e;
    font-family: 'Exo 2', sans-serif;
}

.row {
    display: flex;
    column-gap: 10px;
}

.column {
    width: 24%;
   }

.column img, .mySlides img{
    width: 100%;
    height: auto;
}


#myImg {
    border-radius: 20px;
    }

#myModal {
        display: none;
        position: fixed;
        padding-top: 50px ;
        height: 100%;
        width: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 1);
        z-index: 1;
        top: 0;
        left: 0;
        }

.modal-content {
    position: relative;
    background-color: rgb(7, 7, 7);
    margin: auto;
    padding: 0;
    width: 50%;
    max-width: 1200px;
     }

.modal-content img {
    border-radius: 20px;
    }


.numbertext {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 12px;
    text-align: left;
    font-weight: 400 ;
    color: rgb(245, 244, 248);
    background-color: rgba(23, 23, 26, 0.192);
    border-radius: 20px;
    padding: 10px;
    margin-top: 5px;
    }

.close {
/*  
    color: whitesmoke;
    position: absolute;
    top: 10px;
    font-weight: bolder;
    font-size: 35px;     
*/

    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    text-align: right;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
    color: whitesmoke;
    margin-bottom: 10px;


}

.cursor {
    cursor: pointer;
}


.close:hover, .close:focus {
    color: gray;
    text-decoration: none;
}

a.prev {
    position: absolute;
    font-size: large;
    left: 5px;
    top: 50%;
    color: rgb(245, 244, 248);
    background-color: rgba(23, 23, 26, 0.2);
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    }

a.next {
    position: absolute;
    font-size: large;
    right: 5px;
    top: 50%;
    color: rgb(245, 244, 248);
    background-color: rgba(23, 23, 26, 0.2);
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
}

a.prev:hover , a.next:hover{
    color: rgb(20, 206, 190);
    background-color: rgba(33, 33, 209, 0.76);
    cursor: pointer;
}

#caption {
/*     color: whitesmoke;
    font-size: medium;
    text-align: center; */


    bottom: 5px;
    font-size: 20px;
    color: rgb(184, 236, 236);
    background-color: rgba(23, 23, 26, 0.24);
    border-radius: 10px;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



/*
 
.mySlides {
    display: none;
}

.text {
    position: absolute;
    bottom: 5px;
    font-size: 20px;
    color: rgb(184, 236, 236);
    background-color: rgba(23, 23, 26, 0.24);
    border-radius: 10px;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



a.prev {
    position: absolute;
    font-size: large;
    left: 5px;
    top: 50%;
    color: rgb(245, 244, 248);
    background-color: rgba(23, 23, 26, 0.2);
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    }

a.next {
    position: absolute;
    font-size: large;
    right: 5px;
    top: 50%;
    color: rgb(245, 244, 248);
    background-color: rgba(23, 23, 26, 0.2);
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
}

a.prev:hover , a.next:hover{
    color: rgb(20, 206, 190);
    background-color: rgba(33, 33, 209, 0.76);
    cursor: pointer;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgb(103, 103, 110);
    border-radius: 50%;
    display: inline-block;
}

.active, .dot:hover {
    background-color: black;
}



.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1;}
}
 */










