@import url('https://fonts.googleapis.com/css?family=Oswald:300');

.cajap{display: flex;
        justify-content: space-around;
        height: auto;
        padding-top: 220px;
        padding-right: 20px;
        
        padding-left: 20px;
        flex-wrap: wrap;
        font-family: 'Oswald', sans-serif;
        font-size: 22px;

        }

.cajap2{display: flex;
        justify-content: space-around;
        height: auto;
        
        padding-right: 20px;
        
        padding-left: 20px;
        flex-wrap: wrap;
        font-family: 'Oswald', sans-serif;
        font-size: 22px;

        }
.sec1{
        width: 800px;
       
        margin: 10px;
        margin-bottom: 50px;
        border: solid #dddcdc 2px;
        border-radius: 12px;
        text-align: justify;
        padding: 30px;
        }

.sec2{
        width: 800px;
       
        margin: 10px;
        margin-bottom: 50px;
        border: solid #dddcdc 2px;
        border-radius: 12px;
        text-align: justify;
        padding: 30px;
        }

#peque{width: 100%; height: auto;
        display: flex;
        justify-content: space-around;
        padding-bottom: 20px;}

#t1{width: 20%;
        height: 20%;
        animation-name: brillo;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        }


h3{color:green;
        animation-name: replica;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        font-size: 30px;
        margin-bottom: 10px;
        font-family: goodtimes;
        }


.cajap img{width: 450px;
    height: 500px;
    padding: 5px;
    border-radius: 25px;
    border: solid #dddcdc 2px;
    background: rgb(241, 241, 241);
    } 

    .cajap2 img{width: 450px;
        height: 500px;
        
        padding: 5px;
        border-radius: 25px;
        border: solid #dddcdc 2px;
        background: rgb(241, 241, 241);
        } 
@keyframes replica {from {text-shadow: 2px 2px 5px black}
                     to  {text-shadow: 4px 4px 60px green}   }

@keyframes brillo {from {border: solid #dddcdc 2px;}

        to{border: rgb(151, 192, 151) solid 3px;}}


@media (max-width:720px)

{

*{font-size: 15px;}

.cajap img{width: 200px;
        height: 350px;
        margin: 20px;}
.cajap2 img{width: 200px;
        height: 350px;}
}