/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Theme hijo de Divi para ETIC300.
 Author:       Elegant Themes
 Author URI:   http://www.elegantthemes.com
 Template:     Divi
 Version:      4.9.7
 License:      GNU General Public License v2
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-child
*/
/* Cabecera */
#headerwrap {
    background-color: #88D1F1;
    box-shadow: none;
}
/* Fin Cabecera */
/* Cuerpo */
#body {
    background-image: url( https://www.etic300.com/wp-content/uploads/2020/06/fondo-cuerpo-etic300.png );
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #88D1F1;
}
.page-id-92 #body {
    background-color: #fff;
    background-image: unset;
}
/* Fin Cuerpo */
/* Pie */
#footerwrap {
    background-image: url( https://www.etic300.com/wp-content/uploads/2020/06/fondo-pie-etic300-2.jpg );
    background-repeat: repeat-x;
    padding: 0;
    height: 96px;
}
/* Fin Pie */

.et-video-contenedor {
    padding: 2% 5%;
    display: flex;
}
.et-video-principal {
    width: 75%;
    padding-right: 5%;
}
.et-video-itinerario {

}
.et-video-categorias {
    background-color: #eee;
    display: flex;
    margin: 2% 0;
    padding: 2%;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.et-video-categorias p {
    width: 10%;
    text-align: center;
}