@font-face{
	font-family: 'Vegur';
  font-weight: bold;
	src: url('../fonts/Vegur-Bold.otf');
	src: url('../fonts/Vegur-Bold.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/vegur-bold-webfont.woff') format('woff'),
	     url('../fonts/vegur-bold-webfont.ttf') format('truetype');
}

@font-face{
	font-family: 'Vegur';
  font-weight: 100;
	src: url('../fonts/Vegur-Light.otf');
	src: url('../fonts/Vegur-Light.otf?#iefix') format('embedded-opentype'),
	     url('../fonts/vegur-light-webfont.woff') format('woff'),
	     url('../fonts/vegur-light-webfont.ttf') format('truetype');
}

@font-face{
	font-family: 'Vegur';
	src: url('../fonts/Vegur-Regular.otf');
	src: url('../fonts/VVegur-Regular.otf?#iefix') format('embedded-opentype'),
	     url('../fonts/vegur-regular-webfont.woff') format('woff'),
	     url('../fonts/vegur-regular-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura medium condensed bt.ttf') format('truetype');
    src: url('../fonts/futura_medium_condensed_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_medium_condensed_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style:oblique;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Light font.ttf') format('truetype');
    src: url('../fonts/futura_light_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_light_font-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futura_bold_font-webfont.ttf') format('truetype');
    src: url('../fonts/futura_bold_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_bold_font-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

:root{
  --blanco: white;
  --Negro: black;
  --amarillo: #FC9E4F;
  --rojo: #F4442E;
  --azul-f: #07184A;
  --azul: #4DC0CB;
  --magenta: #330C2F;
  --verde: #4D8B31;
  --aqua: #0A2E36;
  --texto: #3b3b3b;
}

body{
  background-color: white;
  font-family: 'Helvetica Neue';
  font-weight: lighter !important;
}

h1{
  font-size: 2em;
  text-align: center;
}

h2{
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

input{
  padding: .4em .5em;
  font-family: "Vegur";
}

select{
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding: .4em .5em;
  font-family: "Vegur";
  border: none;
  height: 2.55em;
  border-radius: 0;
}

hr{
  width: 70%;
  text-align: center;
}

thead{
  font-weight: bold;
  font-style: oblique;
}

th,td{
  text-align: center;
}

td{
  min-width: 3.5em;
	vertical-align: middle;
  padding: .7em .3em;
  text-align: center;
}

button{
  background: transparent;
  border: 2px solid white;
  padding: .5em 3em;
  font-family: "Vegur";
  font-size: 1.3em;
  color: white;
}

input#check {
  position: absolute;
  opacity: 0;
}
input#check:checked + label svg path {
  stroke-dashoffset: 0;
}
input#check:focus + label {
  transform: scale(1.03);
}

footer{
  padding-top:8em;
  padding-bottom:8em;
  font-size: 16px;
}

footer h2{
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 4em; 
}

footer h3{
  font-size: 12px;
  font-weight: 100;
}

footer textarea{
  height: 9em;
}

footer a{
  color: var(--azul-f);
}

footer input, footer textarea{
  font-size: 9px;
  border: none;
  background-color: #BFEEF2 ;
  padding: .8em 1.5em .8em 1.5em;
}

footer form ::-webkit-input-placeholder { 
  color: var(--azul-f); 
} 

footer form :-moz-placeholder{
  color: var(--azul-f); 
}

footer form ::-moz-placeholder{
  color: var(--azul-f); 
}

footer form :-ms-input-placeholder{
  color: var(--azul-f); 
}

footer ul{
  list-style: none;
  padding: 0;
}

#check + label {
  display: block;
  border: 3px solid #FFF;
  width: 2.55em;
  height: 2.55em;
  cursor: pointer;
  transition: all .2s ease;
}
#check + label:active {
  transform: scale(1.05);
  border-radius: 30px;
}
#check + label svg {
  pointer-events: none;
}
#check + label svg path {
  fill: none;
  stroke: #FFF;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 101;
  transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);
}

#main-header{
  background-image: url(../images/fondo_webinar.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  height: auto;
  padding: 25%;
}

#mapa{
  min-height: 15em;
  width: 50%;
}

#main-title{
  font-size: 2em;
}

@media (max-width: 767.98px) {
  #main-header{
    padding: 35%;
  }

  #mapa{
    width: 100%;
  }

}

@media (min-width: 576px) {
  #main-title{
    font-size: 4em;
  }

}

@media (min-width: 992px) {
  #main-title{
    font-size: 5em;
  }

	.angled-2 {
	  -webkit-clip-path: polygon(0 0, 100% 4.5rem, 100% 100%, 50% 84.27%, 0 100%)!important;
	  clip-path: polygon(0 0, 100% 4.5rem, 100% 100%, 50% 84.27%, 0 100%)!important;
	}

}

@media (min-width: 1200px) {
  #main-title{
    font-size: 7em;
  }
}

.top-left{
  top: 0;
  left: 15px;
}

.h-100{
  height: 100%;
}

.angled-1 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84.27%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84.27%);

}

.angled-2 {
  -webkit-clip-path: polygon(0 0, 100% 4.5rem, 100% 100%, 50% 98%, 0 100%);
  clip-path: polygon(0 0, 100% 4.5rem, 100% 100%, 50% 98%, 0 100%);
}

.angled-3 {
  -webkit-clip-path: polygon(0 0, 50% 4.5rem, 100% 0, 100% 100%, 0 98%);
  clip-path: polygon(0 0, 50% 4.5rem, 100% 0, 100% 100%, 0 98%);
  padding-bottom: 9rem;
}

.angled-4{
  padding-bottom: 9em;
  margin-top: -9rem;
  -webkit-clip-path: polygon(0 0, 100% 4.5rem, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 4.5rem, 100% 100%, 0 100%);
}

.bg-degradado{
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(77,193,203,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(77,193,203,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(77,193,203,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(77,193,203,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(77,193,203,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(77,193,203,1) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4dc1cb', GradientType=0 );
}

.bg-azul-f{
  background: var(--azul-f);
}

.legal-bar{
  font-size: 7px;
  text-align: center;
  position: absolute;
  padding: 1em 0 1em 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 100;
}

.text-azul{
  color: var(--azul);
}

.btn{
  border-radius: 0;
  font-size: 1em;
  padding: .6em 3em;
} 

.btn-outline-primary {
  border: 3px solid;
  color:var(--azul-f);
  border-color:var(--azul-f);
}
.btn-outline-ini {
  border: 4px solid;
  border-color: white;
  color: white;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  color: white;
  background-color: var(--azul-f);
}

.ag-day{
  padding-top: 5em;
  border: 1px solid #333333;
}

.ag-angle-1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6em;
  -webkit-clip-path: polygon(0 0, 70% 0, 0 100%);
  clip-path: polygon(0 0, 70% 0, 0% 100%);
  z-index: 1;
}

.ag-angle-2{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5em;
  -webkit-clip-path: polygon(30% 0%, 100% 0, 100% 100%);
  clip-path: polygon(30% 0%, 100% 0, 100% 100%);
}

.bg-blue-1{
  background-color: rgb(24,102,201);
}

.bg-blue-2{
  background-color: rgb(11,70,110);
}

.bg-green-1{
  background-color: rgb(98,178,142);
}

.bg-green-2{
  background-color: rgb(62,116,92);
}

.bg-purple-1{
  background-color: rgb(100,128,198);
}

.bg-purple-2{
  background-color: rgb(58,77,123);
}

.bg-green{
  background-color: rgb(0,39,48);
}

.bg-blue{
  background-color: rgb(24,34,54);
}

.bg-blue-2{
  background-color: rgb(46,60,97);
}

.p-25{
  position: relative;
  top: 4.5rem;
}

.pb-30{
  padding-bottom: 30%;
}

.text-green{
  color:rgb(0,203,201);
}

.text-gray{
  color: #808080;
}

.text-red{
  color: rgb(188,40,102);
	font-size: 1.1em;
}

.font-bold{
  font-weight: bold;
}

.ponente {
  
  font-style:oblique;
}

.ponente .overlay{
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(4,101,120,.7);
  color: white;
}

.ponente:hover{
  cursor: pointer;
}

.ponente:hover .overlay{
  display: block;
}

.overlay span {
    display: block;
    text-align: center;
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  footer{
    font-size: 14px;
  }

  footer input, footer textarea{
      font-size: 14px;
  }

  footer h2{
      font-size: 20px;
  }

  footer h3{
      font-size: 18px;
  }
}