@charset "UTF-8";
/* Body */
body {
	font-family: 'Montserrat', sans-serif;
	background-color: #F5FCFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: regular 400;
    color:#3E4245;
}
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
  /*  list-style: none;*/
    box-sizing: border-box;
}
.listaEquipo{
    padding: 0 0 0 30px;
}
.listaEquipo li{    
    list-style-type: circle;
    padding: 10px 0 !important;
    padding-left: 1px !important;
    list-style-position: outside;
    font-weight: 600;
    font-size: 1.1em;
}

/*––––––––––––––BOTONES LINK FUENTE––––––––––––––*/
.btnFuente {
    font-size: 0.88em;
border: 1px solid #87B9D0;
padding: 7px 20px;
color: #1698Af;
background: unset;
font-weight: 600;
vertical-align: middle;
text-align: center;
line-height: normal;
height: 34px;
width: 130px;
text-decoration: unset !important;
cursor: pointer;
display: block;
border-radius: 30px;
margin: 8px 0;
}
.btnFuente:hover {
opacity: 80%;
}
.btnFullBenef{
background-color: #86B8D0;
    font-size: 1em;
border: 1px solid #87B9D0;
padding: 11px 20px;
color: #ffffff;
font-weight: 600;
vertical-align: middle;
text-align: center;
line-height: normal;
height: 42px;
width: 350px;
text-decoration: unset !important;
cursor: pointer;
display: inline-block;
border-radius: 30px;
margin: 8px 0;
}
.btnFullBenef:hover {
opacity: 80%;
}
/*––––––––––––––BOTONOES LINK FUENTE––––––––––––––*/

/*––––––––––––––BANNER PRINCIPAL DE SECCION––––––––––––––*/
.bannerSeccion{
    margin-top:80px;
    background-color: #86B8D0;
    width: 100%;
    height: 320px;
    background-image: url("../img/banner_Seccion_TerapiaRadiofrecuencia.jpg");
    background-size:cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment:inherit;
}
.txtBannerSeccion{
    font-size:48px;
    color: white;
    font-weight: 500;
    display: inline-block;
    width: calc(70%);
    padding-top: 8%;
    margin-left: 10%;
    /*border: solid thin gray;*/
}

/*––––––––––––––BANNER PRINCIPAL DE SECCION––––––––––––––*/


/*––––––––––––––PRIMER PARRAFO DE SECCION––––––––––––––*/
.aboutSeccion{
    background-color: #86B8D0;
    text-align: center;
    padding: 3%;
    height: calc(20%);
}
/*––––––––––––––PRIMER PARRAFO DE SECCION––––––––––––––*/

/*––––––––––––––SEGUNDO PARRAFO DE SECCION––––––––––––––*/
.about2aSeccion, .about2bSeccion{
    min-height: 400px;
    color:inherit;
    padding: 5% 3% 5% 8%;
    
}
.TitAboutSeccion{
    font-weight: 700;
}
#about2aSeccion{    
    background-color: #ffffff;
    background-image: url("../img/Sec_Radiofrec1.jpg");
    background-size:calc(70%);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment:inherit;
}
#about2bSeccion{ 
    background-color: #fcfcfc;   
    background-image: url("../img/Sec_HPB_2.jpg");
    background-size:calc(70%);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment:inherit;
}
.about2aSeccion .text_column{
    font-weight: 300;
    width: 50%;
    
}
.about2aSeccion h2{
    width: 50%;
    
}
.about2bSeccion .text_column{
    font-weight: 300;
    width: 50%;
    
}
.about2bSeccion h2{
    width: 50%;
    
}

/*––––––––––––––SEGUNDO PARRAFO DE SECCION––––––––––––––*/


/*––––––––––––––TERCER PARRAFO DE SECCION––––––––––––––*/
.about3Seccion h2{
    width: 68%;
    
}


.about3Seccion{
    min-height: 400px;
    color:inherit;
    padding: 8% 3% 3% 35%;
}
#about3aSeccion{    
    background-image: url( "../img/seccion_Radiofrec_1.png");
    background-size: calc(25%) ;
    background-position: left 8% center;
    background-repeat: no-repeat;
}
#about3bSeccion{    
    background-image: url( "../img/seccion_Radiofrec_2.png");
    background-size: calc(25%) ;
    background-position: left 8% center;
    background-repeat: no-repeat;
}
#about3cSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Beneficios2.png");
    background-size: calc(25%) ;
    background-position: left 8% center;
    background-repeat: no-repeat;
}
#about3dSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Camaras.png");
    background-size: calc(25%) ;
    background-position: left 8% center;
    background-repeat: no-repeat;
}
.about3Seccion .text_column{
    font-weight: 300;
    width: 90%;
    
}

/*––––––––––––––TERCER PARRAFO DE SECCION––––––––––––––*/

/*––––––––––––––>>>>>>ESTILOS PARA MOVIL<<<<<<< ––––––––––––––*/

/*––––––––––––––BANNER PRINCIPAL SECCION **MOVIL**––––––––––––––*/
@media only screen and (max-width:958px)
{
.bannerSeccion{
    height: 380px;
    background-image: url("../img/banner_Seccion_TerapiaRadiofrecuencia.jpg");
    background-size:cover;
    background-position: center right 16%;
    background-repeat: no-repeat;
    background-attachment: inherit;
}
.txtBannerSeccion{
    font-size:36px;
    text-align: center;
    color: white;
    font-weight: light;
    display: inline-block;
    width: 70%;
    padding-top: 40%;
    margin-left: 15%;
    /*border: solid thin gray;*/
}
}
/*––––––––––––––TERCER PARRAFO DE SECCION **MOVIL**––––––––––––––*/
@media only screen and (max-width:958px)
{
.about2Seccion .text_column{
    font-weight: 300;
    width: 50%;
    
}
    .about2Seccion h2{
    width: 50%;
    
}
.about3Seccion h2{
    width: 60%;
    
}
    #about2bSeccion{ 
    background-color: #fcfcfc;   
    background-image: url("../img/Sec_Radiofrec1.jpg");
    background-size:calc(110%);
    background-position: right -30px top;
    background-repeat: no-repeat;
    background-attachment:inherit;
}
#about2aSeccion{    
    background-color: #ffffff;
    background-image: url("../img/Sec_Radiofrec1.jpg");
    background-size:calc(110%);
    background-position: right -30px top;
    background-repeat: no-repeat;
    background-attachment:inherit;
}
}

/*––––––––––––––TERCER PARRAFO DE SECCION **MOVIL**––––––––––––––*/
@media only screen and (max-width:958px){
    #about3aSeccion{    
    background-image: url( "../img/seccion_Radiofrec_1.png");
    background-size: calc(25%) ;
    background-position: left 8% top 6%;
    background-repeat: no-repeat;
}
#about3bSeccion{    
    background-image: url( "../img/seccion_Radiofrec_2.png");
    background-size: calc(25%) ;
    background-position: left 8% top 6%;
    background-repeat: no-repeat;
}
#about3cSeccion{    
    background-image: url( "../img/seccion_Radiofrec_3.png");
    background-size: calc(25%) ;
    background-position: left 8% top 6%;
    background-repeat: no-repeat;
}
#about3dSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Camaras.png");
    background-size: calc(25%) ;
    background-position: left 8% top 6%;
    background-repeat: no-repeat;
}
#about2aSeccion ul{
    padding: 0 0 0 30px;
    width: 45% !important;   
    position: inherit !important;
    background: none !important;
        width: 100%;
        height: inherit !important;
        top: inherit !important;
        left: inherit !important;
        text-align: left !important;
        transition: all .1s;
}
#about2bSeccion ul{
    padding: 0 0 0 30px;
    width: 45%;    
    position: inherit !important;
    background: none !important;
        width: 100%;
        height: inherit !important;
        top: inherit !important;
        left: inherit !important;
        text-align: left !important;
        transition: all .1s;
}
.about3Seccion ul{
    padding: 0 0 0 30px;
    width: 45%;    
    position: inherit !important;
    background: none !important;
        width: 100%;
        height: inherit !important;
        top: inherit !important;
        left: inherit !important;
        text-align: left !important;
        transition: all .1s;
}
.listaEquipo{
    padding: 0 0 0 30px;
    position: inherit !important;
    background: none !important;
        width: 100%;
        height: inherit !important;
        top: inherit !important;
        left: inherit !important;
        text-align: left !important;
        transition: all .1s;
    
}
.listaEquipo li{    
    list-style-type: circle;
    padding: 10px 0 !important;
    padding-left: 1px !important;
    list-style-position: outside;
    font-weight: 600;
    font-size: 1.1em;
    position: inherit !important;
    background-color: none !important;
}
}

@media (max-width: 1211px){
  
#about2aSeccion ul{
    padding: 0 0 0 30px;
    width: 45% !important;   
    position: inherit !important;
    background: none !important;
        width: 100%;
        height: inherit !important;
        top: inherit !important;
        left: inherit !important;
        text-align: left !important;
        transition: all .1s;
}
#about2bSeccion ul{
    padding: 0 0 0 30px;
    width: 45%;    
    position: inherit !important;
    background: none !important;
        width: 100%;
        height: inherit !important;
        top: inherit !important;
        left: inherit !important;
        text-align: left !important;
        transition: all .1s;
}
.about3Seccion ul{
    padding: 0 0 0 30px;
    width: 45%;    
    position: inherit !important;
    background: none !important;
        width: 100%;
        height: inherit !important;
        top: inherit !important;
        left: inherit !important;
        text-align: left !important;
        transition: all .1s;
}
.listaEquipo{
    padding: 0 0 0 30px;
    position: inherit !important;
    background: none !important;
        width: 100%;
        height: inherit !important;
        top: inherit !important;
        left: inherit !important;
        text-align: left !important;
        transition: all .1s;
    
}
.listaEquipo li{    
    list-style-type: circle;
    padding: 10px 0 !important;
    padding-left: 1px !important;
    list-style-position: outside;
    font-weight: 600;
    font-size: 1.1em;
    position: inherit !important;
    background-color: none !important;
}
}
