/****** FONTS *******/
/********************/

@font-face {
    font-family: 'Titillium Web';
    src: url(fonts/TitilliumWeb-Regular.eot);
    src: url(fonts/TitilliumWeb-Regular.eot?#iefix) format("embedded-opentype"),url(fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular) format("svg"),url(fonts/TitilliumWeb-Regular.ttf) format("truetype"),url(fonts/TitilliumWeb-Regular.woff) format("woff"),url(fonts/TitilliumWeb-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Titillium Web';
    src: url(fonts/TitilliumWeb-Bold.eot);
    src: url(fonts/TitilliumWeb-Bold.eot?#iefix) format("embedded-opentype"),url(fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold) format("svg"),url(fonts/TitilliumWeb-Bold.ttf) format("truetype"),url(fonts/TitilliumWeb-Bold.woff) format("woff"),url(fonts/TitilliumWeb-Bold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}


@font-face {
    font-family: 'handsean';
    src: url(fonts/handsean.eot);
    src: url(fonts/handsean.eot?#iefix) format("embedded-opentype"),url(fonts/handsean.svg#handsean) format("svg"),url(fonts/handsean.ttf) format("truetype"),url(fonts/handsean.woff) format("woff"),url(fonts/handsean.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}


@font-face {
    font-family: 'Caveat-Bold';
    src: url(fonts/Caveat-Bold.eot);
    src: url(fonts/Caveat-Bold.eot?#iefix) format("embedded-opentype"),url(fonts/Caveat-Bold.svg#handsean) format("svg"),url(fonts/Caveat-Bold.ttf) format("truetype"),url(fonts/Caveat-Bold.woff) format("woff"),url(fonts/Caveat-Bold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}



/**** STRUCTURE *****/
/********************/

body * {
    font-size: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}

body *:last-child:not(:only-child) {
    margin-bottom: 0 !important;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.column {
    font-size: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    box-sizing: border-box;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
}

.col-lg-10 {
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
}

.col-lg-9 {
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
}

.col-lg-8 {
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
}

.col-lg-7 {
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
}

.col-lg-4 {
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
}

.col-lg-3 {
    width: 25%;
}

.col-lg-2 {
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
}

.col-lg-1 {
    width: calc(100% / 12);
    width: -webkit-calc(100% / 12);
}


@media (max-width: 1150px) {
    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: calc(100% / 12 * 11);
        width: -webkit-calc(100% / 12 * 11);
    }

    .col-md-10 {
        width: calc(100% / 12 * 10);
        width: -webkit-calc(100% / 12 * 10);
    }

    .col-md-9 {
        width: calc(100% / 12 * 9);
        width: -webkit-calc(100% / 12 * 9);
    }

    .col-md-8 {
        width: calc(100% / 12 * 8);
        width: -webkit-calc(100% / 12 * 8);
    }

    .col-md-7 {
        width: calc(100% / 12 * 7);
        width: -webkit-calc(100% / 12 * 7);
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: calc(100% / 12 * 5);
        width: -webkit-calc(100% / 12 * 5);
    }

    .col-md-4 {
        width: calc(100% / 12 * 4);
        width: -webkit-calc(100% / 12 * 4);
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: calc(100% / 12 * 2);
        width: -webkit-calc(100% / 12 * 2);
    }

    .col-md-1 {
        width: calc(100% / 12);
        width: -webkit-calc(100% / 12);
    }
}


@media screen and (max-width:800px){
    .col-xs-12 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .col-xs-11 {
        width: calc(100% / 12 * 11);
        width: -webkit-calc(100% / 12 * 11);
    }

    .col-xs-10 {
        width: calc(100% / 12 * 10);
        width: -webkit-calc(100% / 12 * 10);
    }

    .col-xs-9 {
        width: calc(100% / 12 * 9);
        width: -webkit-calc(100% / 12 * 9);
    }

    .col-xs-8 {
        width: calc(100% / 12 * 8);
        width: -webkit-calc(100% / 12 * 8);
    }

    .col-xs-7 {
        width: calc(100% / 12 * 7);
        width: -webkit-calc(100% / 12 * 7);
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: calc(100% / 12 * 5);
        width: -webkit-calc(100% / 12 * 5);
    }

    .col-xs-4 {
        width: calc(100% / 12 * 4);
        width: -webkit-calc(100% / 12 * 4);
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: calc(100% / 12 * 2);
        width: -webkit-calc(100% / 12 * 2);
    }

    .col-xs-1 {
        width: calc(100% / 12);
        width: -webkit-calc(100% / 12);
    }
}



/**** HEADER *****/
/*****************/

header.principal {
    background-color: #007bc3;
}

header .fila {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;

}

header .identifier-logo {
    display: inline-block;
    vertical-align: top;
	float:right;
}

header .logo {
    width: 180px;
    padding: 35px 0vw 35px 6vw;
    float: right;
}

header svg {
    width: 180px;
    height: 60px;
    max-width: 100%;
}


.identifier-txt {
    text-align: left;
	padding-top: 15px;
	float:left;
}

.identifier-txt h1
{
	color:#ffffff;
}

@media (max-width: 1150px) {
    header .logo {
        padding: 30px 4vw;
    }
}

@media screen and (max-width: 800px) {
    header .logo {
        width: 150px;
        padding: 20px 4vw;
		float: left;
    }
}

footer {
    background-color: #007bc3;
}


/**** BOTONES *****/
/******************/
button {
    background: #82b30b;
    border: 0;
}

button .a-button {
    color: #fff;
    font-size: 20px;
    padding: 14px 16px 15px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

button.a-button:hover {
    display: inline-block !important;
    opacity: 0.5;
    height: 100%;
    top: 0;
}

.a-button:before {
    left: 0;
}

.a-button:after {
    left: 100%;
}

.a-button:hover:before {
    width: 100%;
}

.a-button:hover:after {
    left: 0;
    width: 100%;
}

.a-button:hover {
    opacity: 1;
}

@media (max-width: 1150px) {
    button .a-button {
        font-size: 16px;
        padding: 11px 13px 12px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {    
    .a-button:after {
        right: 0;
    }

    .a-button:hover:after {
        right: 100%;
    }
}

/****FOOTER*****/
footer section {
    padding: 0px 0px 20px 6vw;
    border-bottom: 3px solid #d4d4d4;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

footer section h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 20px;
}
/****FOOTER*****/

/**** GENERAL *****/
/******************/

main, header {
    padding: 0 6vw;
    box-sizing: border-box;
}


header section{
    padding: 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

main section{
    padding: 60px 0px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
}

main section:first-child {
     border-bottom: none;
	 padding: 30px 0px 40px 0px;
}

main section:nth-child(2) {
	 padding: 0px 0px 60px 0px;
	 border-bottom: 3px solid #d4d4d4;
}

main section:last-child {
    border-bottom: 0px;
}

h1, h2, h3, h4, h5, p, a, ul, li, span {
    font-family: 'Titillium Web';
    font-size: 19px;
    line-height: 1.3em;
}

h1 {
    color: #007bc3;
    font-size: 44px;
	font-family: 'Caveat-Bold';
}

h2 {
    color: #fff;
    font-size: 26px;
	font-family: 'Caveat-Bold';
}

h3 {
    color: #007bc3;
    font-size: 27px;
    margin-bottom: 30px;
}

.caveat{
	font-family: 'Caveat-Bold';
}

.txtbienvenida{
    color: #007bc3;
    font-size: 37px;
    margin-bottom: 30px;
}

p {
    color: #434142;
}

.activities {
    display: inline-block;
	vertical-align: top;
}

.skype {
    display: inline-block;
	vertical-align: middle;
}

.skype img {
    float: left;
}

.skype button {
    float: right;
}

.activities li {
    display: block;
    margin-bottom: 30px
}

.activities .time, 
.activities .activity {
    display: inline-block;
}

.activities .time {
    color: #82b30b;
    font-size: 25px;
    padding-right: 20px;
	vertical-align: top;
}

.activities .activity-info {
    margin-bottom: 30px
}

.video {
    background: #82b30b;
    padding: 10px;
    position: relative;
}


.video p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 10px auto;
    width: 90%;
}

.speakers .speaker {
    margin-bottom: 30px
}

.speakers img {
    margin-right: 20px;
}

.speakers .speaker-info {
    display: inline-block;
    width: calc(100% - 106px);
    width: -webkit-calc(100% - 106px);
}

.speakers .speaker-info p {
    color: #007bc3;
}

.speakers .speaker-info .speaker-name {
    font-size: 24px;
    font-weight: 600
}

.contacts .contact {
    display: block;
    margin-bottom: 20px;
    width: 40%;
    float: left;
}

.contacts .contact  p{
	color:#ffffff;
}

.contacts img,
.contacts .contact-name {
    display: inline-block;
}

.contacts img {
    margin-right: 10px;
    width: 40px;
}

.squares {
    position: relative;
    vertical-align: top;
}

.square {
    position: absolute;
    height: 150px;
    width: 150px;
    box-sizing: border-box;
}

.square-1 {
    border: none;
    right: 0;
   top: calc(80px + 8px);
    top: -webkit-calc(130px + 8px);
}

.square-2 {
    border: none;
    right: calc((165px + 15px) * 2);
    right: -webkit-calc((165px + 8px));
    top: calc(150px + 8px);
    top: -webkit-calc(30px + 8px);
}


.square-1 img,.square-2 img{
	width:100%;
}


/*****FORMULARIO******/
label {
    width: 150px;
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
}
input {
    border: 1px solid #d4d4d4;
	font-family: 'Titillium Web';
    font-size: 1.5rem;
    font-weight: 100;
    padding: 10px;
	width: 90%;
	color: #434142;
}
 
form {
    margin: 0px auto;
    padding: 20px;
    border: 0px solid;
    width: 35%;
    background: #eee;
}
 
div.form-element {
    margin: 20px 0;
}

 
p.success,
p.error {
    color: white;
    font-family: lato;
    background: yellowgreen;
    display: inline-block;
    padding: 2px 10px;
	font-size: 35px;
    font-family: 'Titillium Web';
}
 
p.error {
    background: orangered;
}
/*****FORMULARIO******/


.error a {
    font-size: 35px;
    vertical-align: baseline;
    color: #ffffff;
    text-decoration: none;
}


@media (max-width: 1150px) {
    main {
        padding: 0 4vw;
    }
    
    main section{
        padding: 30px 0px;
    }
	
	.identifier-txt
	{
		float:left;
		margin-bottom: 0px;
	}
	main section, .identifier-txt section {
		padding: 0px 4vw;
	}
	.identifier-txt {
		width:100%;
	}
	.identifier-txt section {
		padding: 0px 4vw;
	}
	
	main section:first-child
	{
		padding: 0px;
		padding-top: 4vw;
	}
	
	
    h1, h2, h3, h4, h5, p, a, ul, li, span {
        font-size: 16px;
    }
    
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .activities li {
        margin-bottom: 20px;
    }
    
    .activities .time {
        font-size: 22px;
    }
    
    .video {
        padding: 15px;
    }
    
    .video p {
        font-size: 18px;
        margin: 10px auto;
    }
    
    .speakers .speaker-info .speaker-name {
        font-size: 20px;
    }
    
    .contacts .contact {
        margin-bottom: 10px;
    }
	
	.squares
	{
		display:none;
	}
}

@media screen and (max-width: 800px) {
    h1, .txtbienvenida
	{
        font-size: 35px;
    }
	.txtbienvenida
	{
        margin-bottom: 0px;
    }
	
	
	main section:nth-child(2)
	{
		padding: 0px 0px 15px 0px;
	}
	
	.activities ul
	{
		padding-top: 10px;
	}

    h2 {
        font-size: 20px;
		color: #ffffff;
    }

    h3 {
        font-size: 19px;
    }
    
    .activities .time {
        font-size: 19px;
        padding-right: 10px;
    }
    
    .activities .activity-info {
        margin-bottom: 20px;
    }
    
    .video p {
        font-size: 16px;
        width: 100%;
    }
    
    .square {
        height: 60px;
        width: 60px;
    }

    .square-1 {
        border: 0;
        background-color: #82b30b;
        right: calc((60px + 8px) * 2);
        right: -webkit-calc((60px + 8px) * 2);
        top: calc(60px + 8px);
        top: -webkit-calc(60px + 8px);
    }

    .square-2 {
        border: 2pt solid #82b30b;
        right: 0;
        top: 0;
    }

    .square-3 {
        border: 2pt solid #007bc3;
        right: calc(60px + 8px);
        right: -webkit-calc(60px + 8px);
        top: calc(60px + 8px);
        top: -webkit-calc(60px + 8px);
    }
	
	.contacts .contact
	{
		width:100%;
	}
	
	form {
		padding: 5%;
		width: 85%;
		    margin-top: 5%;
	}
}