﻿/*  
Theme Name: Bachur
Author: Valeria Strempler
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a{
	text-decoration:none;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background-color: #EE3138;
	color: #fff;
}

::-moz-selection {
	background-color: #EE3138;
	color: #fff;
}

										/* Tipografia */

@font-face {
    font-family: 'helvetica black';
    src: url('assets/fonts/helvetica-condensed-black-webfont.woff2') format('woff2'),
         url('assets/fonts/helvetica-condensed-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica bold';
    src: url('assets/fonts/helvetica-condensed-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/helvetica-condensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

										/* Estructura */
										
html, body {
	position: relative;
	width: 100%;
	/*-webkit-font-smoothing: antialiased;*/
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/*height: 100%;*/
}

body {
	/*padding-bottom: 50px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*min-height: 100%;*/
	height: 100%;
	font-family: "Helvetica";	
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
}

body.home {
	background-image: url('assets/img/curva-gris.png'); 
}

body.single {
	background-image: url('assets/img/onda-gris.png'); 
	background-position: top center;
	background-size: 100% auto; 
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.margen {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1240px;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}

b, strong{ font-weight:bold; }
i, em { font-style: italic; }


/*---------------------------  HEADER  ---------------------------*/

header {
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	padding: 25px 0;
	height: 65px;
	z-index: 2;
}

.logo {
	position: absolute;
	top: 0;
	left: 20px;
	max-width: 100px; 
	width: 100%;
	height: 65px;
	background-image: url('assets/img/logo.png'); 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
	z-index: 1;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu {
	display: block;
	position: relative; 
	top: 50%; 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
}

.menu li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block; 
	padding: 0 18px;
	vertical-align: middle;
}

.menu li a.activo,
.menu li:hover a {
	text-decoration: underline;
}

.menu li a {
	display: block; 
	width: 100%; 
	height: 100%;
	color: #332399;	
	font-size: 16px;	
	line-height: 130%;	
	text-align: center;
}

.contenedor-menu {
	text-align: right;
}

.menu-table,
.redes-header {
	display: inline-block;
	vertical-align: middle;
}

.redes-header {
	display: inline-block; 
	vertical-align: middle;
}

.menu-table {
	display: inline-block; 
	height: 65px;
	vertical-align: middle;
}

.redes-header p {
	font-size: 15px;
}

.redes-header ul {
	position: relative;
}

.redes-header ul li {
	display: inline-block;
	width: 20px;
    height: 20px;
	background-image: url(assets/img/redes-header.png);
	background-repeat: no-repeat;
    background-size: 20px auto;
	vertical-align: middle;
}

.redes-header ul li.facebook {
    background-position: 0 -1px;
}

.redes-header ul li.facebook:hover {
    background-position: 0 -65px;
}

.redes-header ul li.instagram {
    background-position: 0 -22px;
}

.redes-header ul li.instagram:hover {
    background-position: 0 -86px;
}

.redes-header ul li.twitter {
    background-position: 0 -43px;
}

.redes-header ul li.twitter:hover {
    background-position: 0 -107px;
}

.redes-header ul li a {
	display: block; 
	width: 100%; 
	height: 100%;
}




/*---------------------------  HOME  ---------------------------*/

section.home {
	position: relative;
	padding: 115px 0 0;
	background-image: url('assets/img/fondo-rosa.png'); 
	background-repeat: no-repeat; 
	background-size: auto 74%; 
	background-position: right top;
}

section.home:after {
	content: ''; 
	position: absolute; 
	top: 85px;
    right: 0;
    width: 140px;
    height: 140px;
	background-image: url('assets/img/puntos-grises.png'); 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: right center;
}

section.home:before {
	content: ''; 
	position: absolute; 
	height: 70%;
	left: 0; 
	right: 0;
	bottom: 0;
	background-image: url('assets/img/puntos_1.png'); 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: bottom right;
}

.back-home {
	position: relative;
	z-index: 1;
}

.slide-home {
	padding: 0 30px;
}

.slide-home .slick-slide > div {
	position: relative;
}

.img-home {
	position: absolute; 
	width: 54%;
	top: 0; 
	right: 0; 
	bottom: 0;
	background-repeat: no-repeat; 
	background-size: contain;
	background-position: right center;
	z-index: -1;
}

.txt-home {
	/*padding: 90px 0 165px;*/
	padding: 90px 0 14%;
}

.txt-home h1 {	
	margin: 0 0 20px;
	color: #332399;
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 130%;
}

.txt-home h1 strong {
	display: block;
	color: #722083;
	font-family: 'helvetica black';
	font-size: 59px;
}

.txt-home p {
	max-width: 475px; 
	width: 100%;
	font-size: 18px; 
	color: #332399;
	font-weight: 400;
	letter-spacing: 4.86px;
	line-height: 130%;
}

.txt-home span {
	display: inline-block; 
	padding: 15px 20px;
	margin: 20px 0 0;
	border-radius: 30.5px;
	color: #fff;
	background-color: #EE3138;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3.68px; 
	box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
	cursor: pointer;
}

.txt-home span:hover {
	color: #EE3138;
	background-color: #fff;
}



/*---------------------------  HOME - TESTIMONIO  ---------------------------*/

.testimonio-home {
	position: relative;
	margin: 30px 0 0;
}

.testimonio-home:before {
	content: '';
    position: absolute;
    width: 130px;
    height: 3px;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
}

.testimonio-home:after {
	content: ''; 
	position: absolute; 
	top: 30px; 
	left: 0; 
	right: 0; 
	height: 1px; 
	background-color: #A547BC;
}

.testimonio-home p {
	color: #A547BC;
	font-family: 'helvetica bold';
	font-size: 22px;
	letter-spacing: 6.48px;
	line-height: 130%;
	text-align: center;
}

.testimonio-home p small {
	color: #332399;
	font-size: 16px; 
	letter-spacing: 0;
}

.slide-testimonio {
	z-index: 2;
}

.slide-testimonio .slick-list {
	padding: 85px 0 0;
}

.slide-testimonio .slick-slide span {
	position: absolute; 
	top: -80px; 
	left: 50%; 
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 60px; 
	height: 60px; 
	background-color: #EE3138;
	background-repeat: no-repeat; 
	background-size: 80% auto; 
	background-position: center;
	box-shadow: 0 7px 8px 0 rgba(0,0,0,0.12);
	border-radius: 50%;
	z-index: 2;
}



/*---------------------------  SERVICIOS  ---------------------------*/

section.servicios {
	position: relative;
	padding: 75px 0 0;
}

section.servicios h2 {
	margin: 0 0 45px;
	color: #332399;
	font-size: 25px;
	font-family: 'helvetica bold';
	text-transform: uppercase;
	letter-spacing: 4px; 
	text-align: center;
}

.slide-servicios .slick-slide {
	outline: none;
}

.slide-servicios .slick-slide > div {
	padding: 10px 8px;
}

.slide-servicios li {
	display: block!important;
	width: 240px!important; 
	height: 240px; 
	border-radius: 50%;
	box-shadow: 0 7px 8px 0 rgba(0,0,0,0.12);
	background-color: #fff;
	margin: auto;
}

.txt-slide {
	display: block;
	position: relative; 
	padding: 20px;
	top: 50%; 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.slide-servicios .txt-slide img {
	display: block; 
	width: auto;
	height: 95px; 
	margin: auto;
}

.txt-slide h3 {
	display: block;
	max-width: 185px;
	min-height: 52px;
	color: #332399;
	font-size: 20px; 
	font-family: 'helvetica bold';
	letter-spacing: 3.2px;
	line-height: 130%;
	margin: 30px auto 0;
}

.txt-slide a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
    display: inline-block;
    max-width: 125px;
    width: 100%;
    padding: 10px 15px;
    margin: 25px 0 0;
    color: #fff;
    border: 0;
    font-size: 18px;
    border-radius: 19.94px;
    background: linear-gradient(180deg, #EE3138 0%, #FF5E4C 100%);
    box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}

.txt-slide a:hover {
	color: #ed1c24;
    background: #fff;
}



/*---------------------------  SERVICIOS  ---------------------------*/

section.clientes {
	position: relative;
	padding: 75px 0 0;
}

section.clientes h2 {
	margin: 0 0 45px;
	color: #EE3138;
	font-size: 25px;
	font-family: 'helvetica bold';
	text-transform: uppercase;
	letter-spacing: 4px; 
	text-align: center;
}

.slide-clientes .slick-slide {
	outline: none;
}

.slide-clientes .slick-slide > div {
	padding: 10px;
}

.slide-clientes li {
	display: block!important;
	width: 150px!important; 
	height: 150px; 
	border-radius: 50%;
	box-shadow: 0 7px 8px 0 rgba(0,0,0,0.12);
	background-color: #fff;
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.slide-clientes li.slide-link:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.slide-clientes li a.txt-slide {
	cursor: pointer;
}

.slide-clientes .txt-slide img {
	width: 100%; 
	height: auto;
}



/*---------------------------  CASOS DE EXITO  ---------------------------*/

section.exito {
	position: relative;
	padding: 75px 0 0;
}

section.exito h2 {
	margin: 0 0 45px;
	color: #332399;
	font-size: 25px;
	font-family: 'helvetica bold';
	text-transform: uppercase;
	letter-spacing: 4px; 
	text-align: center;
}

.slide-casos {
	display: block;
	max-width: 1000px; 
	width: 100%;
	margin: auto;
}

.bloque-casos {
	position: relative;
}

.img-casos {
	position: absolute; 
	top: 0; 
	left: 0;
	bottom: 0;
	width: 59%;
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
}

.txt-casos {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding: 0 0 0 61%;
}

.txt-casos p {
	padding: 0 0 20px;
	color: #332399;	
	font-size: 18px;	
	font-weight: 500;		
	line-height: 130%;
}

.txt-casos p:last-of-type {
	padding: 0;
}



/*---------------------------  FORM  ---------------------------*/

section.contacto {
	position: relative;
	padding: 75px 0;
	background-image: url('assets/img/puntos-footer.png'); 
	background-repeat: no-repeat; 
	background-size: auto 68%; 
	background-position: left bottom;
}

section.contacto h2 {
	margin: 0 0 13px;
	color: #332399;
	font-size: 25px;
	font-family: 'helvetica bold';
	text-transform: uppercase;
	letter-spacing: 4px; 
	text-align: center;
}

section.contacto p {
	display: block; 
	max-width: 550px; 
	width: 100%;
	margin: auto;
	color: #332399;	
	font-size: 16px;	
	font-weight: 500;	
	letter-spacing: 4px;	
	line-height: 130%;	
	text-align: center;
}

.formulario {
	display: flex;
	max-width: 820px; 
	width: 100%;
	margin: 40px auto 0;
	border-radius: 27px;
	box-shadow: 7px 7px 9px 0 rgba(0,0,0,0.07);
	background: rgba(255,255,255,0.93);
	overflow: hidden;
}

.forma {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 65%;
	padding: 30px; 
	margin: 25px 0 0;
	vertical-align: top;
}

.forma h3 {
	margin: 0 0 30px;
	color: #332399;	
	font-size: 20px;	
	letter-spacing: 5px;	
	line-height: 130%;
}

.forma fieldset {
	text-align: justify;
}

.forma fieldset:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

.forma input[type="text"],
.forma select,
.forma textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block; 
	width: 32%!important;
	padding: 0;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #BCBEC0;
	color: #332399;
	font-size: 13px;
	background-color: transparent;
	outline: none;
}

.forma input[type="email"],
.forma select,
.forma textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block; 
	width: 37.3%!important;
	padding: 0;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #BCBEC0;
	color: #332399;
	font-size: 13px;
	background-color: transparent;
	outline: none;
}

.forma input[type="tel"],
.forma select,
.forma textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block; 
	width: 32%!important;
	padding: 0;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #BCBEC0;
	color: #332399;
	font-size: 13px;
	background-color: transparent;
	outline: none;
}

.forma input[type="textarea"],
.forma select,
.forma textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block; 
	width: 100%!important;
	padding: 0;
	-webkit-appearance: none;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #BCBEC0;
	color: #332399;
	font-size: 13px;
	background-color: transparent;
	outline: none;
}

.forma input[type="text"].campo-requerido, 
.forma select.campo-requerido, 
.forma textarea.campo-requerido {
	border-bottom: 1px solid #EE3138;
}

.forma select {
    padding: 15px 35px 15px 15px;
    background-image: url('assets/img/down.png');
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: right 10px center;
}

.forma textarea {
	width: 100%;
	height: 60px;
	resize: none;
	background-image: -webkit-linear-gradient(transparent, transparent 19px, #BCBEC0 19px, #BCBEC0 20px, transparent 20px);
    background-image: -moz-linear-gradient(transparent, transparent 19px, #BCBEC0 19px, #BCBEC0 20px, transparent 20px);
    background-image: -ms-linear-gradient(transparent, transparent 19px, #BCBEC0 19px, #BCBEC0 20px, transparent 20px);
    background-image: -o-linear-gradient(transparent, transparent 19px, #BCBEC0 19px, #BCBEC0 20px, transparent 20px);
    background-image: linear-gradient(transparent, transparent 19px, #BCBEC0 19px, #BCBEC0 20px, transparent 20px);
    background-size: 100% 20px;
    line-height: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #9B9B9B;
	font-size: 13px;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #9B9B9B;
	font-size: 13px;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #9B9B9B;
	font-size: 13px;
}
:-moz-placeholder { /* Firefox 18- */
	color: #9B9B9B;
	font-size: 13px;
}

.forma input[type="text"].campo-requerido::-webkit-input-placeholder {
	color: #EE3138;
}

.forma input[type="text"].campo-requerido::-moz-placeholder {
	color: #EE3138;
}

.forma input[type="text"].campo-requerido:-ms-input-placeholder {
	color: #EE3138;
}

.forma input[type="text"].campo-requerido:-moz-placeholder {
	color: #EE3138;
}

.forma input[type="submit"] {
	-webkit-appearance: none;
	display: inline-block;
	max-width: 125px; 
	width: 100%;
	padding: 10px 15px; 
	margin: 25px 0 0;
	color: #fff; 
	border: 0;
	font-size: 18px;
	border-radius: 19.94px;
	background: linear-gradient(180deg, #EE3138 0%, #FF5E4C 100%);
	box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
	cursor: pointer;
	float: right;
}

.forma input[type="submit"]:hover {
	color: #ed1c24;
	background: #fff; 
}

.forma small {
	color: #9B9B9B;	
	font-size: 12px;	
	line-height: 130%;
}

.content-forma {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block; 
	position: relative;
	width: 35%;
	padding: 30px;
	background: linear-gradient(0deg, #EE3138 0%, #FF5E4C 100%);
	z-index: 1;
}

.content-forma:before {
	content: ''; 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background-image: url('assets/img/circulo.png'); 
	background-repeat: no-repeat; 
	background-size: 35% auto; 
	background-position: top right;
	z-index: -1;
}

.content-forma:after {
	content: ''; 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background-image: url('assets/img/puntos-contacto.png'); 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: bottom right;
	z-index: -1;
}

.txt-forma {
	position: relative;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;	
	line-height: 130%;
}

.txt-forma h3 {
	margin: 0 0 30px;
	color: #fff;
	font-family: 'helvetica bold';
	font-size: 20px;	
	line-height: 130%;
}

.txt-forma a {
	display: block;
	margin: 0 0 30px;
	padding: 0 0 0 40px;
	color: #fff;	
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	background-repeat: no-repeat;
	background-size: contain; 
}

.txt-forma a:last-of-type {
	margin: 0;
}

.txt-forma a.tel {
	background-image: url('assets/img/telefono.png'); 
	background-position: left 7px center;
}

.txt-forma a.mail {
	background-image: url('assets/img/sobre.png'); 
	background-position: left center;
}

.txt-forma a.face {
	display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(assets/img/redes-header.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
    vertical-align: middle;
	background-position: 0 -128px;
	float: right;
} 

.txt-forma a.face:hover {
    background-position: 0 -1px;
}



/*---------------------------  SINGLE  ---------------------------*/

section.single {
    position: relative;
    padding: 160px 0 0;
}

section.single h2 {
    margin: 0 0 45px;
    color: #332399;
    font-size: 25px;
    font-family: 'helvetica bold';
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
	line-height: 130%;
}

section.single .txt-forma p {
	padding: 0 0 20px;
	font-size: 18px;
	letter-spacing: 4px;
}

section.single .txt-forma p:last-of-type {
	padding: 0;
}

section.single .txt-forma p strong {
	display: block;
	font-size: 28px;
	letter-spacing: 10.67px;
	line-height: normal;
}

section.single .txt-forma ul {
	display: flex; 
	margin: 0 0 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.single .txt-forma ul li {
	display: inline-block; 
	width: 50%;
	font-size: 18px;
	letter-spacing: 4px;
	text-align: center;
}

section.single .txt-forma ul li strong {
	display: block;
	font-size: 28px;
	letter-spacing: 10.67px;
	line-height: normal;
}

section.single .txt-forma img {
	display: block; 
	max-width: 210px;
	width: 100%; 
	height: auto;
	margin: 0 auto 30px;
}

.row-single {
	display: flex;
	border-radius: 27px;
	box-shadow: 7px 7px 9px 0 rgba(0,0,0,0.07);
	background: rgba(255,255,255,0.93);
	overflow: hidden;
	flex-direction: row-reverse;
}

.img-single {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 58%;
    padding: 30px;
    vertical-align: top;
}

.embed-container {
	display: inline-block;
    position: relative;
	top: 50%; 
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 100%;
    padding-bottom: 64.7%;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 42%;
    padding: 30px;
    background: linear-gradient(0deg, #EE3138 0%, #FF5E4C 100%);
    z-index: 1;
}

.content-single:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/img/circulo.png);
    background-repeat: no-repeat;
    background-size: 35% auto;
    background-position: top right;
    z-index: -1;
}

.content-single:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(assets/img/puntos-contacto.png);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: bottom right;
    z-index: -1;
}

.row-resultados {
	margin: 75px 0 0;
}

.row-resultados h2 {
    margin: 0 0 30px;
    color: #332399;
    font-size: 25px;
    font-family: 'helvetica bold';
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.img-resultado {
	display: block; 
	width: 150px; 
	height: 150px; 
	margin: 0 auto 40px;
	border-radius: 50%;
	background-color: #722083;
	background-repeat: no-repeat; 
	background-size: auto 50%;
	background-position: center;
}

.resultados {
	display: flex;
	max-width: 1115px;
	flex-wrap: wrap; 
	justify-content: space-between;
	margin: auto;
}

.resultados li {
	display: inline-block; 
	width: 32%;
	color: #332399;
	text-align: center;
	letter-spacing: 4.86px;
}

.resultados li p {
	font-size: 20px;
	line-height: 130%;
}

.resultados li p strong {
	display: block;
	font-family: 'helvetica bold';
	font-size: 34px;
	line-height: normal;
}

body.single .txt-casos p {
	letter-spacing: 4px; 
}



/*---------------------------  ERROR 404  ---------------------------*/

.bloque-error {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.contenido-error {
	display: table-cell; 
	text-align: center;
	vertical-align: middle;
}

.contenido-error h2 {
    font-size: 135px;
    color: #332399;
    line-height: normal;
}

.contenido-error p {
    display: block;
    margin: 35px 0;
    font-size: 22px;
	font-weight: 400;
    color: #332399;
    text-align: center;
	line-height: 130%;
}



/*---------------------------  FOOTER  ---------------------------*/

.margen-footer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1040px;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	text-align: justify;
}

.margen-footer:after {
	content: ''; 
	display: inline-block; 
	width: 100%;
}

footer {
	padding: 12% 0 25px;
	background-image: url('assets/img/footer.png'); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: top left;
}

.footer {
	display: inline-block; 
	color: #fff;
	vertical-align: bottom;
}

.footer li {
	font-size: 15px;
	line-height: 150%;
}

.footer li a {
	color: #fff;
}

.redes-footer {
	display: inline-block;
	color: #fff;
	vertical-align: bottom;
}

.redes-footer p {
	font-size: 16px;
}

.redes-footer ul {
	position: relative;
	margin: 20px 0 0;
}

.redes-footer ul li {
	display: inline-block;
	width: 30px;
    height: 30px;
	background-image: url(assets/img/redes-footer.png);
	background-repeat: no-repeat;
    background-size: 30px auto;
	vertical-align: middle;
}

.redes-footer ul li.twitter {
    background-position: 0 2px;
}

.redes-footer ul li.twitter:hover {
    background-position: 0 -142px;
}

.redes-footer ul li.facebook {
    background-position: 0 -31px;
}

.redes-footer ul li.facebook:hover {
    background-position: 0 -174px;
}

.redes-footer ul li.instagram {
    background-position: 0 -67px;
}

.redes-footer ul li.instagram:hover {
    background-position: 0 -210px;
}

.redes-footer ul li.linkedin {
    background-position: 0 -105px;
}

.redes-footer ul li.linkedin:hover {
    background-position: 0 -248px;
}

.redes-footer ul li a {
	display: block; 
	width: 100%; 
	height: 100%;
}



/*---------------------------  MENÚ TOGGLE  ---------------------------*/

#navbar-toggle {
	display: none;
	position: fixed;
    padding: 0;
    border-radius: 5px;
    top: 50px;
	right: 20px;
	background: none;
	transition: all 0.035s linear;
	border: 0; 
	clear: both;
	cursor: pointer;
	outline: none;
	margin: auto;
	z-index: 15;
}

#navbar-toggle .icon-bar {
	display: block;
	width: 25px;
	height: 2px;
	margin-right: auto;
	margin-left: auto;
	background-color: #332399;
	transition: all 0.1s linear;
}

#navbar-toggle .icon-bar + .icon-bar {
  	margin-top: 5px;
}

.hamburger-bun,
.hamburger-patty {
	position: relative;
}

#navbar-toggle.navbar-toggle-active .icon-bar {
	background-color: #fff;
}

.navbar-toggle-active .bun-top,
.navbar-toggle-active .hamburger-patty {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggle-active .bun-top {
	top: 7px;
}

.navbar-toggle-active .hamburger-patty {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.navbar-toggle-active .bun-btm {
	bottom: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.visuallyhidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0,0,0,0);
	overflow: hidden;
}