

/*
@font-face {
    font-family: 'Manrope_regular';
    src: url(../font/Manrope-Regular.ttf) format("truetype");
    font-weight:100;
}

@font-face {
    font-family: 'Manrope_medium';
    src: url(../font/Manrope-Medium.ttf) format("truetype");
    font-weight:100;
}

@font-face {
    font-family: 'Manrope_bold';
    src: url(../font/Manrope-Bold.ttf) format("truetype");
    font-weight:100;
}

@font-face {
    font-family: 'Manrope_extra_light';
    src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
    font-weight:100;
}*/



body {
	/* font-family: 'Manrope', Helvetica, Arial, sans-serif; */
	font-family: "Poppins";
	margin-top: 0px; /* Mismo alto que header */
	min-height: 100% !important;
	height: 100%;	
	/* border:1px solid red; */
}

html {
    font-size: 10px;
    /*font-family: 'Manrope_regular', sans-serif!important;
    color: #1D1D1B;*/
}


section{
    /* border:1px solid pink; */
    padding: 70px 0;
}



h4 strong{
    font-weight: 500 !important;
}

strong{
    font-weight: 500;
}


p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: var(--blacknodi);
}
p span.main_color{
    color: var(--main_color);
}

h1{
    font-size: 2.5rem;
    font-weight: 300;
    position: relative;
}
/*
h1:after{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: red;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}*/

h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 30px;
}


ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}









:root {	--main_color: #007682; }  /*Anterior oficina: 37e0c1*/
:root {	--amarillonodi: #E3FF68; }  /*Anterior oficina: 37e0c1*/
:root {	--naranjanodi: #FF521B; }
:root {	--grisnodi: #8F8F8F; }
:root {	--blacknodi: #070707;}
:root {	--main_color10: #D5E8EA; }
:root {	--cremasecundario: #FFFDEA; }

:root {	--hover_verde_oficina: #22b499; }

:root {	--rojo: #E33F3F; }






/*
.text-bold {
    font-weight: bold;
}

.d_flex {
    display: flex;
}

.mb-10 {
    margin-bottom: 8rem!important;
}

.mt-7{
    margin-top: 5rem!important;
}
.video_position {
    padding-top: 0.5rem;
}*/
.form-control {
    border: 1px solid var(--main_color);
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
/* .form-control:focus {
    box-shadow: 0 0 0 0.2rem var(--main_color)80;
} */
.position_section {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
/*
.sp_section {
    margin-top: 3rem;
    border: 1px solid olive;
}*/

/*
.position_form {
    margin-top: 5rem;
    margin-bottom: 8rem;
}
.position_full {
    margin-top: 2rem;
}
.text_list p{
    line-height: 1.3;
}
.position_text_full {
    margin-top: 1.5rem;
}
.txt_video {
    padding-top: 3rem;
}*/
.navbar {
    background-color: var(--main_color);
    border-radius: 0 0 20px 20px;
    height: 85px;
}
.navbar-nav{
    background-color: var(--main_color);
    /* border: 1px solid red; */
    position: relative;
    /* width: 100%; */
}
.navbar-nav li{
   padding: 10px 0;
}
button.navbar-toggler{
    /* background-color: pink; */
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: none;
    outline: none;
    border-radius: 0;
    outline: 0 !important;
    border:none !important;
    box-shadow: 0 !important;
    border-color: transparent;
}



.navbar .navbar-toggler-icon {
    background-image: url("../img/IconoHamburguesa.svg") !important;
    /* background-size: 100%; */
    background-size: 30px;
    background-repeat: no-repeat;
}

 .navbar-toggler-icon{
    width: 100%;
    height: 40px;
    background-image: url("../img/IconoHamburguesa.svg") !important;
    background-size: 100%;
    background-repeat: no-repeat;
}

.gracias img {
    width: 230px;
    margin-top: -50px;
}

.navbar a.nav-link{
    color:#FFF;
    font-size: 1.5rem;
    /* background-color: red; */
    margin-left: 30px;
    transition: all .5s ease-in-out;
}
.navbar a.nav-link:hover{
    color: var(--amarillonodi);
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}












































/*
.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link,
.navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    background-color: transparent;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: rgba(0,0,0,0.7);
    background-color: var(--main_color);
}*/

.multiply{
    mix-blend-mode: multiply;
}
ul#redes_header{
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
    list-style: none;
}
ul#redes_header li{
   float: left;
   margin-left: 6px;
}
ul#redes_header li a img{
        width: 20px;
}


/*Botones*/

.btn-primary, button.btn-primary, a.btn-primary{
	background-color: var(--main_color);
	border-radius: 30px;
	padding: 5rem;
	color: white;
	font-size: 1.6rem;
	line-height:1.2rem;
	padding: 12px 45px 12px 20px;
	position: relative;
	border:none;
	z-index: 6;
}
.btn-primary.outline,button.btn-primary.outline{
	border: 1px solid #FFF;
	background-color: transparent;
}
.btn-primary:after, button.btn-primary:after{
	position: absolute;
	top: 50%;
	right: 6px;
	content: "";
	margin-top: -3px;
	width:7px;
	height:7px;
	border-radius: 50%;
	background-color: var(--amarillonodi);
	transition: all .15s ease-in-out;
}


.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    /* box-shadow: 0 0 0 0.2rem var(--main_color)80!important; */
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #000000!important;
    background-color: var(--main_color)!important;
    /* border: 3px solid var(--main_color)!important; */
}
.btn-primary.focus,
.btn-primary:focus {
    /* border-color: var(--main_color)!important; */
}



.btn-primary:hover{
	background-color: var(--amarillonodi);
	color: var(--main_color);
}

.btn-primary:hover:after{
	background-color: var(--main_color);
	width:8px;
	height:8px;
	right: -3px;
	margin-top: -4px;
}







img.mockup_inicial{
    width: 100%;
    max-width: 500px;
}
img.mockup_beneficios{
    width: 100%;
    max-width: 700px;
}
img.imgs_izquierda{
    width: 100%;
    max-width: 800px;
}
section.bg_crema{
    background-color: var(--cremasecundario);
}


ul#servicios_nodi{
    border: 1px solid var(--main_color);
    border-radius: 15px;
    padding: 50px 60px;
    width: 100%;
    max-width: 250px;
    margin: 40px 0;
}
ul#servicios_nodi li{
    color: var(--main_color);
   text-align: center;
   font-size: 2rem;
   line-height: 2rem;
   /* margin: 0 15px; */
   margin: 0 0px 65px 0;
   background-position: top center;
   background-size: 60px;
   background-repeat: no-repeat;
   /* padding-top: 100px; */
   padding-top: 70px;
}
ul#servicios_nodi li:last-child{
    margin-bottom: 20px;
}

ul#servicios_nodi li.cursos{background-image: url("../img/icon-cursos.svg");  background-size: 70px;}
ul#servicios_nodi li.contenidos{background-image: url("../img/icon-contenidos.svg");}
ul#servicios_nodi li.evaluaciones{background-image: url("../img/icon-evaluaciones.svg");}
ul#servicios_nodi li.certificados{background-image: url("../img/icon-certificados.svg");}














/*Imagenes*/
.img_large {
    width: 390px;
}

.cel_large {
    width: 240px;
    padding-top: 25px;
}

.img_medium {
    width: 210px;
}

.img_small {
    width: 100px;
}

.img_icon {
    width: 25px;
}

.giff_mac {
    width: auto;
    height: 450px;
}

.full_mac {
    width: 400px;
}

.tri_down {
    width: 30px;
}

/*Secciones*/
.cabecera {
    background-image: url(../img/cabecera.jpg);
    height: 65%; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    /* border: 1px solid red; */
    margin-top: 55px;
}
.nueva_cabecera {
    padding: 0;
    /* width: 100%; */
    background-image: none;
    height:auto; 
    /* border: 1px solid olive; */
    background-position: center; 
    background-repeat: no-repeat;
    /* background-size: cover; */
}



.uno img {
    position: absolute;
    width: 205px;
    left: 0;
    margin-top: -12px;
}

.dos img {
    position: absolute;
    width: 130px;
    right: 0;
    margin-top: -95px;
}

.tres img {
    position: absolute;
    width: 170px;
    left: 0;
    margin-top: 0px;
}

.cuatro img {
    position: absolute;
    width: 170px;
    right: 0;
    margin-top: 100px;
}

.cinco img {
    position: absolute;
    width: 200px;
    left: 0;
    margin-top: 300px;
}

.full {
    background-color: var(--main_color);
    text-align: center;
    height: 500px;
    vertical-align: middle;
    padding-top: 90px;
}

footer {
    background-color: var(--amarillonodi);
    text-align: center;
    color: var(--main_color);
    font-size: 1.3rem;
}




a.contacto_whatsapp{
	position: fixed;
	bottom: 20px;
	z-index: 9999;
	right: 20px;
	display: block;
	width: 55px;
	height: 55px;
	background-color: #3daa35;
	border-radius: 50%;
	background-image: url("../img/logo_wa_blanco.svg");
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: center;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.contacto_whatsapp:hover{
	background-color: #2a8123;
}




ul#contactos_footer{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
ul#contactos_footer li a{
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--main_color);
    transition: all .2s ease-in-out;
}
ul#contactos_footer li a:hover{
    color: #000;
}













/*Responsive*/

/*

@media (min-width: 992px) and (max-width: 1200px) { 
    .giff_mac {
        width: auto;
        height: 400px;
    }

 }

@media (max-width: 992px) { 
    .none_mobile {
        display: none;
    }
    .cel_large {
        width: 200px;
        padding-top: 25px;
    }
    .giff_mac {
        width: auto;
        height: 350px;
    }
    .video_position {
        padding-top: 2.5rem;
    }
    .txt_video {
        padding-top: 0;
        margin-top: -40px;
    }

    
}

@media (min-width: 992px) { 
    .none_web {
        display: none;
    }

    
}

@media (max-width: 768px) {
    .giff_mac {
        width: auto;
        height: 250px;
    }
    .tri_down {
        width: 20px;
    }
    .h1, h1 {
        font-size: 1.7rem;
    }
    .h3, h3 {
        font-size: 1.4rem;
    }
    .footer h4 {
        font-size: 0.8rem;
    }
    .h4, h4 {
        font-size: 1.2rem;
    }
    p {
        font-size: 15px;
    }
    .position_section {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
    .sp_section {
        margin-top: 0.5rem;
    }
    .position_form {
        margin-top: 0rem;
        margin-bottom: 3rem;
    }
    .position_list {
        padding-top: 3rem;
    }
    .video_position {
        padding-top: 0.5rem;
    }
    .txt_video {
        padding-top: 0;
        margin-top: 20px;
    }
    .cel_large {
        width: 175px;
        padding-top: 25px;
    }
    .box_full {
        margin-top: -2rem;
    }
    .full_mac {
        width: 315px;
    }
    .img_icon {
        margin-top: -15px;
    }
    .gracias img {
        width: 185px;
    }
    .logo {
        width: 30px;
    }


    .nueva_cabecera {
        background-image: none;
        height:auto; 
        margin-top: 55px;
    }

}

@media (max-width: 576px) {
    .img_large {
        width: 250px;
    }
    .cel_large {
        width: 120px;
        padding-top: 0px;
    }


    

    
}


*/ 






/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 



    
 }




/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    

    .nueva_cabecera {
        background-image: url(../img/nueva_cabecera.jpg);
        height: 450px;
        background-size: 180%;
        /* border: 2px solid red; */
    }

    ul#servicios_nodi{
        max-width: 1000px;
    }
    ul#servicios_nodi li{
        margin: 0 15px;
        padding-top: 100px;
     }


     h1{
        font-size: 3.5rem;
    }



 }




/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .nueva_cabecera {
        height: 650px;
        background-size: cover;
    }


    

    
 }




/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
 }




/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    
 }















/* Transiciones */
.contenedor {
    position: relative;
    margin: 5px auto;
    width: 600px;
    height: 250px;
    max-width: 100%;
    max-height: 100%;
}
.contenedor iframe {
position: absolute;
margin: auto;
left: 0; right: 0;
top: 0; bottom: 0;
border: 0;
width: 100%; height: 100%;
}