@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

img {
  max-width: max-content;
}

.animation-right-to-left {
  position: relative;
  animation: right-to-left 2s;
  transform: translate3d(0, 0, 0);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.animation-left-to-right {
  position: relative;
  animation: left-to-right 2s;
  transform: translate3d(0, 0, 0);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.animation-left-to-right.x2 {
  opacity: 0;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes right-to-left {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes left-to-right {
  0% {
    right: 100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

.underline-s {
  position: relative;
  margin-bottom: 80px;
}

.underline-s::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  height: 5px;
  width: 108px;
}

.underline-s.white::before {
  background: white;
}

.underline-s.blue::before {
  background: #1f2d5e;
}

.title-center {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  color: #1f2d5e;
}

.title-center::before {
  content: '';
  position: absolute;
  background: #1f2d5e;
  bottom: -25px;
  height: 5px;
  width: 108px;
  left: calc(50% - 54px);
}

.title-center.white::before {
  background: white;
}

h1 {
  /*font-size: 40px !important;*/
  font-family: 'Poppins' !important;
  line-height: initial !important;
}

h2 {
  font-size: 36px !important;
  font-family: 'Poppins' !important;
  line-height: initial !important;
}

h3 {
  font-size: 30px !important;
  font-family: 'Poppins' !important;
  line-height: initial !important;
}

h4 {
  font-size: 24px !important;
  font-family: 'Poppins' !important;
  line-height: initial !important;
}

h5 {
  font-size: 20px !important;
  font-family: 'Poppins' !important;
  line-height: initial !important;
}

p.text-18 {
  font-size: 18px !important;
  font-family: 'Montserrat' !important;
  line-height: initial !important;
}
p.text-16 {
  font-size: 16px !important;
  font-family: 'Montserrat' !important;
  line-height: initial !important;
}

.fw-200 {
  font-weight: 200;
}

.op-0 {
  opacity: 0;
}

.pos-rel {
  position: relative;
}

.white {
  color: white;
}

.blue {
  color: #1F2D5E;
}

.btn.btn-primary {
  background: #58b0fb;
  color: white;
  height: 60px;
  font-size: 18px;
  border: none;
  font-weight: 200;
  padding: 18px 24px;
  border-radius: 12px;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #1F2D5E;
  border: none;
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

body,
section,
div,
list,
button,
ul,
ol,
li,
input,
span,
p,
a {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

h1,
.h1,
h1 a {
    font-size: 40px;
}

h2,
.h2,
h2 a {
    font-size: 36px;

}

h3,
.h3,
h3 a {
  font-size: 30px;

}

h4,
.h4,
h4 a {
    font-size: 24px;

}

h5,
.h5,
h5 a {
    font-size: 20px;
}

.menu--simple-mega-menu.nav.navbar-nav>li.menu-item-link>span {
  cursor: pointer;
}


.menu--simple-mega-menu.nav.navbar-nav>li {
  padding: 20px 25px !important;
}

.menu-item-link {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
}

.header .navbar {
  margin-top: 40px;
}

.header .navbar .region {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 65px;
  width: auto;
  position: relative;
}

.header .navbar .region .right-item-nav {
  position: absolute;
  right: 0;
  padding: 24px 0;
}

.header .navbar .region .right-item-nav .right-item-nav-search {
  display: inline-block;
}

.header .navbar .region .right-item-nav .right-item-nav-menu {
  display: none;
}

.header .navbar .region .right-item-nav p {
  padding: 20px;
  color: white;
  display: inline-block;
}

.header .navbar .region .right-item-nav p:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  left: 0px;
  top: 18px;
  background: white;
}

.header .menu--simple-mega-menu,
body.user-logged-in .header .contextual-region {
  position: initial;
}

.header .menu--simple-mega-menu>.menu-item--expanded>.mega-menu-wrapper {
  display: flex;
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  background: #fff;
  padding: 1rem 0;
  padding-bottom: 2rem;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  visibility: hidden;
}

.header .menu--simple-mega-menu>.menu-item--expanded:hover>.mega-menu-wrapper {
  opacity: 1;
  transition: opacity 0.15s, visibility 0.15s;
  visibility: initial;
}

.header .container-search-input {
  background: white;
  width: 100%;
  left: 0;
  top: 65px;
  position: fixed;
  z-index: 8;
  box-shadow: none;
  display: none;
  min-height: 90px;

}


.header .container-search-input input {
  border: none;
  padding-left: 0;
}

.container-search-input .form-text {
  margin: 1.25rem 0;
  margin-right: 0;
}


.container-search-input div.form-actions {
  margin: 1.25rem -44px;
  align-self: unset;
  margin-bottom: 10px;
  max-height: 51px;
}


.mega-menu-filter-background .mega-menu-wrapper {
  top: 64px !important;
  z-index: 50 !important;
}

.mega-menu-wrapper h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  cursor: default;
}

.mega-menu-wrapper a {
  text-transform: unset !important;
}

.header .menu.nav.navbar-nav.mega-menu-item {
  width: 100%;
  padding-left: 0px;
  /*position: absolute;*/
  top: 100px;
  flex: 0 1 auto;
  flex-basis: 300px;
  cursor: default;
}

.mega-menu-filter-background .menu.nav.navbar-nav.mega-menu-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  z-index: 9;
  background: white;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px -3px rgba(32, 33, 36, 0.28);
}

.menu.nav.navbar-nav.mega-menu-item>li {
  padding: 0px !important;
  padding-right: 25px !important;
}


.menu.nav.navbar-nav.mega-menu-item>li hr {
  margin: 0px !important;
}

.header .mega-menu-background {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 200vw;
  left: -50vw;
  top: 0;
  cursor: default;
  background: #fff;
  z-index: -1;
}

.header ul.menu.menu--simple-mega-menu.nav.navbar-nav:hover li:hover .mega-menu-background-ul {
  position: absolute;
  width: 200vw;
  left: -50vw;
  top: 65px;
  background: #fff;
  z-index: -1;
}

.mega-menu-title.small.border-simple {
  color: #000;
}


li.facet-item-clear {
  display: inline-block;
}

li.facet-item {
  display: inline-block;
}

.mega-menu-filter-background .tags-menu .mega-menu-title {
  cursor: pointer;
  float: right;
  font-size: 18px;
  text-align: right;
  margin-bottom: 0;
  padding-right: 10px;
  font-weight: normal;
  font-weight: Bold;
  font-family: 'Roboto',sans-serif;
  color:black;
}

.mega-menu-filter-background .tags-menu h1.mega-menu-title {
  font-size: 60px;
}

.mega-menu-filter-background .tags-menu .mega-menu-title:after {
  content: '';
  background: url(../fonts/filtericons.svg);
  background-repeat: no-repeat;
  font-weight: 900;
  color:black;
  font-size: 24px;
  top: -4px;
  right: 0;
  padding: 19px 23px;
  vertical-align: middle;
  background-size: 70px 70px;
  margin-left: -10px;
}

.mega-menu-filter-background .tags-menu .mega-menu-title.collapsed:after {
  content: '';
  background: url(../fonts/filtericons.svg);
  background-repeat: no-repeat;
  font-weight: 900;
  color:black;
  font-size: 24px;
  top: -4px;
  right: 0;
  padding: 19px 23px;
  vertical-align: middle;
  background-size: 70px 70px;
  margin-left: -10px;
}

.menu.nav.navbar-nav.mega-menu-item ul {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 16px;
}

.menu.nav.navbar-nav.mega-menu-item ul li {
  padding: 5px 0px 5px 10px;
  cursor: default;
  max-width: 100%;
  list-style: none;
}


.menu--main .menu.nav.navbar-nav.mega-menu-item ul li:hover {
  background-color:black;
}

.menu.nav.navbar-nav.mega-menu-item ul li:hover a {
  color: #fff !important;
}


.menu.nav.navbar-nav.mega-menu-item ul li a {
  color:black !important;
  width: fit-content;
  line-height: 16px;
}

.menu.nav.navbar-nav.mega-menu-item ul li a:hover {
  text-decoration: none;
}

#block-csirt-americas-theme-mainnavigation li.menu-item {
    list-style-type: none;
    padding: 27px;
    overflow: hidden;
    float: left;
    color: white;
}

#block-csirt-americas-theme-mainnavigation li.menu-item a{
    list-style-type: none;
    color: white;
}

header .row>* {
    width: unset !important;
}

header#header {
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 99;
}

section.row.region.region-nav-left {
    padding-left: 4.5rem;
    align-content: center;
}

section.row.region.region-nav-right {
    align-content: center;
}

.header .navbar a {
    color: white;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    text-decoration: none;
}


footer.site-footer {
    background-color: #1f2d5e;
}

footer ul.clearfix.nav.navbar-nav {
    text-align: center;
    flex-direction: row;
    padding: 30px;
    justify-content: center;
}

footer li.nav-item {
    padding: 0 20px;
    border-right: 1px solid white;
    line-height: 16px;
}

footer li.nav-item a {
    color: white;
    text-decoration: none;
}

footer li.nav-item:last-child {
    border-right: none;
}

section.region.region-footer {
    text-align: center;
}

.col-12 {
    width: 100%;
}

.form-inline.navbar-form.float-right {
   padding-right: 4.5rem;
}

.top_page {
    padding-top: 90px;
}

div#main-wrapper {
    min-height: 100vh;
}

ul>li>ul#block-csirt-americas-theme-mainnavigation {
    display: none;
    flex-direction: column;
    top: 73px;
    padding-left: 0;
    position: absolute;
    color: white;
    background-color: #1f2d5e;
    border-radius: 0px 15px 15px 15px;
}

ul>li.menu-item.menu-item--expanded:hover>ul#block-csirt-americas-theme-mainnavigation {
    display: flex !important;
}

.node__content {
    margin-top: 0px;
}

.navbar ul {
    margin-bottom: 0;
}

.navbar .nav-link {
    padding: 0;
}

select#edit-lang-dropdown-select {
    background-color: transparent;
    color: white;
    border: 0;
    text-transform: uppercase;
    background-image: url(/themes/custom/csirt_americas_theme/icons/arrow-down-1.svg);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    max-width: fit-content;
    max-width: -moz-fit-content;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-margin-before: 9px;
 }

select#edit-lang-dropdown-select option {
    background-color: #1f2d5e;
    color: white;
    border: 0;
    box-shadow: 0 0 0 0 #1f2d5e;
}

select#edit-lang-dropdown-select:focus {
    box-shadow: 0 0 0 0 #1f2d5e;
}

section.row.region.region-nav-right div#block-login {
    align-self: center;
}

fieldset.js-form-item.js-form-type-select.form-type-select.js-form-item-lang-dropdown-select.form-item-lang-dropdown-select.form-no-label.mb-3 {
    margin-bottom: 0 !important;
}

.order-1 {
  order: 1;
}

.field--type-image img,
.field--name-field-user-picture img {
  margin: 0 0 1em;
}

/* WAVES */
.container-waves {
  height: 105px;
  width: 100vw !important;
  padding: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.white-waves {
  background: url('/themes/custom/csirt_americas_theme/icons/white_waves.png') repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6400px;
  height: 88px;
  animation: wave-left 30s cubic-bezier(.52,.52,.59,.59);
  transform: translate3d(0, 0, 0);
  animation-iteration-count: 1;
}

.black-waves {
  background: url('/themes/custom/csirt_americas_theme/icons/black_waves.png') repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6400px;
  height: 105px;
  animation: wave-right 30s cubic-bezier(.52,.52,.59,.59);
  transform: translate3d(0, 0, 0);
  animation-iteration-count: 1;
}

@keyframes wave-left {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes wave-right {
  0% {
    margin-left: -1600px;
  }
  100% {
    margin-left: 0;
  }
}

/* CABECERA PAGINA */
.paragraph--type--cabecera-pagina {
  height: 400px;
  padding: 120px 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}

/* B-SPOT */
.paragraph--type--b-spot {
  padding: 120px 72px;
}

.paragraph--type--b-spot .field--name-field-block-main-image {
  display: flex;
  margin: 0;
  justify-content: center;
}

.paragraph--type--b-spot .field--name-field-block-text {
  margin-bottom: 50px;
}

.paragraph--type--b-spot .field--name-field-block-text > p {
  font-size: 18px;
}

.burger::before {
  display: inline-block;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-list" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/></svg>');
  background-repeat: no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.close::before {
  display: inline-block;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-x" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/></svg>');
  background-repeat: no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

/* MODAL ADHERIR CSIRT */
.ui-dialog {
  padding: 0;
  border-radius: 20px;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 40px 70px;
  background: white;
  border: none;
  border-bottom: 1px solid lightgray;
  border-radius: 20px 20px 0 0;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 30px;
  font-family: 'Poppins';
  font-weight: 500;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 40px;
  top: 36px;
}

.ui-dialog .ui-dialog-content {
  padding: 60px 118px 48px 70px;
}

.webform-submission-webform-requirements-form .js-form-item.form-item-csirt-miembro,
.webform-submission-webform-requirements-form .js-form-item.form-item-csirt-publico,
.webform-submission-webform-requirements-form .js-form-item.form-item-csirt-documentos {
  margin-bottom: 36px !important;
  font-size: 18px;
}

.webform-submission-webform-requirements-form .js-form-item.form-type-webform-markup {
  margin-bottom: 60px !important;
}

.webform-submission-webform-requirements-form .js-form-item .webform-element-description {
  font-size: 18px;
  color: #000000
}

.webform-submission-webform-requirements-form .js-form-item.form-item-email,
.webform-submission-webform-requirements-form .js-form-item.form-item-email + .form-actions {
  display: inline-block;
  margin-bottom: 0 !important;
  vertical-align: bottom;
}

.webform-submission-webform-requirements-form .js-form-item.form-item-email label {
  margin-bottom: 20px;
  font-weight: bold;
}

.webform-submission-webform-requirements-form .js-form-item.form-item-email + .form-actions{
  margin-left: 15px;
}
.webform-flex.webform-flex--1 .webform-flex.webform-flex--1 {
  width: 100%;
  margin: 0;
}
.alert-wrapper .placeholder {
  background-color: transparent;
  cursor: default;
}

/*Codigo Carmelo*/

/*Formulario inscripcion modificaciones*/
.mb-3 {
	margin-bottom: 1rem !important;
	margin-left: 0.9%; /*Modificado indentación formulario*/
	margin-right: 3.5%;
} 
/*Añadido texto y movido botón en Iniciar proceso postulacion*/
.col-12.listapasos {
	padding: 0 5%;
}

.bignumber {
  font-size: 24px;
  font-weight: bolder;
  padding-right: 5px;
}

.centerbutton {
	justify-content: center;
	align-items: center;
	align-content: center;
	display: grid;
	padding-bottom: 1%;
}

/*.field.field--name-field-block-link.field--type-link.field--label-hidden.field__item {
	display: none;
}*/

hr {
        /*position: relative;*/
        /*top: 20px;*/
        border-top: 12px
        background: #1F2D5E;
        margin-bottom: 50px;
		/*max-width: 50%;*/
    }
	
hr:not([size]) {
	height: 5px;
	color: #1F2D5E;
	}

/*Sobreeescrito padding b-spot*/

.paragraph--type--b-spot {
	padding: 30px 72px;
}
