@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;
}

/*––––––––––––––BOTONOES 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: #9fc6da;
    width: 100%;
    height: 120px;
    /*background-image: url("../img/banner_Seccion_CamaraHiperbarica.jpg");*/
    background-size:cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment:inherit;
}
.txtBannerSeccion{
    font-size:28px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    width: calc(70%);
    padding-top: 0;
    margin-left: 90px;
    /*border: solid thin gray;*/
}
.BTNregresar{
    position:relative; 
    top: 40px; 
    left:20px;
}

/*––––––––––––––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, .about2cSeccion{
    min-height: 400px;
    color:inherit;
    padding: 5% 3% 5% 8%;
    
}
.TitAboutSeccion{
    font-weight: 700;
}
#about2aSeccion{    
    background-color: #ffffff;
    background-image: url("../img/Sec_HPB_TLBNF_1.jpg");
    background-size:calc(70%);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment:inherit;
}
#about2bSeccion{ 
    background-color: #ffffff;   
    background-image: url("../img/Sec_HPB_TLBNF_2.jpg");
    background-size:calc(70%);
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment:inherit;
}
#about2cSeccion{ 
    background-color: #fcfcfc;   
    background-image: url("../img/Sec_HPB_TLBNF_3.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%;
    
}
.about2cSeccion .text_column{
    font-weight: 300;
    width: 50%;
    
}
.about2cSeccion 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_hiperbarica_Benef2_1.png");
    background-size: calc(25%) ;
    background-position: left 8% center;
    background-repeat: no-repeat;
}
#about3bSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Benef2_2.png");
    background-size: calc(25%) ;
    background-position: left 8% center;
    background-repeat: no-repeat;
}
#about3cSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Benef2_3.png");
    background-size: calc(25%) ;
    background-position: left 8% center;
    background-repeat: no-repeat;
}
#about3dSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Benef2_4.png");
    background-size: calc(25%) ;
    background-position: left 8% center;
    background-repeat: no-repeat;
}
#about3eSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Benef2_5.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{
    background-color: #9fc6da;
    height: 110px;
    /*background-image: url("../img/banner_Seccion_CamaraHiperbarica.jpg");*/
    background-size:cover;
    background-position: center right 16%;
    background-repeat: no-repeat;
    background-attachment: inherit;
}
.txtBannerSeccion{
    font-size:24px;
    text-align: left;
    color: white;
    font-weight: light;
    display: inline-block;
    width: 70%;
    margin-top: -20px;
    margin-left: 90px;
    /*border: solid thin gray;*/
}
.BTNregresar{
    position:relative; 
    top: 30px; 
    left:20px;
}
}
/*––––––––––––––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%;
    
}
#about2aSeccion{    
    background-color: #ffffff;
    background-image: url("../img/Sec_HPB_TLBNF_1.jpg");
    background-size:calc(110%);
    background-position: right -30px top;
    background-repeat: no-repeat;
    background-attachment:inherit;
}
    #about2bSeccion{ 
    background-color: #ffffff;   
    background-image: url("../img/Sec_HPB_TLBNF_2.jpg");
    background-size:calc(110%);
    background-position: right -30px top;
    background-repeat: no-repeat;
    background-attachment:inherit;
}
#about2cSeccion{    
    background-color: #fcfcfc;
    background-image: url("../img/Sec_HPB_TLBNF_3.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_hiperbarica_Benef2_1.png");
    background-size: calc(25%) ;
    background-position: left 8% top 6%;
    background-repeat: no-repeat;
}
#about3bSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Benef2_2.png");
    background-size: calc(25%) ;
    background-position: left 8% top 6%;
    background-repeat: no-repeat;
}
#about3cSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Benef2_3.png");
    background-size: calc(25%) ;
    background-position: left 8% top 6%;
    background-repeat: no-repeat;
}
#about3dSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Benef2_4.png");
    background-size: calc(25%) ;
    background-position: left 8% top 6%;
    background-repeat: no-repeat;
}
#about3eSeccion{    
    background-image: url( "../img/seccion_hiperbarica_Benef2_5.png");
    background-size: calc(25%) ;
    background-position: left 8% top 6%;
    background-repeat: no-repeat;
}
}
