:root{
  --main-claro1:#8da0aa;
  --main-claro2:#c6c3bc;
  --main-dark1:#394c58;
  --main-dark2:#0f0f11;
  --main-blue:#324ebf;
}
html{
  width: 100%;
  height: 100%;
}
body{
  width: 100%;
  height: 100%;
  margin:0;
  position: relative;
  font-family: 'Montserrat',sans-serif;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #000;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  justify-content: center;
  background: #000;
}
header{
  position: fixed;
  /* top: 0;
  left: 0;
  width: 100%;
  height: 100vh; */
  top: 100px;
  right: calc(50% - 850px);
  z-index: 99;
  display: flex;
  justify-content: center;
}
.nnheader{
  /* width: 98%; */
  width: auto;
  /* max-width: 1700px; */
  /* margin: 100px auto auto; */
  display: flex;
  justify-content: flex-end;
}
.nnheaderlat{
  display: flex;
  flex-direction: column;
}
.nnglobosaludo{
  width: 48px;
  margin-right: 0;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border-bottom-right-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  box-shadow: 0 0 20px 2px #454242;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnsaludotxt{
  width: 0;
  max-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnsaludotxt h4{
  color: #454242;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  margin: 4px;
  width: calc(100% - 8px);
}
.nnsaludotxt h4 span{
  font-size: 13px;
  font-weight: bold;
}
.nnsaludobut{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nnsaludobut button{
  margin: 4px;
  border-style: none;
  border-radius: 8px;
  width: calc(100% - 8px);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(60deg,#1350ac,#083270);
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nnsaludobut button:hover{
  background: #fff;
  color: #454242;
}
.nnsaludoimg{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 4px;
  overflow: hidden;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnsaludoimg img{
  width: 100%;
  height: 100%;
}
.nnglobocontact{
  width: 48px;
  height: 48px;
  color: #fff;
  text-align: center;
  display: flex;
  cursor: pointer;
  justify-content:center;
  margin: 20px 0 auto auto;
}
.nnglobocontact:hover{
  color: #f4c98a;
}
.nnglobocontact h1{
  text-align: center;
  margin: auto;
  font-size: 25px;
  text-shadow: 0 0 10px #454242;
}
footer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
}
.nnfooterbox{
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.nnfooterbox1{
  width: 25%;
  max-width: 80px;
  margin: auto;
  justify-content: center;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnfooterbox1 button{
  margin: auto;
  border-style: none;
  width: 80%;
  display: flex;
  color: #12bd85;
  background: none;
  cursor: pointer;
}
.nnfooterbox1 button:hover{
  color: #454242;
}
.nnfooterbox1 button h1{
  margin: auto;
  font-size: 40px;
  text-align: center;
}
.nnfooterbox1 button img{
  width: 100%;
  filter: drop-shadow(0 0 0 #fff);
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnfooterbox1 button img:hover{
  filter: drop-shadow(0 0 10px #fff);
}
.nnfooterbox2{
  width: 50%;
  display: flex;
  justify-content: center;
}
.nnfootercenter{
  border-radius: 40px;
  width: 100%;
  height: 80px;
  margin: 0;
  display: flex;
  background: linear-gradient(0deg,#1c1e33,#182069 20%,#182069 80%,#1c1e33);
}
.nnfootercenter button{
  border-style: none;
  background: none;
  width: calc(100% / 3);
  font-size: 25px;
  margin: auto;
  color: #def4f2;
  text-align: center;
  cursor: pointer;
  text-shadow: 0 0px 00px #bfcbd0;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nnfootercenter button:hover{
  font-size: 30px!important;
  color: #b5fff9!important;
  text-shadow: 0 0 15px #8b999e!important;
}
.nnsectionbox{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnsectionfondo{
  position: absolute;
  top: 0;
  left: -5%;
  z-index: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnsectionfondo h1,.nnfondovideo h1{
  text-align: left;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 20px #121525;
  width: 60%;
  margin: 100px auto;
}
.nnfondovideo{
  position: relative;
  width: 100%;
}
.nnfondovideo video{
  position: absolute;
  height: 100vh;
  width: 100vh;
  left: calc(50% - 50vh);
  top: 0;
  z-index: -1;
}
.nnsectionbox1{
  position: relative;
  width: 60%;
  height: 100%;
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnsectionboxfondo{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url('../assets/fondos/fondo-gris.png');
  background-position: center;
  background-size: cover;

  /* background: linear-gradient(240deg,#dbdfe4,#fff); */
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnsectioncontent{
  width: 90%;
  height: 80%;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-right: 0;
  z-index: 2;
}
.nnsectionpoints{
  width: 100%;
  display: flex;
  justify-content: center;
  height: 32px;
}
.nnsectionpoints button{
  border-style: none;
  background: none;
  text-align: center;
  height: 20px;
  margin: 2px;
  color: var(--main-blue);
  cursor: pointer;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nnsectionpoints button:hover{
  font-size: 14px!important;
  color: #2ca475;
}
.nnsectionbox2{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
  height: calc(100% - 32px);
}
.nnsectionbox2-but{
  width: 10%;
  display: flex;
  justify-content: center;
}
.nnsectionbox2-but button{
  border-style: none;
  background: none;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  color: var(--main-blue);
  cursor: pointer;
  text-align: center;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nnsectionbox2-but button:hover{
  font-size: 25px;
  color: #2ca475;
}
.nnsectionbox3{
  width: 80%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  /* height: 320px; */
}
.nncarruselcentr{
  margin: auto;
  position: relative;
  height: 100%;
  width: 100%;
}
.nncarrusel{
  overflow: hidden;
  /* overflow-y: auto; */
  height: 100%;
  position: absolute;
  top: 0;
  margin: auto;
  display: flex;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nncarruselbox{
  margin: auto 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  max-height: 60vh;
}
.carruseltitle{
  width: 100%;
  margin: auto;
  margin-bottom: 5px;
}
.carruseltitle h1{
  font-size: 30px;
  text-align: center;
  margin: 4px auto;
  color: var(--main-blue);
}
.carruselvideo{
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 5px;
}
.carruselvideo iframe{
  height: 320px;
}
.nnsectionform{
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nnform{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.nnform h1{
  text-align: center;
  color: var(--main-blue);
  font-size: 20px;
  margin: 8px auto;
}
.nnformbox{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 4px auto;
}
.nnformbox label{
  width: 1005;
  margin: 1px 0;
  color: var(--main-blue);
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}
.nnformbox input,.nnformbox select,.nnformbox textarea{
  width: calc(100% - 8px);
  border-style: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  color: #454242;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  padding: 4px;
  border-bottom: 1px solid var(--main-blue);
}
.nnformbox select{
  width: 100%;
}
.nnformbox textarea{
  font-family: 'Montserrat',sans-serif;
}
::placeholder {
  color: #b8c1c3;
}
.nnform button{
  margin: 4px auto;
  padding: 5px 10px;
  border-style: none;
  border-radius: 15px;
  background: linear-gradient(60deg,#1350ac,#083270);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnform button:hover{
  background: #fff;
  color: #454242;
}
.zonaing{
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 2px #454242;
}
.botoning{
  border-style: none;
  background: none;
  padding: 10px 12px;
  margin: 0;
  text-align: right;
  font-size: 20px;
  color: #454242;
  font-weight: bold;
  cursor: pointer;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.botoning:hover{
  background: #fff;
  color: #454242;
}
.listaing{
  display: flex;
  flex-direction: column;
  width: 100%;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.listaing a{
  text-decoration: none;
  width: calc(100% - 24px);
  color: #454242;
  font-size: 18px;
  text-align: right;
  padding: 5px 12px;
  margin: 0;
  cursor: pointer;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.listaing a:hover{
  background: #454242;
  color: #fff;
}
.nncarrutest{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nncarrusel::-webkit-scrollbar {
    -webkit-appearance: none;
}

.nncarrusel::-webkit-scrollbar:vertical {
    width:0px;
}

.nncarrusel::-webkit-scrollbar-button:increment,.nncarrusel::-webkit-scrollbar-button {
    display: none;
}

.nncarrusel::-webkit-scrollbar:horizontal {
    height: 8px;
}

.nncarrusel::-webkit-scrollbar-thumb {
    background-color: none;
    border-radius: 20px;
    border: 0px solid var(--main-turq);
}

.nncarrusel::-webkit-scrollbar-track {
    border-radius: 10px;
}
.nncarruselbox::-webkit-scrollbar {
    -webkit-appearance: none;
}

.nncarruselbox::-webkit-scrollbar:vertical {
    width:0px;
}

.nncarruselbox::-webkit-scrollbar-button:increment,.nncarruselbox::-webkit-scrollbar-button {
    display: none;
}

.nncarruselbox::-webkit-scrollbar:horizontal {
    height: 8px;
}

.nncarruselbox::-webkit-scrollbar-thumb {
    background-color: none;
    border-radius: 20px;
    border: 0px solid var(--main-turq);
}

.nncarruselbox::-webkit-scrollbar-track {
    border-radius: 10px;
}
.nntitleimg{
  position: absolute;
  z-index: -1;
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
}
.nntitleimg img{
  width: 50%;
  margin: auto;
}
.nntesticlubimg{
  width: 60%;
  margin: 30px auto 0;
  overflow: hidden;
  max-height: 500px;
}
.nntesticlubimg img{
  width: 100%;
}
.nntitleusuclub{
  width: 100%;
}
.nntitleusuclub h1{
  margin: 5px auto;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
}
.nntitleusuclub h1 span{
  font-weight: bold;
}
.nntestiopts{
  width: 100%;
  display: flex;
  justify-content: center;
}
.nntestiglobo{
  background: #fff;
  margin: 4px;
  width: calc(40% - 8px);
  border-radius: 8px;
  display: flex;
  justify-content: center;
}
.nntestiglobo h3{
  font-size: 25px;
  color: #22759e;
  margin: auto;
  margin-right: 1px;
}
.nntestiglobo h1{
  font-size: 30px;
  color: #000;
  margin: auto 5px auto 1px;
  font-weight: bold;
}
.nntestiglobo h4{
  font-size: 15px;
  color: #454242;
  margin: auto;
  font-weight: normal;
  text-align: center;
  margin-left: 0;
}
.nnminibotonvideo{
  background: #fff;
  margin: 4px;
  width: calc(20% - 8px);
  border-radius: 8px;
  display: flex;
  justify-content: center;
}
.nnminibotonvideo button{
  border-style: none;
  border-radius: 4px;
  background: linear-gradient(60deg,#6da9e0,#0745a7);
  margin: 4px;
  font-size: 20px;
  width: calc(100% - 8px);
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nnminibotonvideo button:hover{
  background: #454242;
}
.nntestitext, .nntestitext1, .nntestitext2, .nntestitext3, .nntestitext4 {
  width: calc(90% - 10px);
  margin: 40px auto;
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

.nntestitext h3, .nntestitext1 h3, .nntestitext2 h3 , .nntestitext3 h3 , .nntestitext4 h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #454242;
  margin: 20px;
  text-align: justify;
}

.nntestitext h3 i{
  font-size: 40px;
}
.nntestitext h1{
  font-size: 18px;
  font-weight: normal;
  color: #454242;
  margin: 0 20px;
  text-align: right;
}
.nntestitext h4{
  font-size: 14px;
  font-weight: bold;
  color: #454242;
  margin: 4px 20px 20px;
  text-align: right;
}
.nncarruseltext{
  width: 100%;
  display: flex;
  margin: auto;
  margin-top: 5px;
  flex-direction: column;
}
.nncarruseltext h1,.nncarruseltext h2,.nncarruseltext h3{
  margin: 5px;
  text-align: center;
  color: #454242;
}
.nncarruseltext h1{
  font-size: 25px;
  font-weight: bold;
}
.nncarruseltext h2{
  font-size: 18px;
  font-weight: bold;
}
.nncarruseltext h3{
  font-size: 14px;
  font-weight: normal;
}
.carruseltitlecorp{
  width: 60%;
  max-width: 200px;
  margin: auto;
  margin-bottom: 2px;
}
.carruseltitlecorp h1{
  font-size: 35px;
  font-weight: normal;
  text-align: left;
  margin: 0;
}
.carruseltitlecorp h2{
  font-size: 40px;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
.nncorpprof{
  width: 60%;
  max-width: 200px;
  margin: 0 auto 20px;
}
.nncorpprof h4{
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
.nncorptext{
  width: 90%;
  margin: 0 auto auto;
}
.nncorptext h4{
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
.popupvideo{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content:center;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popupcerrar{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popupvideo0{
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
  margin: auto;
  margin-bottom: 5px;
}
.popupvideo0 button{
  background: none;
  border-style: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  text-shadow: 0 0 0 #fff;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popupvideo0 button:hover{
  text-shadow: 0 0 6px #fff;
}
.popupvideo1{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 0;
}
.carruselvideobut{
  width: 70px;
  height: 70px;
  margin: 2px auto;
}
.carruselvideobut button{
  display: block;
  box-shadow: 0 0 10px 2px #454242;
  border: 2px solid #fff;
  background: linear-gradient(60deg,#151E2F,#A6A9B0);
  color: #fff;
  text-shadow: 0 0 3px #141b28;
  font-size: 15px;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  cursor: pointer;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.carruselvideobut button:hover{
  background: linear-gradient(90deg,#151E2F,#A6A9B0);
}
.nngrow{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2px auto auto;
}
.nngrow0{
  width: 100%;
  max-width: 250px;
  display: flex;
  justify-content: center;
  margin: 10px auto;
}
.nngrow1{
  width: 65px;
  height: 65px;
  text-align: center;
  margin: auto;
  display: flex;
}
.nngrow1 h2{
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: auto;
  color: #454242;
}
.nngrow1 h2 i{
  font-size: 50px;
  color: #454242;
}
.nngrow2{
  width: auto;
  max-width: 200px;
  margin: auto 5px;
}
.nngrow2 h2{
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: auto;
  color: #454242;
}
.nngrow2 h2 span{
  font-size: 30px;
  font-weight: bold;
}
@media(max-width: 1700px){
  header{
    right: 2%;
  }
}
@media(max-width: 800px){
  header{
    top: 5px;
  }
  .zonaing{
    margin-bottom: 60px;
  }
  .botoning{
    padding: 0 5px;
    margin: 4px 0;
    font-size: 12px;
    text-align: center;
  }
  .nnsectionbox{
    flex-direction: column;
  }
  .nnsectionfondo{
    width: 100%;
    height: 60%;
    left: 0;
  }
  .nnsectionfondo h1,.nnfondovideo h1{
    text-align: left;
    font-size: 20px;
    color: #fff;
    width: 50%;
    margin: 10px;
    text-shadow: 0 0 12px #121525;
  }
  .nnsectioncontent{
    width: 100%;
    margin-right: auto;
  }
  .nnsectionbox1{
    width: 100%;
    height: 60%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
  }
  #boxfondo{
    height: 70%;
  }
  #fondo4{
    height: 35%;
  }
  #fondo2{
    height: 45%;
  }
  #fondo1{
    height: 45%;
  }
  #fondo3{
    height: 50%;
  }
  .nnsectionboxfondo{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .nnsectioncontent{
    margin-top: 5px;
    height: calc(100% - 100px);
  }
  /* .nnsectionbox3{
    height: 100%;
  } */
  .carruselvideo{
    height: calc(100% - 60px);
  }
  .carruselvideo iframe{
    height: 100%;
  }
  .nnsectionform{
    width: 95%;
  }
  .nnfondovideo video{
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .nntestiglobo h3{
    font-size: 20px;
  }
  .nntestiglobo h1{
    font-size: 20px;
  }
  .nntestiglobo h4{
    font-size: 11px;
  }
  .nntestitext h3, .nntestitext1 h3, .nntestitext2 h3 , .nntestitext3 h3 ,.nntestitext4 h3   {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #454242;
    margin: 20px;
    text-align: justify;
  }
  .nntestitext h3 i{
    font-size: 30px;
  }
  .nntestitext h1{
    font-size: 14px;
    font-weight: normal;
    color: #454242;
    margin: 0 20px;
    text-align: right;
  }
  .nntestitext h4{
    font-size: 12px;
    font-weight: bold;
    color: #454242;
    margin: 4px 20px 20px;
    text-align: right;
  }
  .nncarruseltext h1{
    font-size: 18px;
    font-weight: bold;
  }
  .nncarruseltext h2{
    font-size: 14px;
    font-weight: bold;
  }
  .nncarruseltext h3{
    font-size: 12px;
    font-weight: normal;
  }
  .nnsectionbox2-but button{
    font-size: 20px;
  }
  .nngrow1 h2 i{
    font-size: 40px;
  }
  .nngrow2 h2{
    font-size: 15px;
  }
}
