/*
Theme Name: Strato Medios
Theme URI: http://strato-medios.com/
Author: StratoMarketing
Author URI: http://stratomarketing.mx/
Description: StratoMedios Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body{
	font-family: "RR";
}

.wrap{
	width: 90%;
	margin: 0 auto;
}

.logo {
    background-image: url("images/sm_medios.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 105px;
    margin: 15px 0;
    text-indent: -9999px;
    width: 110px;
}
.menu{
	float: right;
	font-family: "RB";
}

.menu li {
    float: left;
    margin: 25px 10px;
}

.menu li a {
    display: block;
    padding: 10px 30px;
    color: #0c3867;
    transition:all 0.2s ease-in-out 0s;
    border-radius: 5px;
}

.menu li a i {margin-right:10px;}

.menu li.blueitem a, .menu li a:hover{
	background-color: #19426d;
	color :#FFF;
	
}

.blueback{
	height: 100vh;
	background: -webkit-linear-gradient(#fbfefe, #74d8f7);
	background: -moz-linear-gradient(#fbfefe, #74d8f7);
	background: -o-linear-gradient(#fbfefe, #74d8f7);
	background: linear-gradient(#fbfefe, #74d8f7); 
}

.slider .imagen {
    float: right;
    margin: -20px 13% 0 0;
    width: 450px;
}

.slider .imagen img{
	width: 100%;
}

.frase{
	float: left;
	width: 450px;
	margin: 9% 0 0 13%;
}

.frase h2{
	color: #19426e;
	font-family: "REB";
	font-size: 33px;
	line-height: 44px;	
}

.frase p{
	color: #406e93;
	font-family: "RR";
	font-weight: lighter;
	margin: 15px 0;
	font-size: 22px;
}

.stores li {
    float: left;
    margin: 15px 0;
    width: 50%;
}

#que{
	background-color: #f1f1f1;
	padding: 100px 0;
}

#que .encabezado {
    color: #727272;
    font-size: 23px;
    line-height: 30px;
    margin: 0 auto 25px;
    text-align: center;
    width: 70%;
    font-weight: bold;
}

.three-sections{
	width: 100%;
	margin: 45px 0;
}

.col-30{
	width: 30%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 0 25px;
}

.col-30.right{
	float: right;
}

.col-40 {
    box-sizing: border-box;
    float: left;
    padding: 0 25px;
    text-align: center;
    width: 40%;
    position:  relative;
}

.col-40 img.compu {
    left: 0;
    margin: 0 auto;
    position: relative;
    width: 515px;
}

.col-40 .pantalla {
    left: 46px;
    position: absolute;
    top: 20px;
    width: 315px;
    display: none;
}

.col-40 .pantalla.in{
	
}

.puntos li {
    margin: 45px 0;
}

.puntos h4 {
    margin: 0 0 25px;
}

.puntos h4 img {
    margin: -15px 0;
}

.puntos h4 span {
    color: #032d5b;
    font-family: "RB";
    font-size: 20px;
    margin: 0 15px;
    text-transform: uppercase;
}

.puntos p.descripcion{
	color: #b9b9b9;
	font-family: "RR";
	font-size: 18px;
	line-height: 23px;
	margin: 10px 0;
}

#imgblue {
    background-image: url("images/estadisticas.jpg");
    background-size: cover;
    max-height: 660px;
    width: 100%;
}

.estadisticas {
    float: right;
    padding: 100px 3%;
    width: 430px;
}

.estadisticas h5 {
    color: #fff;
    font-family: "RB";
    font-size: 20px;
    line-height: 28px;
}

.estadisticas li{
	color: #FFF;
	font-size: 18px;
	margin: 5px;
}

.estadisticas > ul {
    margin: 50px 0;
}

.estadisticas li {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    list-style: inside none disc;
    margin: 16px 5px;
}

.bluebar{
	text-align: center;
	padding: 40px 0;
	background-color: #10abeb;
	color: #FFF;
	font-size: 27px;
}

.arrow-down {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 25px solid #10abeb;
    height: 0;
    margin: 0 auto;
    width: 0;
}

.iconotes {
    background-color: #daeaf4;
    padding: 0 0 90px;
}

.icons {
    margin: 90px auto 0;
    width: 90%;
}

.icons li {
    float: left;
    margin: 0 2.5%;
    text-align: center;
    width: 20%;
}

.icons li p {
    color: #838688;
    font-size: 18px;
    line-height: 23px;
    margin-top: 15px;
}

.logos{
	text-align: center;
	padding: 90px 0;
	background-color: #022b58;
}

.sm{
	background-color: #FFF;
	padding: 5px 20px;
	border-radius: 5px;
}

.logos .stores {
    margin: 35px auto 0;
    width: 45%;
}

.logos .stores li {
    margin: 15px 5%;
    width: 40%;
}
.logos .stores img {
    width: 100%;
}

.contactanos {
    background-color: #fff;
    border: 7px solid #10abeb;
    border-radius: 50%;
    color: #10abeb;
    display: block;
    font-size: 3em;
    height: 110px;
    margin: -55px auto 40px;
    text-align: center;
    width: 110px;
}

.contactanos .fa {
    font-size: 80px;
    margin: 11px 0;
}

.title {
    color: #10abeb;
    font-family: "RB";
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
}

.formulario {
    float: left;
    width: 45%;
}

.formulario label {
    margin-top: 8px;
    width: 100%;
    color: #808080;
    font-size: 17px;
}
.formulario input, .formulario textarea {
    box-sizing: border-box;
    margin: 6px 0;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #63aecd;
    color: #808080;
    font-size: 16px;
}

.formulario textarea{
	resize: none;
	height: 150px;
}

input[type="checkbox"] { 
	position: absolute;
	opacity: 0;
}


input.ios-switch[type="checkbox"] + div {
    background-color: #f9f9f9;
    border: 1px solid #dcdcdc;
    border-radius: 999px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4) inset;
    height: 20px;
    margin: 15px 1.2em 15px 2.5em;
    vertical-align: middle;
    width: 40px;
}

/* Checked Track (Blue) */
input.ios-switch[type="checkbox"]:checked + div {
    background-color: #5db7d7;
    background-position: 0 0;
    border: 1px solid #0e62cd;
    box-shadow: 0 0 0 10px rgba(59, 137, 255, 1) inset;
    width: 40px;
}

/* Tiny Track */
input[type="checkbox"].tinyswitch.ios-switch + div {
	width: 34px;	height: 18px;
}

/* Big Track */
input[type="checkbox"].bigswitch.ios-switch + div {
	width: 50px;	height: 25px;
}

/* Green Track */
input.green.ios-switch[type="checkbox"]:checked + div {
    background-color: #5db7d7;
    border: 1px solid rgba(93, 183, 215, 1);
    box-shadow: 0 0 0 10px rgba(93, 183, 215, 1) inset;
}

.radiobuttons {
    background-color: #f5f5f5;
    border: 1px solid #c4c4c4;
    float: right;
    margin: 26px 0;
    padding: 72px 0;
    width: 45%;
}

/* Normal Knob */
input[type="checkbox"].ios-switch + div > div {
	float: left;
	width: 18px; height: 18px;
	border-radius: inherit;
	background: #ffffff;
	-webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: transform, background-color, box-shadow;
	-moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
	-moz-transition-duration: 0.4s;
	-moz-transition-property: transform, background-color;
	box-shadow: 0 2px 5px rgba(220, 220, 220, 0.9), 0 0 0 1px rgba(220, 220, 220, 0.9);
	pointer-events: none;
	margin-top: 1px;
	margin-left: 1px;
}

/* Checked Knob (Blue Style) */
input[type="checkbox"].ios-switch:checked + div > div {
	-webkit-transform: translate3d(20px, 0, 0);
	-moz-transform: translate3d(20px, 0, 0);
	background-color: #ffffff;
	box-shadow: 0 2px 5px rgba(220, 220, 220, 0.9), 0 0 0 1px rgba(220, 220, 220, 0.9);
}

.buttons .pregunta {
    color: #9f9f9f;
    float: left;
    margin: 15px 0 15px 35px;
    width: 65%;
}

.buttons label {
    float: left;
}

.width100{
	width: 100%;
	margin: 25px 0;
}

.redes {
    margin: 0 auto;
    text-align: center;
    width: 170px;
}

.redes li {
    float: left;
    margin: 5px;
}

.fa-stack {
    border: 2px solid #10abeb;
    border-radius: 50%;
    color: #fff;
}
.fa-inverse {
    color: #10abeb;
}

.rights{
	font-size: 17px;
	margin: 20px 0;
	text-align: center;
	color:  #c4c4c4;
}

.hidden{
	display: none;
}


.wysihtml5-editor p {
	margin: 0;
}




