@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200&family=Inter:wght@200&display=swap');

@font-face { 
    font-family: 'Inter', sans-serif;
    font-weight: normal; 
    font-style: normal; 
}

@font-face { 
    font-family: 'Inter', sans-serif;
    font-weight: normal; 
    font-style: normal; 
}

@font-face { 
    font-family: 'Inter', sans-serif;
    font-weight: normal; 
    font-style: normal; 
}

@font-face { 
    font-family: 'Inter Tight', sans-serif;
    font-weight: normal; 
    font-style: normal; 
}

@font-face { 
  
    font-family: 'Inter Tight', sans-serif;
    font-weight: normal; 
    font-style: normal; 
}





*{
    outline: none !important;
}

body{
    font-family: 'Inter Tight', sans-serif;
    font-size: 22px;
    color: #5c5c5f;
    line-height: 27px;
}

body.pageBP{
    color: #313848;
}

body, p, span, h1, h2, h3, h4, h5, h6{
    font-weight: 300;
}

strong{
    font-weight: 600;
}

a:hover,
a{
    text-decoration: none;
}






/********************************************************************************
CABECERA
********************************************************************************/

.barra-header {
    padding: 50px 0 10px;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
}

nav.navbar {
    z-index: 99;
    padding-left: 0;
}

div#navbarSupportedContent {
    position: absolute;
    top: 100%;
    width: 100%;
}

nav{
    z-index: 9;
}

.navbar-toggler span {
    height: 3px;
    width: 30px;
    background-color: #fff;
    display: block;
    margin: 3px 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.navbar-toggler span:first-child {
    transform: rotate(0deg);
    position: relative;
    top: 0;
}

.navbar-toggler span:nth-child(2) {
    transform: rotate(0deg);
    position: relative;
    bottom: 0;
}

.navbar-toggler span:last-child {
    opacity: 1;
}

.navbar-toggler.in span:first-child {
    transform: rotate(-45deg);
    top: 2px;
}

.navbar-toggler.in span:nth-child(2) {
    transform: rotate(45deg);
    bottom: 4px;
}

.navbar-toggler.in span:last-child {
    opacity: 0;
}

.menu {
    overflow: hidden;
    height: 0;
    background-color: #fff;
    text-align: center;
    position: fixed;
    z-index: 2;
    width: 100%;
    z-index: 98;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.cierraMenu{
    width: 35px;
    cursor: pointer;
}

div.menu div {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0 , -50%);
}

.menu.in {
    height: 100%;
    overflow: visible;
}

/*
.overlay-video {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
}
*/

.menu a {
    color: #474e48 !important;
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
    text-decoration: none !important;
}

.colorPrimary,
.menu a.colorPrimary{
  color: #d0842c !important;
}

button.navbar-toggler {
    border: 0 !important;
    float: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.content-banner-main {
    margin-top: 150px;
    z-index: 9;
    position: relative;
    display: inline-block;
}

h1 {
    font-size: 65px;
    line-height: 70px;
    color: #5c5c5f;    
}

.btn-main {
    font-size: 25px;
    display: block;
    background-color: #d0842c;
    padding: 25px 0;
    font-family: 'Inter Tight', sans-serif;
    max-width: 390px;
    margin: 30px auto 0;
}

.pageIndustry .btn-main {
    background-color: #798e82;
}

.section-top form {
    margin-top: 154px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
    width: 100% !important;
    color: #babac2;
    font-family: 'Inter Tight', sans-serif;
    font-size: 20px;
    border: none;
    background-color: #f4f4f4;
    padding: 18px 20px 12px;
}

.formFooter input[type="text"], .formFooter input[type="email"], .formFooter input[type="tel"], .formFooter select{
    background-color: #fff
}

.pageIndustry .formFooter input[type="text"], .pageIndustry .formFooter input[type="email"], .pageIndustry .formFooter input[type="tel"], .pageIndustry .formFooter select,
.pageTech .formFooter input[type="text"], .pageTech .formFooter input[type="email"], .pageTech .formFooter input[type="tel"], .pageTech .formFooter select,
.pageManufacturing .formFooter input[type="text"], .pageManufacturing .formFooter input[type="email"], .pageManufacturing .formFooter input[type="tel"], .pageManufacturing .formFooter select,
.pageBP .formFooter input[type="text"], .pageBP .formFooter input[type="email"], .pageBP .formFooter input[type="tel"], .pageBP .formFooter select{
    background-color: #f4f4f4
}

.form-columns-2 label, .form-columns-1 label {
    display: none;
}

.form-columns-2 label.hs-error-msg, .form-columns-1 label.hs-error-msg {
    display: block;
}

form ul {
    padding: 0;
    list-style: none;
    font-size: 17px;
}

form ul.no-list.hs-error-msgs {
    color: red;
}

.hs_firstname,
.hs_lastname,
.hs_email,
.hs_phone{
    margin-bottom: 10px;
}

fieldset {
    max-width: 100% !important;
}

.form-columns-1 .legal-consent-container label {
    display: block;
    margin-top: 15px;
    line-height: 15px;
}

.legal-consent-container p {
    font-size: 12px;
    font-family: 'Inter Tight', sans-serif;
    color: #7f7f7f;
      line-height: 14px;
    margin-top: 14px;
}

.legal-consent-container span {
    font-size: 12px;
}

form.hs-form input[type="submit"] {
    background-color: #d0842c;
    border: 0 !important;
    font-size: 25px;
    padding: 16px 0;
    color: #fff;
    width: 300px;
    margin: 30px auto;
    display: block;
    font-family: 'Inter Tight', sans-serif;
}

.pageIndustry form.hs-form input[type="submit"] {
    background-color: #798e81;
}

.pageTech form.hs-form input[type="submit"],
.pageTech .bgPrimary,
.pageTech .btn-main{
    background-color: #718fc2;
}

.pageManufacturing form.hs-form input[type="submit"],
.pageManufacturing .bgPrimary,
.pageManufacturing .btn-main{
    background-color: #837870;
}

.pageBP form.hs-form input[type="submit"]{
    background-color: #4a597c;
}

.pageBP .bgPrimary{
    background-color: #f0f0f0;
}

.pageBP .btn-main{
    background-color: #4a597c;
}

.pageTech .box-beneficio {
    border: 1px solid #718fc2;
}

.pageTech h2,
.pageTech .bold{
    color: #718fc2;
}

.pageManufacturing h2,
.pageManufacturing .bold{
    color: #837870;
}

.pageBP h2,
.pageBP .bold{
    color: #4a597c;
}

h2{
    font-size: 40px;
    color: #d0842c;
}

.pageIndustry h2{
    color: #798e82;
}

.fondoColor{
    background-color: #f0f0f0;
}

.bold{
    font-family: 'Inter Tight', sans-serif;
    color: #d0842c;
}

.pageIndustry .bold{
    color: #798e81;
}

.box-beneficio {
    background-color: #fff;
    border: 1px solid #d0842c;
    padding: 26px;
}

.boxMetodologia {
    border-right: 1px solid #798e81;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pageIndustry .box-beneficio {
    background-color: #fbfbfb;
    border: 1px solid #798e81;
}

.box-especializacion {
    background-color: #8d8e93;
    padding: 46px 40px 36px;
}

.box-especializacion:hover,
 .box-especializacion:hover h3 span{
    background-color: #798e82;
}

.box-especializacion.boxTech:hover,
 .box-especializacion.boxTech:hover h3 span{
    background-color: #718fc2 ;
}

.box-especializacion.boxManufacturing:hover,
.box-especializacion.boxManufacturing:hover h3 span{
    background-color: #837870 ;
}

.box-especializacion.boxBP:hover,
.box-especializacion.boxBP:hover h3 span{
    background-color: #4a597c ;
}

.box-especializacion h3{
    font-size: 40px;
    line-height: 45px;
}

.box-especializacion h3 span {
    background-color: #8d8e93;
    padding: 0 15px;
}

.box-especializacion p {
    font-size: 20px;
    border: 1px dashed;
    padding: 40px 10px 32px;
    margin-top: -28px;
}

.box-especializacion a {
    font-size: 20px;
    color: #d0842c;
    width: 230px;
    background-color: #fff;
    display: block;
    padding: 12px 0;
    margin: 25px auto 0;
}

.box-especializacion:hover a span{
  color: #798e82;
}

.box-especializacion.boxTech:hover a span{
  color: #718fc2 ;
}

.box-especializacion.boxManufacturing:hover a span{
    color: #837870 ;
}

.box-especializacion.boxBP:hover a span{
    color: #4a597c ;
}

footer {
    color: #d0842c;
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/fondo-footer.jpg);
    padding: 73px 15px;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;cf7c2e
}

footer a{
    color: #cf7c2e !important;
}

.sectContacta {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backFooter.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 72%;
    padding-bottom: 30px;
    background-size: 25%;
}

.pageTech .sectContacta {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backFooterT.png);
}

.pageManufacturing .sectContacta {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backFooterM1.jpg);
}

.pageManufacturing .sectContacta > div {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backFooterM2.jpg);
}


.sectContacta > div{
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backFooter2.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 65%;
    background-size: 25%;
}

.pageTech .sectContacta > div{
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backFooter2T.png);
}

.sectEspecializacion {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backEspecializacion1.jpg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 3%;
    background-size: 30%;
}

.pageIndustry .sectEspecializacion {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/fondoMetodologia1.jpg);
    background-repeat: no-repeat;
    background-position-x: 6%;
    background-position-y: 0;
    background-size: 5%;
}

.pageTech .sectEspecializacion {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/fondoMetodologia1T.jpg);
    background-repeat: no-repeat;
    background-position-x: 6%;
    background-position-y: 0;
    background-size: 5%;
}

.sectEspecializacion > div {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backEspecializacion2.jpg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 100%;
    background-size: 5.7%;
    padding-bottom: 25px;
}

.pageTech .sectEspecializacion > div {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backEspecializacion2T.jpg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 100%;
    background-size: 5.7%;
    padding-bottom: 25px;
}

.pageIndustry .sectEspecializacion > div {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/fondoMetodologia2.jpg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 100%;
    background-size: 5.7%;
    padding-bottom: 25px;
    padding-bottom: 70px;
}

.pageManufacturing .sectEspecializacion {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/fondoMetodologia1-M.jpg);
    background-repeat: no-repeat;
    background-position-x: 100px;
    background-size: 6%;
    padding-bottom: 0;
    background-position-y: 0;
}

.pageManufacturing .sectEspecializacion > div {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/fondoMetodologia2-M.jpg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 100%;
    background-size: 6.7%;
    padding-bottom: 25px;
}

.imgTest {
    position: absolute;
    right: 0;
    top: -14px;
    width: 57%;
}

.pageIndustry .bgPrimary{
    background-color: #798e82;
}

.text32{
    font-size: 32px;
    line-height: 37px;
}

.boxFormaciones {
    padding: 50px 50px 60px;
    cursor: pointer;
}

.boxFormaciones1 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas1.jpg);
}

.boxFormaciones2 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas2.jpg);
}

.boxFormaciones3 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas3.jpg);
}

.boxFormaciones4 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas4.jpg);
}

.pageTech .boxFormaciones1 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas1T.jpg);
}

.pageTech .boxFormaciones2 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas2T.jpg);
}

.pageTech .boxFormaciones3 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas3T.jpg);
}

.pageTech .boxFormaciones4 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas4T.jpg);
}

.pageTech .boxFormaciones5 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas5T.jpg);
}

.pageManufacturing .boxFormaciones1 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas1M.jpg);
}

.pageManufacturing .boxFormaciones2 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas2M.jpg);
}

.pageManufacturing .boxFormaciones3 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas3M.jpg);
}

.pageManufacturing .boxFormaciones4 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas4M.jpg);
}

.pageManufacturing .boxFormaciones5 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas5M.jpg);
}

.pageManufacturing .boxFormaciones6 > ul > li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/mas6M.jpg);
}

.boxFormaciones > ul > li{
    list-style: none;
    padding-left: 102px;
    position: relative;
    background-repeat: no-repeat; 
}

.boxFormaciones > ul > li:after{
    position: absolute;
    content: "";
    width: 72px;
    height: 5px;
    background-color: #798e82;
    bottom: -20px;
}

.pageManufacturing .boxFormaciones>ul>li:after {
    background-color: #837870;
}

.pageTech .boxFormaciones > ul > li:after{
    background-color: #5F90C8;
}

.boxFormaciones li h4 {
    font-size: 24px;
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
}

.pageTech .boxFormaciones1,
.pageTech .boxFormaciones4{
    padding-bottom: 87px;
}

ul.bp {
    font-size: 24px;
    list-style: none;
    padding-left: 0;
}

ul.bp li {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/check.jpg);
    background-repeat: no-repeat;
    padding-left: 37px;
    margin-bottom: 20px;
    background-position-y: 2px;
}

.formacionesBP>div:first-child {
    border: 1px dashed #5a7497;
    text-transform: uppercase;
    font-family: 'Inter Tight', sans-serif;
    font-size: 20px;
}

.formacionesBP .mNegativoT {
    margin-top: -42px;
}

footer.text-center.footer2 {
    background-image: none;
    background-color: #cf7c2e;
    padding: 21px 15px;
}

footer.text-center.footer2 a,
footer.text-center.footer2 span{
    color:#fff !important;
}

.encabezaForm{
    position:absolute;
    top:100px;
}

.legal-consent-container a {
    font-family: 'Inter Tight', sans-serif;
    color: #7f7f7f;
    text-decoration: underline;
}

.imgLogo{
  max-width:350px
}

body.mainDF .imgTest {
    max-width: 550px;
}
































/********************************************************************************
RESPONSIVE
********************************************************************************/
@media (max-width: 1758px){
.area-top {
    background-position-x: -150px;
}
}


@media (max-width: 1592px){
.area-top {
    background-position-x: -250px;
}
}


@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1210px;
}
  
.navbar-expand-xxl {
    justify-content: space-between;
}
}


@media (max-width: 1399px){
.sectEspecializacion > div {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backEspecializacion2M.jpg);
    background-position-x: right;
    background-position-y: 95.5%;
    background-size: auto;
    padding-bottom: 121px;
}
}


@media (max-width: 1199px){
.imgTest {
    top: 0;
    width: 49%;
}

.sectEspecializacion {
    background-size: auto;
    padding-top: 121px;
}

h1 {
    font-size: 57px;
    line-height: 62px;
}

.box-especializacion {
    padding: 36px 20px 27px;
}
}



@media (max-width: 991px){
.encabezaForm {
    position: relative;
    top: 0;
    margin-top: 20px;
}
  
.pageTech .boxFormaciones1, .boxFormaciones4{
    padding: 50px 50px 60px;
}
  
.pageIndustry .sectEspecializacion{
    padding-top: 60px;
}

.pageIndustry .sectEspecializacion > div {
    padding-bottom: 60px;
}

.pageIndustry .sectEspecializacion,
.pageIndustry .sectEspecializacion > div,
.pageTech .sectEspecializacion,
.pageTech .sectEspecializacion > div,
.pageManufacturing .sectEspecializacion > div,
.pageManufacturing .sectEspecializacion{
    background-image: none;
}

.boxMenuM {
    margin-top: -41px;
}

.imgMenuMovil{
    width: 239px;
    position: relative;
    left: 16px;
}

.molinillo {
    position: absolute;
    right: -12px;
    top: -85px;
}

.area-top,
.section-top,
.overlay  {
    background-image: none;
}

.sectContacta > div {
    background-position-y: 34%;
}

.section-top form {
    margin-top: 30px;
}
}



@media (max-width: 767px){
.formacionesBP .mNegativoT.mb-0-M{
  margin-top:0;
}
  
.imgMenuMovil{
    left: 3px;
}

.navbar-toggler {
    padding: 0.25rem .0;
}

.imgDF{
    max-width: 190px;
}

.sectEspecializacion > div {
    background-image: url(https://4272053.fs1.hubspotusercontent-na1.net/hubfs/4272053/DEEPFOCUS/backEspecializacion2M.jpg);
    background-position-x: right;
    background-position-y: 98%;
    background-size: 339px;
    padding-bottom: 62px;
}

.sectEspecializacion {
    background-position-y: 1.5%;
    background-size: 386px;
    padding-top: 52px;
}

.sectContacta > div,
.sectContacta,
.pageTech .sectContacta > div,
.pageTech .sectContacta,
.pageManufacturing .sectContacta > div,
.pageManufacturing .sectContacta {
    background-image: none;
}

footer {
    padding: 55px 15px;
}

.barra-header {
    padding-top: 30px;
}

h2 {
    font-size: 28px;
}

h1 {
    font-size: 38px;
    line-height: 43px;
}
}


@media (max-width: 575px){
.text32 {
    font-size: 24px;
    line-height: 29px;
}

.boxFormaciones li h4 {
    font-size: 20px;
}

.boxFormaciones > ul > li {
    padding-left: 70px;
    background-size: 41px;
}

.boxFormaciones {
    padding: 20px 20px 30px;
}

.boxMetodologia {
    border-right: none;
}
}


@media (max-width: 480px){
.hs_firstname > div, .hs_lastname > div, .hs_email > div, .hs_phone > div,
.hs-fieldtype-select div:nth-child(3){
    margin-right: 0 !important;

}
}