/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 20 2022 | 14:33:02 */
/* Propiedades necesarias para el funcionamiento del Grid */

*, *:after, *:before { 
	box-sizing: border-box; 
}

[class*='col-'] {float: left;}

article, aside, figure, footer, header, nav, section {
	&:after {content: ""; display: table; clear: both;}
}

img, audio, video {
	max-width: 100%;
}


/* Columnas */

.col-2-3 {width: 66.66%;}
.col-1-3 {width: 33.33%;}
.col-1-6 {width: 16.66%;}
.col-1-7 {width: 14.2857%;}
.col-1-8 {width: 12.5%;}


.col-5 {width: 5%;}
.col-10 {width: 10%;}
.col-15 {width: 15%;}
.col-20 {width: 20%;}
.col-25 {width: 25%;}
.col-30 {width: 30%;}
.col-35 {width: 35%;}
.col-40 {width: 40%;}
.col-45 {width: 45%;}
.col-50 {width: 50%;}
.col-55 {width: 55%;}
.col-60 {width: 60%;}
.col-65 {width: 65%;}
.col-70 {width: 70%;}
.col-75 {width: 75%;}
.col-80 {width: 80%;}
.col-85 {width: 85%;}
.col-90 {width: 90%;}
.col-95 {width: 95%;}
.col-100 {width: 100%;}


/* Wrapper en caso de que sea necesario, podemos modificar su ancho */

.wrapper {
    max-width: 1280px;
    margin: 0 auto;
}


/* Clases necesarias para vídeos de Youtube */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}


.video-wrapper iframe {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
}


/* Propiedades para el muro de Facebook */

#fbcomments, 
.fb-comments, 
.fb-comments iframe[style], 
.fb-comments span {
	width: 100% !important;
}
