
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
}

.head{
    padding-top: 2%;
}
.header_left{
    float:left;
    width: 9.5%;
    text-align: center;

}

.header_center{
    float:left;
    width: 76%;
    text-align: center;
    color:white;
    font-family: SMMaxeville-Regular;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 0.95em;    
}
.header_center_toleft{
    width: 100%;
    text-align: left;
    padding-left: 5%;
}

.header_right{
    float:left;
    width: 11%;
    text-align: right;
    padding-right: 1%;
}

.header_right_invert{
    float:left;
    width: 11%;
    text-align: right;
    padding-right: 1%;
}

.header_right a{
    font-family: SMMaxeville-Regular;
    font-weight: normal;
    font-size: 1em;
    border-radius: 1000%;
    width: 32px;
    height: 32px; 
    background: transparent;
    border: none;
    display:inline-block;
    line-height:30px;
    vertical-align:center;
    text-align:center;
    color:#ffffff;
    text-decoration: none;
}

.header_right a:hover{
    font-family: SMMaxeville-Regular;
    font-weight: normal;
    font-size: 1em;
    border-radius: 100%;
    width: 30px;
    height: 30px; 
    background: transparent;
    border: solid 1px #ffffff;
    display:inline-block;
    line-height:32px;
    vertical-align:center;
    text-align:center;
    color:#ffffff;   

}

.header_right .lngactive{
        font-family: SMMaxeville-Regular;
        font-weight: normal;
        font-size: 1em;
        border-radius: 100%;
        width: 30px;
        height: 30px; 
        background: transparent;
        border: solid 1px #ffffff;
        display:inline-block;
        line-height:32px;
        vertical-align:center;
        text-align:center;
        color:#ffffff;        
}

.header_right_invert a{
    font-family: SMMaxeville-Regular;
    font-weight: normal;
    font-size: 0.99em;
    border-radius: 1000%;
    width: 30px;
    height: 30px; 
    background: transparent;
    border: none;
    display:inline-block;
    line-height:30px;
    vertical-align:center;
    text-align:center;
    color:#207E90;
    text-decoration: none;
}

.header_right_invert a:hover{
    font-family: SMMaxeville-Regular;
    font-weight: normal;
    font-size: 0.99em;
    border-radius: 1000%;
    width: 30px;
    height: 30px;  
    background: transparent;
    border: solid 1px #207E90;
    display:inline-block;
    line-height:30px;
    vertical-align:center;
    text-align:center;
    color:#207E90;

}

.header_right_invert .lngactive{
        font-family: SMMaxeville-Regular;
        font-weight: normal;
        font-size: 0.99em;
        border-radius: 1000%;
        width: 30px;
        height: 30px; 
        background: transparent;
        border: solid 1px #207E90;
        display:inline-block;
        line-height:30px;
        vertical-align:center;
        text-align:center;     
        color:#207E90;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-family: 'ChiswickPoster';	
    margin: 0 0 1.5rem 0;		
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        text-decoration: none;
    }

h1 {
    font-family: 'ChiswickPoster';
    font-size: 9rem;
    font-weight: normal;
    letter-spacing: -0.05em;
    line-height: 1.1;
    margin: 0 0 1.5rem 0;
    text-transform: none;
}

h2 {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0 0 2rem 0;
    color:#037F8B;    
}

h3 {
    font-size: 2.5rem;
    color:#037F8B;  
    letter-spacing: 0.1em;    
    margin: 0 0 2rem 0;
    text-align: center;
}

h4 {
    font-size: 0.875rem;
}

h5 {
    font-size: 0.75rem;
}

h6 {
    font-size: 0.625rem;
}

.main-head {
    grid-area: header;
  }
  .content {
    grid-area: content;
  }

  .main-footer {
    grid-area: footer;
    margin-bottom: 50px;
  }

  .wrapper {
    display: grid;
    grid-template-rows: 10% auto 16%;
    grid-gap:10px;
    /*height: 100vh;*/
    min-height: -webkit-fill-available;
    grid-template-areas: 
      "header"
      "content"
      "footer";
  }

  .intro{      
      position: relative;
      min-height: 100%;              
  }
    .intro h1{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .imgcenter{     
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .imgbottom{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;       
    }

    .start{
        position: relative;
        text-align: center;
    }
    .start a,p {
        color: #ffffff;        
        font-family: SMMaxeville-Regular;
        font-weight: normal;        
        font-size: 0.95em;  
        letter-spacing: 0.175em;        
        line-height: 1.1;
        letter-spacing: -0.005em;
        text-transform: uppercase;
        text-decoration: none;
        font-style: normal;
        text-align: center;
    }

    .template1{   
        position: absolute;
		float:left;
        min-height: 100%;
		width:100%;
    }
    .template1 .imagen{
		position:relative;
        float:left;    
        margin-top: 2%;  
		width:40%; 	
    }
    .imagen img{
      padding-left: 120px;
      width: 80%;
    }

    .template1 .texto{                
	position:relative;
		float:left;
        margin-top: 2%; 
        margin-left: 1%;
        width: 55%;
        float: left;        
        text-align: center;
    }
	.template1 .texto h3{
		margin-top:19%;
		margin-bottom:20%;
	}
	
	
    .texto p{
        text-align: center;
        color: #207E90;
        font-size: 1.25em;
        font-weight: 500;
    }

    .template2{
        float: left;
        width: 100%;        
    }
    .template2 .texto{
        float: right;
        width: 100%;
        margin-top: 28%;
        font-size: 1.5em;
        color:white;
        text-align: center;
    } 
/* Arrow */

a.arrow {
    border-bottom: 0;
    display: inline-block;
    height: 4rem;
    position: relative;
    text-align: center;
}

    a.arrow .label {
        display: none;
    }

    a.arrow:before {
        background-image: url(../../images/arrow_down.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        display: inline-block;
        height: 100%;
        position: relative;
        width: 2rem;
    }

.background-intro{
        /* Location of the image */
        background-image: url(../../images/main_background.jpg);
    
        /* Background image is centered vertically and horizontally at all times */
        background-position: center center;
        
        /* Background image doesn't tile */
        background-repeat: no-repeat;
        
        /* Background image is fixed in the viewport so that it doesn't move when 
           the content's height is greater than the image's height */
        background-attachment: fixed;
        
        /* This is what makes the background image rescale based
           on the container's size */
        background-size: cover;
        
        /* Set a background color that will be displayed
           while the background image is loading */
        background-color: #464646;
}

.background-page1{
    /* Location of the image */
    background-image: url(../../images/page1_background.jpg);

    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    
    /* Background image is fixed in the viewport so that it doesn't move when 
       the content's height is greater than the image's height */
    background-attachment: fixed;
    
    /* This is what makes the background image rescale based
       on the container's size */
       background-size: cover;
    
    /* Set a background color that will be displayed
       while the background image is loading */
    background-color: #464646;
    
}

.background-page2{
    /* Location of the image */
    background-image: url(../../images/page2_background.jpg);

    /* Background image is centered vertically and horizontally at all times */
    background-position: center left;
    
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    
    /* Background image is fixed in the viewport so that it doesn't move when 
       the content's height is greater than the image's height */
    background-attachment: fixed;
    
    /* This is what makes the background image rescale based
       on the container's size */
       background-size: cover;
    
    /* Set a background color that will be displayed
       while the background image is loading */
    background-color: #464646;
    
}

.background-page4{
    /* Location of the image */
    background-image: url(../../images/page4_background.jpg);

    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    
    /* Background image is fixed in the viewport so that it doesn't move when 
       the content's height is greater than the image's height */
    background-attachment: fixed;
    
    /* This is what makes the background image rescale based
       on the container's size */
       background-size: cover;
    
    /* Set a background color that will be displayed
       while the background image is loading */
    background-color: #464646;
    
}

.background-page5{
    /* Location of the image */
    background-image: url(../../images/page5_background.jpg);

    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    
    /* Background image is fixed in the viewport so that it doesn't move when 
       the content's height is greater than the image's height */
    background-attachment: fixed;
    
    /* This is what makes the background image rescale based
       on the container's size */
       background-size: cover;
    
}

.background-page6{
    /* Location of the image */
    background-image: url(../../images/page6_background.jpg);

    /* Background image is centered vertically and horizontally at all times */
    background-position: center left;
    
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    
    /* Background image is fixed in the viewport so that it doesn't move when 
       the content's height is greater than the image's height */
    background-attachment: fixed;
    
    /* This is what makes the background image rescale based
       on the container's size */
       background-size: cover;
}

@font-face {
    font-family: ChiswickPoster;
    src: url(../fonts/ChiswickPoster-RegularItalic.otf) format("opentype");
  }
@font-face {
font-family: SMMaxeville-Constructed;
src: url(../fonts/SMMaxeville-Constructed.otf) format("opentype");
}
@font-face {
    font-family: SMMaxeville-Regular;
    src: url(../fonts/SMMaxeville-Regular.otf) format("opentype");
    }    
@font-face {
    font-family: SuisseBPSerif;
    src: url(../fonts/SuisseBPSerif.otf) format("opentype");
    }   


