*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    background: white;
   
}

#imagtitle {
   background-size: cover;
   background-repeat: no-repeat;
   width: 100%;
   margin: 0%;
   height: 500px;
   }

.homepage {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0%;
    height: 500px;
    background-color: #6bccf6;
    margin-top: -5PX;
    display: flex;     
    align-items: center;
    justify-content: center;
    
}
.principal{
    
    width: 65%;
    height: 80%;
    left: 75px;
    top: 291px;
    font-family: sans-serif;
    border-bottom: 10px;
    background-color: #2358A6;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 1px 1px 30px -5px black;
    
}
.textoInicial{
    margin: 20px;
    font-family: sans-serif;
    font-size: xx-large;
    text-align: center;
    color: rgb(230, 246, 250);
}

.pageCountry {
    display: flex;
    display: none;
}




#botones {

    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    background: #6bccf6;
    border-radius: 0px;
    
    display: inline-block;
    text-align: center;
    margin-bottom: -20PX;
    margin-top: -10PX;
   
    
}
#seeker {
    margin-top: 20px;
    margin-right: 60px;
    background: #6bccf6;
    font-family: sans-serif;
    font-size: 25px;    
    display: grid;
    grid-template-columns: repeat(6, 150px);
    grid-gap: 10px;
    

}

#buttoninicio{
    
    background-position: left;
    font-family: sans-serif;
    font-size: 25px;
    border-bottom: 15px;
    background-color: #F9D50D;
    margin-left: 80px;
    border-radius: 7px;
    box-shadow: 1px 1px 15px -5px black;

}




#searcher {
    background-position: left;
    font-family: sans-serif;
    font-size: 35px;
    border-bottom: 15px;
    background-color: #F9D50D;   
    border-radius: 7px;
    box-shadow: 1px 1px 15px -5px black;
}

.containerCard {
    
    
    border-radius: 20px;
    width: 100%;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: purple;
    
    
}


.cardFather {
    margin: 20px;
    perspective: 1000px;
}

.cardFather:hover .card{
    transform: rotateY(180deg);
}
.card {
    width: 250px;
    height: 300px;
    position: relative;
    transform-style: preserve-3d;
    transition: all 900ms;
}

.cardFront,
.cardBack {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    font-family: sans-serif;
    text-align: center;
    font-size: 20px;
    box-shadow: 1px 1px 15px -5px black;
    border-radius: 10px;
    
    
}

.namePrincipal{
    text-shadow: -1px 1px 1px #000, 1px -1px 1px #000;
    color: white;
    left: 100px;
    font-size: 20px;
    top: 200px;
}



.bodyCardFront{
    width: 100%;
    height: 100%;
    left: 90%;
    
    padding: 40px;
    display: flex;
    text-align: center;
    
    background-size: cover;
    background-repeat: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    background-size: 96%;
    background-repeat: no-repeat;
    background-position: bottom;
    
    
}

.texT{
    color: white;
    left: 100px;
}

.nameBack{
    font-size: 30px;
    color: white;
    left: 100px; 
}
.cardBack{
    transform: rotateY(180deg);
    background: #239796;
    
    

}

.bodyCardBack {
    padding: 50px;
    text-align: center;
    justify-content: center;
    color: white;
}