/*nav*/
.fullmenu {
	display:none;
	position: fixed;
	width: 50%;
	height: 50%;
	left: 0;
	top: -100%;
	text-align: center;
	background: #000;
	overflow: hidden;
	z-index: 10004;
	-webkit-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); 
}
.fullmenu img {
	opacity: 1; 
}
.fullmenu:after {
	content: '';
	position: absolute;
	left: 30px;
	top: 0;
	width: 50%;
	max-width:319px;
	height: 33%;
	/*background: url(../images/backs/bambus.png) no-repeat;*/
	background-size: contain;
	pointer-events: none;
}
.mostrar_menu {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.fullmenu .mod_menu {
	position: absolute;
	overflow: hidden;
	/*background-size:30%;*/
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-moz-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	-o-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
	transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000) .8s;
}
.fullmenu.mostrar_menu .mod_menu {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.fullmenu .mod_menu:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.fullmenu .cont_menu_redes {
	    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -4px;
    margin-top: 10%;
}
.fullmenu ul {
	display: block;
	position: relative;
}
.fullmenu ul li {
	position: relative;
	display: block;
	width: 100%;
}
.fullmenu ul li a {
	position: relative;
	display: block;
	margin:.3em 0;
	font-family: 'SourceSansPro-It';
    text-align: left;
	color: #00ADEE;
	font-size: 1.8em;
	font-weight: 400;
	line-height:2em;
	letter-spacing: normal;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #000;
	padding-left: 10px;
}
.fullmenu ul li a:hover, .fullmenu ul li.current a {
	/*background:rgba(0,144,69,.3);*/
	color: #919191;
	border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #FCA503;
}
/*termina nav*/

/*lines button*/

button.lines-button {
	display:none;
	position: fixed;
	top: 0;
	right: 0;
	padding: 46px 20px;
	margin: 0;
	line-height: 5px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	background: none;
	border: 0;
	z-index:10005;
}
.lines-button:hover {
	opacity: 1;
}
.lines-button:active {
	transition: 0;
}
.lines {
	position: relative;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.lines:before, .lines:after {
	position: absolute;
	display: block;
	width: 60px;
	height: 5px;
	background: #FFF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	left: 0;
	content: '';
	-webkit-transform-origin: 60px center;
	-moz-transform-origin: 60px center;
	transform-origin: 60px center;
}
.lines:before {
	top: 14px;
}
.lines:after {
	top: -14px;
}
.lines-button:hover .lines:before {
	top: 16px;
}
.lines-button:hover .lines:after {
	top: -16px;
}
.lines-button.close {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.lines-button.x.close .lines {
	background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0 !important;
	width: 60px;
}
.lines-button.x.close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
/*termina lines button*/



@media screen and (max-width:1366px) {

}
@media screen and (max-width:1200px) {

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:900px) {
}

@media screen and (max-width:768px) {
.redes {
    right: 30%;
}

.headervisible .logo {
    top: 10px;
}
.mainmenu {
	display:none;
}
.fullmenu {
	display:block;
	background: #080449;
}
button.lines-button {
	display:block;
	padding: 30px 20px;
	line-height: 4px;
}
.lines {
	width: 40px;
	height: 4px;
	background: #dd812d;
}
.lines:before,
.lines:after {
	width: 40px;
	height: 4px;
	background: #dd812d;
}
.lines:before {
	top: 10px;
}
.lines-button:hover .lines:before {
	top: 12px;
}
.lines:after {
	top: -10px;
}
.lines-button:hover .lines:after {
	top: -12px;
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
	width: 40px;
}
/*slider*/
/*.sliderwrapper {
	width:140%;
	margin:0 -13%;
}
.sliderwrapper .navigation-container {
	margin:0 15% !important;
}
.djslider-default .navigation-container img {
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	transform:scale(.8);
}
.djslider-default .navigation-container img:hover {
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	transform:scale(.9);
}
section .ls-fullwidth .ls-nav-prev, section .ls-fullwidth .ls-nav-next {
	-webkit-transform:scale(.8);
	-moz-transform:scale(.8);
	transform:scale(.8);
}
section .ls-fullwidth .ls-nav-prev:hover, section .ls-fullwidth .ls-nav-next:hover {
	-webkit-transform:scale(.9);
	-moz-transform:scale(.9);
	transform:scale(.9);
}
/*intro*/
.cont_quienes {
    width: 70%;
}
div#mod_aparta {
    width: 100%;
}
.slide-text h2 {
    font-size: 2.5em;
}

/*Patrocinadores*/
li.rl_tabs-tab.nn_tabs-tab.nav-item:before{
    top: auto;
    margin-top: .4em;
}

/*Registro*/
.cont_registro {
    display: initial;
}
.cont_pasos, .pasos_2, .pasos_3 {
    width: 50%;
    margin-left: 25%;
    height: 355px;
}
.cont_pasos h3, .pasos_2 h3, .pasos_3 h3 {
    font-size: 2.5em;
}
.cont_registro .caja_icono {
    float: initial;
}
.cont_pasos.flex-center:after, .pasos_2:after{
    display:none;
}
.cont_pasos.flex-center:before, .pasos_2:before{
   display:none;
}
ul.sigFreeClassic{
    padding: 8px 0 6% 0px !important;
}
ul#set-rl_tabs-1{
   padding-left: 0px;
}

/*Contacto*/
div#contacto .custom {
    width: 100%;
}
.datos{
    width: 40%;
}
/*Login*/
div#lp-popup {
    left: 20%;
    top: 25%;
    width: 60%;
}

/*26-03-2018*/
p.franja_azul {
    font-size: 1.1em !important;
}
p.franja_bca {
    font-size: 1.1em !important;
    padding: 15px 3px;
}
header.header {
    height: 100px;
}
.main_banner{
    margin-top: 100px;
}
.login {
    right: 10%;
}
img.torneo12 {
    max-width: 40%;
    top: -65%;
}
p.aparta {
    top: -60%;
    padding: 10px 30px 10px 30px;
    font-size: 1.3em;
}
img.adiac {
    margin-right: 0;
}
.slide-text h2 img {
    width: 80%;
}
/*Formularios*/
.rsform-block.rsform-block-informacion {
    margin: 5%;
}
.rsform-block-persona {
    width: 100% !important;
    margin: 0 !important;
}
.formResponsive .formHorizontal .rsform-block {
    width: 85% !important;
    margin: 2% 10% 0;
}
.rsform-block-informacion {
    padding-top: 5%;
}
.formResponsive .formHorizontal .formControlLabel {
    font-size: 1em;
}
.formResponsive .formHorizontal p.formDescription {
    margin-top: -20px !important;
}
.rsform-block.rsform-block-enviar {
    padding-bottom: 10%;
}
}

@media screen and (max-width:685px) {
img.torneo12 {
    max-width: 30%;
    top: -65%;
}
p.aparta {
    top: -65%;
    padding: 10px 20px 10px 20px;
    font-size: 1.2em;
}
img.adiac {
    width: 40%;
}
p.franja_azul {
    width: 60%;
    margin-left: 40% !important;
}
p.franja_bca {
    width: 60%;
    margin-left: 40% !important;
}
p.franja_bca:before{
    width: 93%;
}
.cont_aparta {
    width: 100%;
    padding-bottom: 3em;
}
}

@media screen and (max-width:568px) {
.custom.mod_btn_login {
    right: 13%;
}
.logo {
    width: 120px;
}
.logo:after{
    top: 75%;
}
.custom.mod_btn_login {
    right: 11%;
}
.header {
    height: 90px !important;
}
.main_banner {
    margin-top: 17%;
}
.datos {
    width: 50%;
}
/*banner imagenes*/
.slide-text h2 {
    font-size: 2em;
/*    position: absolute;*/
    margin-left: 50%;
    margin-bottom: -1%;
}
p.franja_azul {
    width: 60%;
    margin-left: 35% !important;
    font-size: 1em !important;
}
p.franja_bca {
    width: 63%;
    margin-left: 38% !important;
    font-size: 1em !important;
}
p.franja_bca:before{
    width: 89%;
}

div#djslider-loader115, div#djslider115, #djslider115 ul.djslider-in > li, div#djslider-loader118, div#djslider118, #djslider118 ul.djslider-in > li {
    height: 400px !important;
}

/*Circulo*/
.titulo {
    width: 120px;
    height: 120px;
}
.cont_aparta p.fecha {
    font-size: 1.3em;
}
.titulo h3 span {
    font-size: 1.4em;
}

/*Registro*/
.cont_pasos, .pasos_2, .pasos_3 {
    width: 56%;
    margin-left: 23%;
}
div#mod_testimonios .custom .frase p {
    width: 65%;
    font-size: 1em;
}
div#mod_memorias h2 {
    font-size: 2em;
}
.titulo_general h2 {
    font-size: 2em;
}
div#patrociandores h2 {
    font-size: 2em;
}
.rl_tabs.outline_content>.tab-content>.tab-pane {
    width: 100%;
    margin-bottom: 5%;
}

ul#set-rl_tabs-1:before{
    display:none;
}
ul#set-rl_tabs-1 {
    bottom: -1%;
    width: 104% !important;
    margin-right: -2%;
}

/*Contacto*/
div#contacto {
    margin-top: 5%;
}
/*.lines {
    width: 30px;
    height: 2px;
}
.lines:before, .lines:after {
    width: 30px;
    height: 2px;
}
.lines:before {
    top: 7px;
}
.lines:after {
    top: -7px;
}
.fullmenu {
    height: 100%;
}
.fullmenu ul li a {
	font-size: 1.3em;
    line-height: 210%;
}*/
.fullmenu {
    width: 85%;
    height: 100%;
    text-transform: uppercase;
}

/*Login*/
div#lp-popup {
    left: 9%;
    top: 25%;
    width: 80%;
}


/*Registro*/
h1.custom-title-line.top {
    font-size: 2em;
}
.formSpan12 .rsform-block.rsform-block-informacion {
    font-size: .9em;
}
.formResponsive .formHorizontal .formControlLabel {
    font-size: .8em;
}
.formResponsive .formHorizontal p.formDescription {
    font-size: .5em !important;
}
.rsform-block.rsform-block-costo {
    font-size: .9em;
}

.rl_tabs.nn_tabs.outline_handles.outline_content.top.align_left.has_effects {
    margin-top: -8%;
}
ul#set-rl_tabs-2 {
    bottom: -28%;
}
div#contacto {
    margin-top: 7%;
}

/*26-03-2018*/
p.aparta {
    top: -65%;
    padding: 5px 15px 5px 15px;
    font-size: 1em;
}
img.adiac {
    margin-bottom: -5%;
    margin-top: 1%;
}
img.torneo12 {
    max-width: 30%;
    top: -90%;
    left: 11%;
}
p.informes {
    font-size: .9em;
    margin-bottom: 1%;
}
.rsform-block.rsform-block-persona {
    margin-left: -10% !important;
}
}


@media screen and (max-width:480px) {
.logo {
    width: 100px;
}
button.lines-button {
    display: block;
    padding: 20px 20px;
    line-height: 4px;
}
.login{
    top: 10px;
    right: 13%;
}
.header {
    height: 60px !important;
}
.redes {
    right: 40%;
}
.custom.mod_btn_login {
    right: 15%;
}
.lines {
    width: 35px;
    height: 3px;
}
.lines:before {
    top: 8px;
}
.lines:after {
    top: -8px;
}
.lines:before, .lines:after {
    width: 35px;
    height: 3px;
}
.fullmenu ul li a {
    font-size: 1.3em;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    width: 35px;
}
.lines-button:hover .lines:before {
    top: 8px;
}
.lines-button:hover .lines:after {
    top: -8px;
}

/*Intro*/
.main_banner {
    margin-top: 15%;
}
p.franja_azul {
    width: 70%;
    margin-left: 27% !important;
}
a.btn_banner {
    margin-left: 15%;
    display: initial;
    padding: 5px 35px;
}
p.franja_azul:after{
     width: 90%;
}
.slide-text h2 {
    font-size: 1.3em;
    margin-left: 50%;
    margin-bottom: 3%;
}

/*Quienes somos*/
.cont_quienes {
    width: 80%;
}

/*Circulo*/
.titulo {
    width: 90px;
    height: 90px;
}
.titulo:before{
    width: 70px;
    height: 70px;
}
.titulo h3 {
    font-size: 1em;
}
.cont_aparta p.fecha {
    font-size: 1.2em;
}

/*Registro*/
.cont_pasos, .pasos_2, .pasos_3 {
    width: 65%;
    margin-left: 19%;
    height: 370px;
}
.cont_pasos h3, .pasos_2 h3, .pasos_3 h3 {
    font-size: 2em;
}
.pasos_2 h3 span:after, .pasos_3 h3 span:after{
    top: -5px;
}

/*Patrocinadores*/
.rl_tabs.outline_content>.tab-content>.tab-pane {
    margin-bottom: 6%;
}
ul#set-rl_tabs-1:before{
   display: none;
}
ul#set-rl_tabs-2:before{
    display:none;
}
ul#set-rl_tabs-2:after{
    display:none;
}
ul#set-rl_tabs-1{
  font-size: .9em;
}

/*Contacto*/
.datos {
    width: 60%;
}
div#contacto .custom {
    background-position: right;
}

/*header y menu*/
/*.header {
	height:42px;
}
.logo {
    width: 100px;
    height: 30px;
    overflow: hidden;
    top: 5px;
}

button.lines-button {
	padding: 20px 15px;
	line-height: 2px;
}
.lines {
	width: 30px;
	height: 2px;
}
.lines:before,
.lines:after {
	width: 30px;
	height: 2px;
}
.lines:before {
	top: 8px;
}
.lines-button:hover .lines:before {
	top: 10px;
}
.lines:after {
	top: -8px;
}
.lines-button:hover .lines:after {
	top: -10px;
}
.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
	width: 30px;
}

.fullmenu ul li a {
    font-size: 1.2em;
}*/
/*slider*/
/*.djslider-default .navigation-container img {
	-webkit-transform:scale(.6);
	-moz-transform:scale(.6);
	transform:scale(.6);
}
.djslider-default .navigation-container img:hover {
	-webkit-transform:scale(.7);
	-moz-transform:scale(.7);
	transform:scale(.7);
}
section .ls-fullwidth .ls-nav-prev, section .ls-fullwidth .ls-nav-next {
	-webkit-transform:scale(.6);
	-moz-transform:scale(.6);
	transform:scale(.6);
}
section .ls-fullwidth .ls-nav-prev:hover, section .ls-fullwidth .ls-nav-next:hover {
	-webkit-transform:scale(.7);
	-moz-transform:scale(.7);
	transform:scale(.7);
}*/
div#mod_testimonios .custom .frase:before, div#mod_testimonios .custom .frase:after {
    background: url(../../../images/iconos/linea.png) 100% 100% no-repeat;
    background-size: cover !important;
    height: 200px;
    display: inline-block;
    margin-left: 2%;
}
/*Login*/
div#lp-popup{
    left: 5%;
    width: 90%;
}
.lp-button-wrapper.clearfix ul li a {
    font-size: .9em;
}
button.lp-button{
    padding: 2px 12px 2px;
    font-size: 1em;
}
/*formulario registro*/
.formResponsive .formHorizontal .rsform-block {
    width: 80%;
    margin-left: 7%;
}
.formResponsive input[type="submit"], .formResponsive button[type="submit"]{
    right: 12%;
}

.pasos_2 h3 span:after, .pasos_3 h3 span:after{
    border-top: 14px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #2e3191;
    top: -1px;
}
ul#set-rl_tabs-2 {
    width: 105%;
    margin-left: -2%;
    font-size: .9em;
}

/*26-03-2018*/
img.torneo12 {
    top: -50%;
    left: 13%;
}
img#prev88 {
    width: 7%;
}
img#next88 {
    width: 7%;
}
p.aparta {
    top: -55%;
    padding: 5px 20px 5px 20px;
    font-size: .9em;
}
img.adiac {
    margin-bottom: -10%;
    margin-top: 4%;
}
p.franja_bca {
    width: 61%;
    margin-left: 40% !important;
    font-size: .9em !important;
}
img#pause88 {
    width: 7%;
}
div#mod_frases-us .slide-desc p {
    font-size: 1.2em;
}
.rsform-block.rsform-block-persona {
    margin-left: -18% !important;
}
}

@media screen and (max-width:440px) {
.rsform-block.rsform-block-persona label {
    font-size: .7em;
}
.rsform-block.rsform-block-tipopersona label {
    font-size: .7em;
    padding: 4px 15px;
}
}

@media screen and (max-width:375px) {
.main_banner {
    margin-top: 20%;
}
.logo:after{
   display:none;
}
.lines {
    width: 25px;
    height: 2px;
}
.lines:before, .lines:after {
    width: 25px;
    height: 2px;
}
.fullmenu ul li a {
    font-size: 1em;
}

/*Intro*/
.redes {
    right: 45%;
}
p.franja_azul {
    width: 100%;
    margin-left: 1% !important;
    margin-bottom: 0%;
    font-size: .9em !important;
}
.slide-text h2 {
    font-size: 1em;
    margin-left: -36%;
    margin-bottom: -4%;
}
a.btn_banner{
     margin-left: 15%;
}
/*a.btn_banner {
    margin-left: 20%;
    display: initial;
    padding: 5px 20px;
    font-size: .9em;
    margin-top: 3%;
    position: absolute;
}
.slide-text p {
    margin-left: -30%;
}*/
p.franja_bca {
    width: 100%;
    margin-left: 0% !important;
    margin-bottom: -3%;
    font-size: .8em !important;
}
/*Quienes somos */
section.quienes h2 {
    font-size: 1.5em;
}
.cont_quienes {
    width: 90%;
}
.cont_quienes p {
    font-size: .9em;
}

/*Circulo*/
.titulo {
    width: 75px;
    height: 75px;
}
.titulo:before {
    width: 50px;
    height: 50px;
    top: -20px;
}
.titulo h3 {
    font-size: .9em;
}
.cont_aparta p.fecha {
    font-size: 1em;
}

/*Registro*/
.titulo_general h2 {
    font-size: 1.5em;
}
.cont_pasos, .pasos_2, .pasos_3 {
    width: 80%;
    margin-left: 12%;
}
.cont_pasos h3, .pasos_2 h3, .pasos_3 h3 {
    font-size: 1.8em;
}
p.pas {
    font-size: 1.3em !important;
}
/*Memorias */
div#mod_memorias h2 {
    font-size: 1.5em;
}

/*Patrocinadores*/
div#patrociandores h2 {
    font-size: 1.5em;
}
.rl_tabs.outline_content>.tab-content>.tab-pane {
    margin-bottom: 10%;
    margin-top: -1%;
    margin-left: -3%;
}
ul#set-rl_tabs-1 {
    padding-left: 0px;
    bottom: -16px;
}
ul#set-rl_tabs-2 {
    bottom: -30px;
}
div#patrociandores p img {
    margin-bottom: 10%;
}

/*Contacto*/
.datos {
    width: 80%;
}
.datos h2 {
    font-size: 1.8em;
}
div#mod_testimonios .custom .frase:before, div#mod_testimonios .custom .frase:after {
    background: url(../../../images/iconos/linea.png) 100% 100% no-repeat;
    background-size: cover !important;
    height: 200px;
    display: inline-block;
    margin-left: 2%;
}

/*Login*/
ul.lp-right.lp-link-wrapper{
    float: left;
}
div#lp-popup{
    top: 20%;
}

/*formulario registro*/
h1.custom-title-line.top {
    font-size: 1.8em;
    margin-top: -8%;
}

.pasos_2 h3 span:after, .pasos_3 h3 span:after{
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 12px solid #2e3191;
    top: -1px;
}
ul#set-rl_tabs-1 li a span {
    font-size: 0.9em;
    margin-left: -4px;
    margin-right: -4px;
}
ul#set-rl_tabs-2 li a span {
    margin-left: -2px;
    margin-right: -8px;
}

/*26-03-2018*/
div#mod_frases-us .slide-desc p {
    font-size: 1em;
}
p.aparta {
    top: -65%;
    padding: 5px 15px 5px 15px;
    font-size: .75em;
}
img#next88 {
    width: 6%;
}
img#prev88 {
    width: 6%;
}
img#pause88 {
    width: 6%;
}
img.torneo12 {
    top: -60%;
    left: 10%;
}
.slide-text h2 img {
    margin-right: 3%;
}
img.adiac {
    margin-bottom: -6%;
    margin-top: 0%;
    width: 20%;
}
p.informes {
    font-size: .8em;
}
h2.tituloBanner2 img {
    margin-bottom: 10%;
}
a.btn_banner {
    margin-top: -4%;
    font-size: .85em;
    padding: 5px 20px;
    margin-left: -5%;
    display: initial;
}
h2.tituloBanner2 img {
    margin-left: 50%;
    margin-bottom: 4%;
    width: 50%;
}
.formSpan12 .rsform-block.rsform-block-informacion {
    font-size: .8em;
}
.formResponsive .formHorizontal .formControlLabel {
    font-size: .65em;
}
.rsform-block.rsform-block-tipopersona {
    margin-bottom: 9% !important;
}
.rsform-block.rsform-block-persona label, .rsform-block.rsform-block-tipopersona label {
    font-size: .6em;
}
}
@media screen and (max-width:320px) {
body {
	font-size:.9em;
}
.redes {
    right: 50%;
}
.header {
    height: 65px !important;
}

/*Intro*/
.slide-text p {
    margin-left: -100%;
}
p.franja_bca {
    font-size: .8em;
    margin: 2%;
}
.main_banner .slide-desc-text.slide-desc-text-default{
    width: 98%;
    float: left;
}
p.franja_azul{
    margin-left: -1% !important;
    font-size: .8em;
}
.slide-text h2 span {
    font-size: .7em;
}
.slide-text p {
    margin-left: 0%;
    padding: 1%;
}
.slide-text h2 {
    font-size: 1em;
    margin-left: -30%;
    margin-top: 4%;
}
img.torneo12 {
    top: -10%;
    left: 10%;
}
a.btn_banner{
    margin-left: 50%;
}
p.aparta {
    top: -14%;
}

/*Quienes somos*/
section.quienes h2 {
    font-size: 1.3em;
}
.cont_quienes p {
    font-size: .8em;
}

.titulo {
    width: 65px;
    height: 65px;
}
.titulo h3 {
    font-size: .8em;
}

.titulo_general h2 {
    font-size: 1.3em;
}
.cont_pasos, .pasos_2, .pasos_3 {
    width: 90%;
    margin-left: 7%;
}
.cont_pasos h3, .pasos_2 h3, .pasos_3 h3 {
    font-size: 1.5em;
}
p.pas {
    font-size: 1.2em !important;
}
div#mod_memorias h2 {
    font-size: 1.3em;
}
div#patrociandores h2 {
    font-size: 1.3em;
}
li a span {
    font-size: .8em;
}
ul#set-rl_tabs-2 {
    bottom: -46px;
}
.datos {
    width: 95%;
}
.frase p {
    width: 76%;
    font-size: .9em;
}
div#mod_testimonios .custom .frase:before, div#mod_testimonios .custom .frase:after {
    background: url(../../../images/iconos/linea.png) 100% 100% no-repeat;
    background-size: cover !important;
    height: 185px;
    display: inline-block;
}


/*menu*/
.fullmenu .cont_menu_redes {
	width: 70%;
}

/*slider*/
/*.sliderwrapper {
	width:160%;
	margin:0 -10%;
}
.sliderwrapper .navigation-container {
	margin:0 20% !important;
}*/

.fullmenu ul li a {
    font-size: 1em;
}
.pasos_2 h3 span:after, .pasos_3 h3 span:after{
    height: 2px;
    border-top: 8px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 13px solid #2e3191;
    right: -12px;
    top: -1px;

}
}
/*terminan estilos responsive*/
