body{
    background: #4a89dc;
    font-family: 'Source Sans Pro', sans-serif;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

.wrapper{
    max-width: 1200px;
    margin: 0 auto;
}

.info ul{
    margin: 0;
    padding: 0;
}

.info ul li{
list-style: none;
}

.section{
        background: #3e89c1;
}

.logos{
    text-align: center;
    width: 580px;
    margin: 20px auto 0;
    display: block;
}

.logos .wtc{
    padding: 34px 0;
    width: 240px;
}

.logos .ct{
        width: 180px;
}

.logos .ct img, .logos .wtc img{
    width: 100%;
    height: auto;
}
.logos a {
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin: 0 40px;
}

.main{
    background: linear-gradient(0deg, rgb(62, 137, 193), rgba(0, 0, 0, 0)),url(./images/bg.jpg);
    background-size: cover;
    background-position: bottom center;
}

.main .content{
    text-align: center;
}

.main h1{
    font-size: 2.5rem;
    font-weight: 600;
    margin: 55px 0 5px;
    color: #3E89C1;
    font-style: italic;
}

.main .content span{
    font-size: 2rem;
    color: #171717;
    font-weight: 300;
}

.lista .content p{
    display: block;
    padding: 0 40px;
    font-size: 18px;
    max-width: 650px;
    margin: 60px auto 20px;
    color: #171717;
    font-family: Source Sans Pro;
    text-align: center;
    font-weight: 400;
}

.main .content p{
    display: block;
    padding: 0 40px;
    font-weight: 500;
    font-size: 18px;
    max-width: 650px;
    margin: 60px auto 20px;
    color: #171717;
}

.mapa{
    background: #3e89c1;
    text-align: center;
}

.mapa img{
    width:100%;
}

.lista ul{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.lista ul li{
    display: inline-block;
    margin: 10px;
    width: 23rem;
        transition: all 0.5s ease-in-out;
    vertical-align: middle;
}

.lista ul li img{
    width: 100%;
}

.lista ul li:hover{
    transform: scale(0.8);
}

.case{
    background: #f4f3f1;
}

.contentcenter{
        text-align: center;
    max-width: 70%;
    margin: 0 auto;
    color: #fff;
}

nav{
    width: 100%;
    float: left;
    text-align: center;
}

nav ul{
    margin: 0;
    padding: 0;
    text-align: center;
}

nav ul li{
    display: inline-block;
    margin: 0 30px 20px;
    width: 160px;
    text-align: center;
}

nav ul li span{
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 1rem;
}

nav ul li img{
        width: 100px;
}

.schemat{
    background: #fff;
    text-align: center;
}

.schemat img{
    width: auto;
    margin: 0 auto;
    height: 90%;
}

.oneofthree{
  width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

.oneofthree ul, .oneofthree ul li{
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0 0 100px;
    padding: 0;
}

.oneofthree ul li{
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;

}
.oneofthree ul span, .twoofthree ul span{
    text-align: center;
    width: 100%;
    display: block;
}

.twoofthree{
     width: 60%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

.twoofthree h2{
    font-weight: 300;
    color: #fff;
    font-style: italic;
    text-align: center;
    margin: 5px 0;
}

.twoofthree span{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.city{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.city h2{
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #3e89c1;
    border-bottom: 1px solid #3e89c1;
    padding-bottom: 5px;
    margin: 0 0 25px;
}

.half{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 40px;
}

.content{
    width: 100%;
    box-sizing: border-box;
    color:#fff;
    float: left;
    padding- right: 20px;
}

.content img{
    width: 100%;
}

.subcontent a{
    display: block;
    text-align: center;
}

.subcontent span{
    color: #F7931E;
    font-weight: 600;
}

.subcontent ul li{
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 18px;
}


.subcontent button, .footercontent button{
    color: #fff;
    border: 2px solid transparent;
    background-color: #F8931F;
    padding: 5px 20px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Source Sans Pro;
    border-radius: 10px;
    cursor: pointer;
}

.subcontent button:hover, .footercontent button:hover{
        border: 2px solid #F8931F;
    background-color: transparent;
    color:#F8931F;
    background-color: #fff;
}

.ok {
    color:#008405;
}

.error{
    color: #bc0000;
}

.footercontent {
    font-family: Source Sans Pro;
    color: #fff;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
}

.contentcenter{
        font-family: Source Sans Pro;
}

.contentcenter h2{
    margin-top: 0;
    font-size: 2rem;
}

.contentcenter p{
    font-weight: 300;
    font-size: 1.2rem;
}

.content h3{
    margin: 10px 0;
    font-size:40px;
    font-weight: 300;
    font-style: italic;
}

.footer{
    background: #2a6284;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.footer span{
    color: #fff;
    font-family: Source Sans Pro;
    text-transform: uppercase;
        font-weight: 300;
}

.footer a{
    color: #fff;
    display: block;
    font-family: Source Sans Pro;
    padding: 5px 0;
        font-weight: 300;
    text-decoration: none;
}

.footer .contact{
    float: left;
}

.footercontent form input{
    color: #fff;
    border: 1px solid #f8931f;
    padding: 10px 20px;
    background: none;
    max-width: 400px;
    margin: 10px auto;
    display: block;
}

.footerlogos{
        float: right;
}

.footerlogos a{
    float: right;
}

.content span{
    font-size: 25px;
    font-style: normal;
    color: #F6BB42;
    margin: 5px 0;
    display: block;

}

.video{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video iframe, .video object, .video embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.content p{
    font-weight: 300;
    font-size: 18px;
}

.white{
    background-color: #fff;
}

.mapa{
    width: 100%;
    text-align: center;
    opacity: 1;
    transition: all 1s ease-in-out;
}

.mapa img{
    width: 80%;
}

.subcontent{
    color:#292929;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: #f8931f!important;
}

.subcontent p{
    font-weight: 300;
    font-size: 18px;
    margin: 0 0 10px;
}

.subcontent h4{
        font-size: 25px;
    font-weight: 300;
    color: #F6BB42;
    margin: 5px 0;
    display: block;
    text-transform: uppercase;
}

.subcontent img{
    width: 100%;
}


.schematm{
    display: none;
}

.turnDeviceNotification {
  position:fixed;
  top: 0;
  left:0;
  height:100%;
  width:100%;
  display: none;
      background-image:url('images/turnDevice.png');
  background-size:cover;
}

@media all and (max-width: 1000px) {
    
    .schematm{
        display: block;
    }
    .schemat{
        display: none;
    }
    
    .schemat img{
    width: auto;
    margin: 0 auto;
    height: 100%;
    }
    
    .lista ul li{
    display: inline-block;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
}
    
    .wrapper{
        max-width: 100%;
    }
    .half {
    width: 100%;
    }
    
    .mapa img{
            transform: scale(2);
    }
    
    .city img{
        display: none;
    }
    
    .footercontent form input{
        width: 100%;
    }
    
    .contentcenter p, .footercontent{
            font-size: 30px;
    }
    
    .contentcenter h2, .footercontent h2{
            font-size: 35px;
    }
    
    .footercontent form input {
        font-size: 25px;
    }
    .subcontent button, .footercontent button{
   font-size: 25px;
    }
}


