/*
CSS Reclutamiento
*/
/********Generales***********/
a {
    -webkit-transition:color 0.2s ease-in;
    -moz-transition:color 0.2s ease-in;
    -o-transition:color 0.2s ease-in;
    transition:color 0.2s ease-in;}
img {
    width: auto\9;
    /*height: auto; cveg*/
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/*****/
@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-light-webfont.woff') format('woff'),
        url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-light-webfont.svg#ProximaNovaLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/proximanova-bold.eot');
    src: url('../fonts/proximanova-bold.eot') format('embedded-opentype'),
        url('../fonts/proximanova-bold.woff') format('woff'),
        url('../fonts/proximanova-bold.ttf') format('truetype'),
        url('../fonts/proximanova-bold.svg#ProximaNovaBold') format('svg');
}
@font-face {
    font-family: 'ProximaNovaCondensedSemibold';
    src: url('../fonts/proximanovacond-semibold-webfont.eot');
    src: url('../fonts/proximanovacond-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanovacond-semibold-webfont.woff') format('woff'),
        url('../fonts/proximanovacond-semibold-webfont.ttf') format('truetype'),
        url('../fonts/proximanovacond-semibold-webfont.svg#ProximaNovaCondensedSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNovaCondensedLight';
    src: url('../fonts/proximanovacond-light-webfont.eot');
    src: url('../fonts/proximanovacond-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanovacond-light-webfont.woff') format('woff'),
        url('../fonts/proximanovacond-light-webfont.ttf') format('truetype'),
        url('../fonts/proximanovacond-light-webfont.svg#ProximaNovaCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbook';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald-regular-webfont.woff') format('woff'),
        url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
        url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald-light-webfont.woff') format('woff'),
        url('../fonts/oswald-light-webfont.ttf') format('truetype'),
        url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'halohandletter';
    src: url('../fonts/halohandletter-webfont.eot');
    src: url('../fonts/halohandletter-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/halohandletter-webfont.woff') format('woff'),
        url('../fonts/halohandletter-webfont.ttf') format('truetype'),
        url('../fonts/halohandletter-webfont.svg#ProximaNovaCondensedSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{font-family: 'ProximaNovaLight',helvetica,sans-serif;}
#wrapper{
    -moz-box-shadow:    0px 0px 5px 2px #656565;
    -webkit-box-shadow: 0px 0px 5px 2px #656565;
    box-shadow:         0px 0px 5px 2px #656565;
    margin: 0 auto;
    width: 810px;
}
#contenido{
    overflow: hidden;
}
/*INDEX*/
.title{
    color: #c90081;
    font-family: 'oswaldbook';
    font-size: 3.2em;
    line-height: 60px;
    text-align: center;
}
.blanco{
    color: #fff;
    font-family: 'oswaldbook';
    font-size: 2.6em;
    padding: 3% 0 2%;
    text-align: center;
    text-shadow: 2px 2px 1px #1F1F1F;
}
#intro{
    background-size: 100%;
    padding-bottom: 18%;
}
/*Slider Intro*/
.rslides {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rslides li:first-child {
    display: block;
    float: left;
    position: relative;
}
.rslides img {
    border: 0;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
#intro h1{
    color: #c90081;
    font-family: 'oswaldbook';
    font-size: 3.75em;
    padding: 4% 0 0;
    text-align: center;
}
#intro h1 span{
    font-size: .5em;
}
.in{
    margin: 0 auto;
    padding: 12px 0 0;
    width: 65%;
}
/*BENEFICIOS*/
#contBene{}
#contBene .pBebeficios{
    color: #000;
    font-size: 2em;
    padding: 3% 3% 0;
    text-align: center;
}
#contBene .pBebeficios span{
    font-family: 'ProximaNovaCondensedSemibold';
    font-size: 1.2em;
}
#contBene ul{
    overflow: hidden;
    padding: 4% 1%;
}
#contBene ul li{
    border: 6px solid #f0f0f0;
    -webkit-box-shadow: 0 0 3px 1px #8A8A8A;
    box-shadow: 0 0 3px 1px #8A8A8A;
    float: left;
    margin-right: 13px;
    position: relative;
    width: 30%;
}
#contBene ul li img{
    display: block;
    width: 100%;
}
#contBene ul li p{
    background: url('../images/bgMorado.png') repeat;
    bottom: 5%;
    text-shadow: 2px 2px 1px #1F1F1F;
    color: #fff;
    font-family: 'oswaldbook';
    font-size: 1.5em;
    padding: 5% 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
/*TESTIMONIOS*/
#contTest{
    background: rgb(96,8,81); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwMDg1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzgzMWY3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FlMjY5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzgzMWY3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDA4NTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(96,8,81,1) 0%, rgba(131,31,114,1) 14%, rgba(174,38,151,1) 50%, rgba(131,31,114,1) 82%, rgba(96,8,81,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,8,81,1)), color-stop(14%,rgba(131,31,114,1)), color-stop(50%,rgba(174,38,151,1)), color-stop(82%,rgba(131,31,114,1)), color-stop(100%,rgba(96,8,81,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(96,8,81,1) 0%,rgba(131,31,114,1) 14%,rgba(174,38,151,1) 50%,rgba(131,31,114,1) 82%,rgba(96,8,81,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(96,8,81,1) 0%,rgba(131,31,114,1) 14%,rgba(174,38,151,1) 50%,rgba(131,31,114,1) 82%,rgba(96,8,81,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(96,8,81,1) 0%,rgba(131,31,114,1) 14%,rgba(174,38,151,1) 50%,rgba(131,31,114,1) 82%,rgba(96,8,81,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(96,8,81,1) 0%,rgba(131,31,114,1) 14%,rgba(174,38,151,1) 50%,rgba(131,31,114,1) 82%,rgba(96,8,81,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600851', endColorstr='#600851',GradientType=0 ); /* IE6-8 */
    padding: 2% 0;
}
.par{
    color: #fff;
    font-size: 1.15em;
    text-align: center;
}
.senoras{
    overflow: hidden;
    padding: 3%;
}
.senoras li{
    float: left;
    width: 33.33%;
}
.senoras li p{
    color: #fff;
    font-family: 'ProximaNovaCondensedLight';
    font-size: 1.07692308em;
    padding: 5% 0;
    text-align: center;
    text-transform: uppercase;
}
.senoras li .imgMask{
    border: 8px solid #b483ac;
    border-radius: 50%;
    -webkit-box-shadow: 3px 2px 4px 1px #2A0A38;
    box-shadow: 3px 2px 4px 1px #2A0A38;
    height: 175px;
    margin: 0 auto;
    overflow: hidden;
    width: 175px;
	cursor: pointer;
}
/* Botones */
a#btn_cerrar{
    background-image: url("../images/btn_cerrar.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 29px;
    right: -15px;
    overflow: hidden;
    position: absolute;
    top: -15px;
    width: 29px;
    z-index: 1000;
	cursor: pointer;
}
a#btn_cerrar:hover{
    background-position: 0 -29px;
    cursor:pointer;
}

/* videobullets */
.videobullets{
    overflow: hidden;
    /*padding: 230px;*/
	padding-top: 45%;
	padding-left: 20%;
	padding-right: 20%;
	/*background-position:  100px;*/
}
.videobullets li{
    float: left;
    width: 33.33%;
}
.videobullets li p{
    color:  #b483ac;
	background: #b483ac;
    font-family: 'ProximaNovaCondensedLight';
    font-size: 1.07692308em;
    padding: 5% 0;
    text-align: center;
    text-transform: uppercase;
}
.videobullets li .imgMask{
    border: 1px solid #b483ac;
    border-radius: 50%;
    /*-webkit-box-shadow: 3px 2px 4px 1px #2A0A38;*/
    /*box-shadow: 3px 2px 4px 1px #2A0A38;*/
    height: 15px;
    margin: 0 auto;
    overflow: hidden;
    width: 15px;
	cursor: pointer;
	color:  #b483ac;
	background: #b483ac;
}
/*PASOS*/
#conPasos{
    background: url('../images/gplay.png') repeat;
    padding: 5% 0 3%;
}
.pasos{
    overflow: hidden;
    padding: 3%;
}
.pasos li{
    float: left;
    text-align: center;
    width: 33.33%;
}
.pasos li p{
    font-size: 1.25em;
    padding: 1% 7%;
}
/*FORMULARIO*/
/*Form*/
#conForm{
    background: rgb(96,8,81); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwMDg1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iIzgzMWY3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FlMjY5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzgzMWY3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MDA4NTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(96,8,81,1) 0%, rgba(131,31,114,1) 14%, rgba(174,38,151,1) 50%, rgba(131,31,114,1) 82%, rgba(96,8,81,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,8,81,1)), color-stop(14%,rgba(131,31,114,1)), color-stop(50%,rgba(174,38,151,1)), color-stop(82%,rgba(131,31,114,1)), color-stop(100%,rgba(96,8,81,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(96,8,81,1) 0%,rgba(131,31,114,1) 14%,rgba(174,38,151,1) 50%,rgba(131,31,114,1) 82%,rgba(96,8,81,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(96,8,81,1) 0%,rgba(131,31,114,1) 14%,rgba(174,38,151,1) 50%,rgba(131,31,114,1) 82%,rgba(96,8,81,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(96,8,81,1) 0%,rgba(131,31,114,1) 14%,rgba(174,38,151,1) 50%,rgba(131,31,114,1) 82%,rgba(96,8,81,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(96,8,81,1) 0%,rgba(131,31,114,1) 14%,rgba(174,38,151,1) 50%,rgba(131,31,114,1) 82%,rgba(96,8,81,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600851', endColorstr='#600851',GradientType=0 ); /* IE6-8 */
    padding: 4% 0 6%;
}
#form{
    margin: 0 auto;
    padding: 4% 0 0;
    width: 70%;
}
#form .txtinput { 
    border-style: solid;
    border-width: 1px;
    border-color: #A5258F;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
    color: #343434;
    display: block;
    font-family: 'ProximaNovaLight';
    font-size: 1.53846154em;
    margin-bottom: 20px;
    padding: 2%;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    width: 96%;
}
#form .txtinput:focus { 
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(241, 153, 226, 0.9);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(241, 153, 226, 0.9);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(241, 153, 226, 0.9);
    outline: 0 none; 
}
#form input[type=checkbox] {display: none;}
#form input[type=checkbox]:checked + label:before {
    content: "\2713";
    color: #17BCC0;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
#form #checkbox{box-sizing: border-box; padding:1% 0 5%;width:100%;}
#form .check1{
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    float:none;
    font-size: 1.23076923em;
    margin-right: 15px;
    position: relative;
    padding-left: 25px;
    width:90%;
}
#form .check1:before {
    background-color: #f1f1f1;
    bottom: 1px;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    content: "";
    display: inline-block;
    height: 16px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 16px;
}
#form #submitbtn{
    background: #17bcc0;
    border: none;
    -webkit-box-shadow: 2px 2px 4px 1px #2A0A38;
    box-shadow: 2px 2px 4px 1px #2A0A38;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'oswaldlight';
    font-size: 2.30769231em;
    margin: 0 auto;
    padding: 2% 0;
    text-align: center;
    width: 42%;
}
#form #submitbtn:hover{
    background: #ed63ad;
}
/*DUDAS*/
.titleDuda{
    color: #c90081;
    font-family: 'oswaldbook';
    font-size: 4.61538462em;
    text-align: center;
    text-transform: uppercase;
}
.tel{
    color: #343434;
    font-family: 'ProximaNovaBold';
    font-size: 4em;
    overflow: hidden;
    padding: 2% 0 0;
    text-align: center;
}
.tel .txt{
    color: #17bcc0;
    font-family: 'oswaldbook';
    font-size: 0.8em;
}
/*COMENTARIO FACEBOOK*/
#conCom{
    padding: 6% 0 0%;
}
#conCom .title{
    font-size: 2.5em;
}#conCom p{
    color: #717171;
    font-family: 'halohandletter';
    font-size: 4.2em;
    padding: 0 0 3%;
    text-align: center;
}
.comentario{
    margin: 0 auto;
    width: 80%;
}
/*FOOTER*/
footer p{
    background: #831f72;
    color: #f1f1f1;
    font-size: 0.9em;
    line-height: 17px;
    padding: 6% 7%;
    text-align: justify;
}
footer p a{
    color: #f1f1f1;
    text-decoration: none;
}
footer p a:hover{
    text-decoration: underline;
}
footer .aste{
    padding-top: 0;
}
.imgFooter{}
.imgFooter img{
    display: block;
    width: 100%;
}

/**************************************************************************************MEDIAS QUERYS*******************/
/* #### Desktops #### */
@media screen and (min-width: 1024px){
    #wrapper{/*border: 1px solid DeepPink;*/width: 810px;}
    #intro{background: url(../images/bgIntro.jpg) no-repeat;}
    #sliderIntroB{display: none;}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    #wrapper{/*border: 1px solid Red;*/width: 810px;}
	#intro{background: url(../images/bgIntro.jpg) no-repeat;}
	#sliderIntroB{display: none;}
}
@media screen and (min-width: 20px) and (max-width: 767px){
    #wrapper{/*border: 1px solid chocolate;*/
             -moz-box-shadow:    none;
             -webkit-box-shadow: none;
             box-shadow:         none;
             width: 100%;}
    #intro{ background: url(../images/bgIntro2.jpg) no-repeat; background-size: 100%;padding-bottom: 0;}
    #sliderIntroA{display: none;}
    #sliderIntroB{display: block;}
    #intro h1{font-size: 3em;}
    #contBene ul li{width: 29%;}
    #contBene ul li:first-of-type{margin-left: 10px;}
    .senoras li .imgMask{border: 4px solid #b483ac;height: 120px; width: 120px;}
    .titleDuda{font-size: 3em;}
    .tel{font-size: 2.5em;}
    #conCom .title{font-size: 2em;}
    #conCom p{font-size:3em;padding: 0 2% 3%}
    #form #submitbtn{width: 90%;}
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait){
    #wrapper{/*border: 1px solid GreenYellow;*/width: 100%;}  
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape){
    #wrapper{/*border: 1px solid orchid;*/width: 70%;}  
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
    #wrapper{/*border: 1px solid blueviolet;*/width: 100%;}
    #intro h1{font-size: 2.5em;line-height: 50px;padding: 4% 11% 0;}
    #contBene ul{padding: 0 1% 4%;;}
    #contBene ul li{border: 3px solid #f0f0f0; float: left; margin-right: 13px;margin-bottom: 14px;width: 40%;}
    #contBene ul li:first-of-type{margin-left: 20px;}
    #contBene ul li:last-of-type{float: none; clear: left; margin: 0 auto; width: 40%;}
    .blanco{font-size: 2em;padding: 3% 0 2%;}
    .par{padding: 1% 3%;}
    #conPasos .title{font-size: 2.5em; line-height: 50px;}
    #conCom .title{line-height: 35px;}
    #conCom p{font-size: 2.5em; padding: 2% 8% 3%;}
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
    #wrapper{/*border: 1px solid forestgreen;*/width: 100%;}
    #intro h1{font-size: 2em;line-height: 40px;padding: 4% 8% 0;}
    .in{padding: 0;width: 100%;}
    .title{font-size: 2.5em;}
    #contBene ul{padding: 0 1% 4%;;}
    #contBene ul li{border: 3px solid #f0f0f0; float: left; margin-right: 13px; margin-bottom: 14px;width: 40%;}
    #contBene ul li:first-of-type{margin-left: 20px;}
    #contBene ul li:last-of-type{float: none; clear: left; margin: 0 auto; width: 40%;}
    .blanco{font-size: 2em;padding: 3% 0 2%;}
    .par{padding: 1% 3%;}
    .senoras li .imgMask{border: 4px solid #b483ac;height: 75px; width: 75px;}
    #conPasos .title{font-size: 1.9em; line-height: 35px;}
    .pasos li{width: 50%;}
    .pasos li:last-of-type{float: none; clear: left; margin: 2% auto; width: 80%;}
    #form{width: 90%;}
    #form .txtinput{font-size: 1.5em; padding: 4% 2%; text-align: center;}
    #form .check1:before{height: 25px; width: 25px;}
    #form .check1{font-size: 1em;padding-left: 30px;}
    #form input[type="checkbox"]:checked + label:before{font-size: 2em;}
    .titleDuda{font-size: 2.5em;}
    .tel{font-size: 2em;}
    .tel .txt{display: block;margin-bottom: 3%;}
    #conCom .title{line-height: 35px;}
    #conCom p{font-size: 2.75em; padding: 2% 6% 3%;}
    .comentario{width: 95%;}
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
    #wrapper{/*border: 1px solid LightBlue;*/width: 100%;}
    #contBene ul li{border: 3px solid #f0f0f0; float: left; margin-right: 13px;margin-bottom: 14px;width: 28%;}
    #contBene ul li:first-of-type{margin-left: 10px;}
    #contBene ul li:last-of-type{float: left; clear: none; margin: 0; width: 28%;}
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
    #wrapper{/*border: 1px solid Orange;*/width: 100%;}
    #intro h1{font-size: 2em;line-height: 40px;padding: 4% 8% 0;}
    .in{padding: 0;width: 100%;}
    .title{font-size: 2.5em;}
    #contBene ul{padding: 0 1% 4%;;}
    #contBene ul li{border: 3px solid #f0f0f0; float: left; margin-right: 13px;margin-bottom: 14px;width: 40%;}
    #contBene ul li:first-of-type{margin-left: 20px;}
    #contBene ul li:last-of-type{float: none; clear: left; margin: 0 auto; width: 40%;}
    .blanco{font-size: 2em;padding: 3% 0 2%;}
    .par{padding: 1% 3%;}
    .senoras li .imgMask{border: 4px solid #b483ac;height: 75px; width: 75px;}
    #conPasos .title{font-size: 1.9em; line-height: 35px;}
    .pasos li{width: 50%;}
    .pasos li:last-of-type{float: none; clear: left; margin: 2% auto; width: 80%;}
    #form{width: 90%;}
    #form .txtinput{font-size: 1.5em; padding: 4% 2%; text-align: center;}
    #form .check1:before{height: 25px; width: 25px;}
    #form .check1{font-size: 1em;padding-left: 30px;}
    #form input[type="checkbox"]:checked + label:before{font-size: 2em;}
    .titleDuda{font-size: 2.5em;}
    .tel{font-size: 2em;}
    .tel .txt{display: block;margin-bottom: 3%;}
    #conCom .title{line-height: 35px;}
    #conCom p{font-size: 2.75em; padding: 2% 6% 3%;}
    .comentario{width: 95%;}
}
@media screen and (max-device-width: 480px) and (orientation: landscape){
    #wrapper{/*border: 1px solid black;*/width: 100%;}
    #contBene ul li{border: 3px solid #f0f0f0; float: left; margin-right: 13px;width: 28%;}
    #contBene ul li:first-of-type{margin-left: 10px;}
    #contBene ul li:last-of-type{float: left; clear: none; margin: 0; width: 28%;}
    .senoras li .imgMask{height: 100px; width:100px;}
    #form{width: 70%;}
    footer{font-size: 0.6em;line-height: 14px;}
}





