
/********************************/
/*          Media Queries       */
/********************************/

@media (min-width: 1200px) {

    
}

@media (min-width: 992px) and (max-width: 1199px){
    .pepe-form{
        margin-top: -60px;
        width: 300px;
    }
    .text-der{
        margin: 0 10px 0 0;
    }
    .text-izq{
        margin: 0 0 0 10px;
        padding-top: 15px;
    }
    .text-header{
        margin-top: 52%;
    }
    h1{
        font-size: 17px;
    }
    #video-pepe{
        width: 320px;
        object-fit: cover;
        border-radius: 15px;
     }
    
}

@media (min-width: 768px) and (max-width: 991px) {
    .class-form{
        background-color: #f5c647;
        height: 550px;
        border-radius: 20px;
        box-shadow: 3px 4px 5px #7373739a;
    }
    .pepe-form{
        margin-top: -220px;
        margin-left: 5%;
    }
    .text-form{
        padding: 25px 20px 20px 20px;
    }
    .text-der{
        margin: 0 10px 0 0;
    }
    .text-izq{
        margin: 0 0 0 10px;
        padding-top: 25px;
    }
    .text-header{
        margin-top: 38%;
    }
    h1{
        font-size: 16px;
    }
    #video-pepe{
        width: 460px;
        object-fit: cover;
        border-radius: 15px;
    }
    .abs-center {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 55vh;
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .text-header{
        margin-top: 0%;
    }
    #video-pepe{
        width: 520px;
        object-fit: cover;
        border-radius: 15px;
    }
}


@media (max-width: 767px) {
    .class-form{
        background-color: #f5c647;
        height: 580px;
        border-radius: 0px;
        box-shadow: 3px 4px 5px #7373739a;
    }
    .pepe-form{
        margin-top: -120px;
        margin-left: 5%;
    }
    .text-form{
        padding: 25px 20px 20px 20px;
    }
    .text-der{
        text-align: center;
        margin: 20px 20px 20px 20px;
        font-weight: 300;
    }
    .text-izq{
        text-align: center;
        margin: 0 0 0 10px;
        padding-top: 0px;
        font-weight: 800;
    }
    .text-header{
        margin-top: 0%;
    }
    .logosmma{
        width: 300px;
    }
    .abs-center {
        min-height: 80vh;
    }
    #video-pepe{
        width: 360px;
        object-fit: cover;
        border-radius: 15px;
    }
    
}


