/*
 Theme Name:   Oxigeno Child
 Theme URI:    http://oxigeno.bold-themes.com
 Description:  Oxigeno child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     oxigeno
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  oxigeno-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
/*.bt_bb_section,*/

.btPageHeadline{
    /*background-color: red !important;*/
    background-image: url('/wp-content/uploads/2017/10/inner-hero-team.jpg') !important;
}

.btBreadCrumbs, .bt_bb_headline_content{
    color: #f3dd63 !important;
}
/*
p{
    color:red !important;
    font-size: 1.4em !important;
}

li a{
    font-size: 1.2em !important;
}*/

.iframe-inscripcion{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 900px; /* escritorio */
    position: relative;
}

.iframe-inscripcion iframe{
    width: 100%;
    height: 100%;
    border: 0;
}

/* móvil */
@media (max-width: 768px){

    .iframe-inscripcion{
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        height: 900px; /* más alto en móvil */
    }

}