/*
 Theme Name: Servicios en línea
 Description: Servicios en línea de la Universidad Intercontinental
 Theme URI: https://uic.mx
 Author: Emmanuel Ramírez
 Author URI: https://www.agencia73.com
 Version: 1.0.0
*/

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
font-family: 'Roboto', sans-serif;
}

h1,h2,h3{
	font-family: 'Montserrat', sans-serif;
}

.centrado{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.centrado{
	text-align: center;
}

img{
	max-width: 100%;
	height: auto
}

header{
	border-bottom: 1px solid #b3b3b3;
	padding: 8px;
}

header h1{
	margin: 0;
}

header .logo{
	width: 200px
}

header .centrado{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

video{
	max-width: 100%;
	height: auto;
	width: 100%;
}

footer{
	background-color: #1e1e1e;
	color: #fff;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

footer a{
    color:#fff;
}


.myButton {
    background-color: #44c767;
    border-radius: 9px;
    border: 1px solid #18ab29;
    display: block;
    max-width: 350px;
    margin: 1rem auto;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    padding: 11px 22px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    text-align: center;
}

section:nth-child(odd){
	background-color: #ecf0f1;
	}

section{
	margin-top: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.formulario{
    max-width: 800px;
    margin: 1rem auto;
    padding: .5rem;
    border: solid 1px #ccc;
    background: #b8e994;

}


@media screen and (min-width: 600px){
	.video{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		-ms-justify-content: space-around;
		-o-justify-content: space-around;
		justify-content: space-around;
	}

	.video__item{
		max-width: 45%;
	}
	
	.gfield{
	    display: inline-block;
	    vertical-align:top;
	    width: 50%;
	}
}
