/*!/wp-content/themes/bridge-child/style.css*//*
 Theme Name:   Bridge Child
 Theme URI:    http://bridgelanding.qodeinteractive.com/
 Description:  Bridge Child Theme
 Author:       Qode Interactive
 Author URI:   http://qodethemes.com/
 Template:     bridge
 Version:      1.0
 License:      GNU General Public License
 License URI:  licence/GPL.txt
 Tags:         one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
 Text Domain:  brdigechild
*/


@font-face {
    font-family: 'Google Sans';
    src: url('/fonts/GoogleSans-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
 font-display:swap;}  

/*
.content.content_top_margin {
    margin-top: 100px !important;
}
*/
@media only screen and (min-width: 1000px){
	.admin-bar .content.content_top_margin {
		padding-top: 32px;
	}
}

.circle-image img {
	border-radius: 50%;
}

.presentacion-del-curso iframe {
	margin: 0 auto;
    display: flex;
    border-radius: 20px;
}

.fluid-width-video-wrapper {
	margin: 0 auto;
	max-width: 560px;
	padding-top: max(32%,315px) !important;
}

/* Pantallas medianas (tablet): 33.33% */
@media screen and (max-width: 1200px) {
  .areas-formativas-portada .vc_col-sm-1\/5 {
    width: 33%;
	height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .areas-formativas-portada .vc_col-sm-1\/5 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .areas-formativas-portada .vc_col-sm-1\/5 {
    width: 100%;
  }
}