@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
* {
    font-family: 'Poppins', sans-serif;
    margin:0; 
    padding:0;
    box-sizing: border-box;
    outline: none; 
    border:none;
    text-decoration: none;
    list-style: none;
    transition: all .2s linear;
}

body{
    background-color: #17191D;
    background-image: url(../img/fondo_screen.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

iframe {
    width: 100%;
    height: 100%;
}

td img{
	height: 70px !important;

}

.container {
    width: 100%;
    min-height: 100vh;
}

/* estilo imagen principal */

.conten {
    padding: 3rem 9% ;
    background-image: linear-gradient(90deg,rgb(0, 0, 0), rgba(0, 0, 0, 0.5)), url(../img/Belalcazar.png);
    background-size: cover;
    /*background-position: center;*/
    background-repeat: no-repeat;   
}

.logo{
    height: 100px;
    display: flex;   
}

.conten h1 {
    font-weight: 400;
    font-size: 3.2rem;
    color: #d8d8d8;
}

.conten h1 b{
    color: #e28624;
    font-size: 2rem;
}

h1{
   
    color: #d8d8d8;
    font-weight: 300;
    font-size: 1.5rem;
}


.conten p {
    max-width: 45rem;
    color: #d8d8d8;
    font-size: 1rem;
    margin: .5rem 0;
    letter-spacing: .02rem;
    font-weight: 300;    
}


/*Boton Anterior*/
li a{
    color: rgb(255, 255, 255);
    line-height: 5px;
    padding: 5px;
    position: relative;
    text-decoration: none;
    font-size: 40px;  

}

li a:hover {
    background: #a00707;
    border-radius: .5rem;
}

/*Boton menu
.btn {
    display: inline-block;
    background: #075213;
    border-radius: .2rem;
    padding: .4rem 3rem;
    color: #d8d8d8;
    margin-top: .5rem;
    font-size: 1rem;
    box-shadow: 0.15rem 0.15rem 0.5rem rgba(0, 0, 0, 0.2);
}
.btn:hover {
    background: #a00707;
}
*/

.title1 {
    padding: 1rem 9% ;
    color: #d8d8d8;
    font-weight: 300;
    font-size: 1.5rem;}

.video{ 
    border: 0.12rem solid #d8d8d8;
}

.contvideos {
    padding: 0 9% ;
    margin: auto;    
    display: grid;    
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 3rem;
    padding-bottom: 8rem;
}

.contvideos p{
    
    display: block;
    width: 100%;
    padding: 3px 0;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;

}

.grupo2 {
    
}

.grupo2 p{
    
    display: block;
    width: 100%;
    padding: 3px 0;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;

}

/*Boton de ir arriba*/

#button-up{
    width: 40px;
    height: 40px;
    background-image: linear-gradient(50deg,rgb(74, 74, 74), rgb(64, 64, 64));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    position: fixed;
    bottom: 50px;
    right: 45px;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 300ms ease;
    transform: scale(0);
}

#button-up:hover{
     transform: scale(1.1);
    border-color: rgba(0, 0, 0, 0.253);
    color: #ffffff;
}


/*Footer - pie de pagina*/

.container-footer{
    width: 100%;
    padding: 20px 0;
    background: #222429;
    margin-top: 5px;
}

.container-footer footer{
    max-width: 1200px;
    margin: auto;
}

.container-footer h4{
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
    font-weight: 500;
}