/*
 ==============================================
 Responsive Style (max-width : 1800px)
 ==============================================
*/

@media only screen and (max-width: 1800px) {

}
/*
 ==============================================
 Responsive Style (max-width : 1600px)
 ==============================================
*/

@media only screen and (min-width: 1600px) {
   

}


@media only screen and (min-width: 1400px) {
 
}


/*
 ==============================================
 Responsive Style (max-width : 1600px)
 ==============================================
*/

@media only screen and (max-width: 1600px) {

 
}

/*
 ==============================================
 Responsive Style (max-width : 1400px)
 ==============================================
 */

@media only screen and (max-width: 1450px) {

   
   
}


/*
 ==============================================
 Responsive Style (max-width : 1300px)
 ==============================================
 */

@media only screen and (max-width: 1300px) {
    
}


/*
 ==============================================
 Responsive Style (max-width : 1200px)
 ==============================================
 */

@media only screen and (max-width: 1200px) {
    
  
}
@media only screen and (min-width: 1100px) {
   
    
}




/*
 ==============================================
 Responsive Style (max-width : 940px)
 ==============================================
 */

@media only screen and (max-width: 1050px) {
   
}


/*
 ==============================================
 Responsive Style (max-width : 890px)
 ==============================================
 */

@media only screen and (max-width: 1200px) {
  
    
   
}


/*
 ==============================================
 Responsive Style (max-width : 820px)
 ==============================================
 */

@media only screen and (max-width: 820px) {

    
}


/*
 ==============================================
 Responsive Style (max-width : 768px)
 ==============================================
 */

@media screen and (max-width: 768px) {
  
   
}


/*
 ==============================================
 Responsive Style (max-width : 568px)
 ==============================================
 */

@media screen and (max-width: 568px) {

}


/*
 ==============================================
 Responsive Style (max-width : 480px)
 ==============================================
 */

@media only screen and (max-width: 480px) {
    .content_registro_mac_img, .content_registro_mac_form{
        width: 100%;
    }
    .content_registro_mac_img img{
        height: auto;
        object-fit: cover;
    }
    .content_registro_mac_form, .texto_footer_registro{
        padding: 20px;
    }
    .registro_mac_form_input,
    .registro_mac_form_checkbox,
    .registro_mac_form_send {
        padding: 0;
    }
    .registro_mac_form_title{
        font-size: 19px;
    }
    .content_curos_mac{
        padding: 10px;
    }
    .separacion_inputs{
        width: 100%;
    }
    .separacion_inputs{
        padding: 0 !important;
    }
    .content_curos_mac{
        height: 100%;
    }
    .content_img_curso{
        width: 100%;
    }
    .content_info_curso{
        margin-top: 20px;
        width: 100%;
        padding: 0;
    }
    .content_iframa_catalogo iframe, .content_iframa_catalogo embed, .content_iframa_catalogo #pdf-viewer{
        height: calc(100vh - 61px);
        overflow: auto;
    }
    .content_iframa_catalogo #pdf-viewer canvas{
        width: 100%;
    }
      
}



/*
 ==============================================
 Responsive Style (max-width : 380px)
 ==============================================
 */

@media only screen and (max-width: 380px) {}