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

/* 
    PALETA KOLOROW
    
    czarny: #000; 
    blueMain: #1952B0;
    blueLight: #3C77D8;
    red: #DA0914;
    grey: #94A1B2;
    bg: #FAFAFA;
*/
    
*{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

body{
    font-family: 'Lato', sans-serif;
    font-size:16px;
    line-height: 21px;
    font-weight: normal;
    color:#000;
    margin:0;
    padding:0;
    background:#FAFAFA url(../img/body-bg.svg) no-repeat top left;
}

a{
    color:#1952B0;
    text-decoration: none;
}

ul, img{border:0;padding:0;margin:0;list-style:none;}

img{max-width: 100%;height:auto;}

.container{ 
    width:auto;
    margin:0 20px;
}

input,textarea,select,button{
    font-family: 'Lato', sans-serif;
    font-size:16px;
    background:none;
    border: 2px solid #94A1B2;
    padding: 15px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 10px;
    outline: inherit;
    color:#1952B0;
}

input[type="text"]:selected{
    outline: inherit;
}

textarea{
    height:150px;
    max-height: 150px;
}

button, input[type="submit"]{
    font-size:16px;
    font-weight: normal;
    color:#fff;
    background:#DA0914;
    padding:18px 30px;
    border-radius: 100px;
    border:0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn{
    display: block;
    font-size:16px;
    font-weight: normal;
    padding:15px 30px;
    border-radius: 100px;
    border:0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn.red{
    background:#DA0914;
    color:#fff;
}

.btn.blue{
    background:#1952B0;
    color:#fff;
}

h1,h2,h3,h4,h5{
    color:#000;
    font-weight: 600;
}

h1{
    font-size:32px;
    line-height:37px;
}

h2{
    font-size:30px;
    line-height:35px;
}

h3{
    font-size:25px;
    line-height:30px;
}

h4{
    font-size:20px;
    line-height:25px;
}

#header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    padding: 10px 0;
    transition: .5s;
}

#header.bg{
    background: #fff; 
    box-shadow: 0 0 0.5em rgb(0 0 0 / 6%);
}

#header .user{
    float:left;
    margin-right:20px;
    background:url(../img/user.svg) no-repeat center;
    background-size:17px 23px;
    width:17px;
    height:23px;
    font-size: 0;
    color: transparent;
    display: block;
    margin-top:10px;
}

#header .back{
    background:#fff url(../img/arrow-left.svg) no-repeat center;
    border-radius: 12px;
    background-size:23px;
    width:44px;
    height:44px;
    font-size: 0;
    color: transparent;
    display: block;
    box-shadow: 3px 0px 8px rgb(0 0 0 / 12%);
}

#header .logo{
    float:left;
}

#header .alerts{
    float:left;
    margin-right:20px;
    background:url(../img/alert-none.svg) no-repeat center;
    background-size:21px 27px;
    width:21px;
    height:27px;
    font-size: 0;
    color: transparent;
    display: block;
    margin-top:7px;
}

#header .alerts.active{
    background:url(../img/alert-active.svg) no-repeat center;
    background-size:21px 27px;
}

#header .menu{
    float:left;
    background:#fff url(../img/menu.svg) no-repeat center;
    border-radius: 12px;
    background-size:23px;
    width:44px;
    height:44px;
    font-size: 0;
    color: transparent;
    display: block;
    box-shadow: 3px 0px 8px rgb(0 0 0 / 12%);
}

.full-menu{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    display: none;
    z-index: 3;
}

.full-menu .close{
    position: absolute;
    top:20px;
    right:20px;
    display: block;
    width:25px;
    height:25px;
    background:#fff url(../img/close.svg) no-repeat center;
    background-size:25px;
}

.full-menu ul{
    margin-top:70px;
}

.full-menu ul li{
    border-bottom: 1px solid #94A1B2;
}

.full-menu ul li a{
    display: block;
    padding:15px 20px;
    color:#000;
}

.full-menu .buttons{
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    padding-top:40px;
    background:#fff;
}

.full-menu .buttons .register{
    display: block;
    margin-top:20px;
    font-weight: 500;
    color:#DA0914;
    text-decoration: underline;
}

#content{
    padding-top:70px;
    margin-bottom: 70px;
}

#footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background:#fff;
    box-shadow: 0 0 0.5em rgb(0 0 0 / 6%);
    z-index:2;
}

body.ios #footer{
    padding-bottom: 15px;
}

#footer.fixed ul li {
    float: left;
    width: 25%;
}

#footer.fixed ul li a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    font-weight: 600;
    color:#94A1B2;
    padding:40px 10px 15px 10px;
    text-align: center;
}

#footer.fixed ul li a.active{
    color:#1952B0;
}

#footer.fixed ul li a.home{
    background:url(../img/home.svg) no-repeat center top 15px;
    background-size:20px;
}

#footer.fixed ul li a.home.active{
    background:url(../img/home-blue.svg) no-repeat center top 15px;
    background-size:20px;
}

#footer.fixed ul li a.courses{
    background:url(../img/course.svg) no-repeat center top 11px;
    background-size:30px;
}

#footer.fixed ul li a.courses.active{
    background:url(../img/course-blue.svg) no-repeat center top 11px;
    background-size:30px;
}

#footer.fixed ul li a.hotel{
    background:url(../img/hotel.svg) no-repeat center top 15px;
    background-size:20px;
}

#footer.fixed ul li a.hotel.active{
    background:url(../img/hotel-blue.svg) no-repeat center top 15px;
    background-size:20px;
}

#footer.fixed ul li a.promedico{
    background:url(../img/promedico.svg) no-repeat center top 15px;
    background-size:25px;
}

#footer.fixed ul li a.promedico.active{
    background:url(../img/promedico-blue.svg) no-repeat center top 15px;
    background-size:25px;
}

.left{
    float:left;
}

.right{
    float:right;
}

.posts .post{
    background:#fff;
    border-radius: 12px;
    box-shadow: 3px 0px 8px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
}

.posts .post .img{
    position: relative;
}

.posts .post .img .category{
    position: absolute;
    bottom:5px;
    display: inline-block;
    background:#DA0914;
    color:#fff;
    font-size:14px;
    padding:5px 10px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.posts .post img{
    display: grid;
    width:100%;
    object-fit: contain;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.posts .post .content{
    padding:15px;
    overflow: hidden;
}

.posts .post h4 a{
    color:#000;
}

.posts .post h4{
    margin-top:0;
    margin-bottom: 10px;
}

.posts .post .readmore{
    float:right;
    margin-top:15px;
}

.readmore{
    display: inline-block;
    color:#1952B0;
    font-weight: 600;
    background:url(../img/arrow-right.svg) no-repeat top 3px right;
    background-size:16px;
    padding-right:25px;
}

.courses .course, 
.reservations .reservation{
    background:#fff;
    border-radius: 12px;
    box-shadow: 3px 0px 8px rgb(0 0 0 / 12%);
    margin-bottom: 20px;
}

.courses .course .categories, 
.reservations .reservation .categories{
    overflow: hidden;
}

.courses .course .categories span,
.reservations .reservation .categories span{
    background:#E5F0F7;
    display: inline-block;
    color:#000;
    font-size:14px;
    padding:5px 10px;
    border-radius:100px;
    margin:0 5px 5px 0;
}

.courses .course .categories span.red{
    background:#DA0914;
    color:#fff;
}

.courses .course .categories span.green{
    background:#4DB429;
    color:#fff;
}

.courses .course .content,
.reservations .reservation .content{
    padding:15px;
    overflow: hidden;
}

.courses .course a,
.reservations .reservation a{
    color:#000;
}

.courses .course h4,
.reservations .reservation h4{
    margin-top:15px;
    margin-bottom: 10px;
}

.courses .course p,
.reservations .reservation p{
    color:grey;
    margin:0;
}

#socialmedia-section{
    background:#1952B0;
    padding:40px 0;
    color:#fff;
    margin-top:50px;
}

#socialmedia-section h3{
    color:#fff;
    margin-top:0;
    margin-bottom:30px;
}

#socialmedia-section ul{
    overflow: hidden;
    list-style: none !important;
    padding-left: 0 !important;
}

#socialmedia-section ul li{
    float:left;
    margin-right:20px;
}

#socialmedia-section ul li a{
    display: block;
    width:35px;
    height:35px;
}

#socialmedia-section ul li a.fb{
    background:url(../img/fb.svg) no-repeat center;
    background-size:35px;
}

#socialmedia-section ul li a.insta{
    background:url(../img/insta.svg) no-repeat center;
    background-size:35px;
}

#socialmedia-section ul li a.yt{
    background:url(../img/yt.svg) no-repeat center;
    background-size:40px;
}

#contact-section{
    background:#001A2C;
    color:#fff;
    padding:40px 0;
}

#contact-section h4{
    margin-top:0;
    color:#fff;
}

.phone-white{
    background:url(../img/phone-white.svg) no-repeat center left;
    background-size:20px;
    padding-left:30px;
    color:#fff;
}

.phone-big{
    display: flex;
    align-items: center;
    background:url(../img/phone-big.svg) no-repeat center left;
    background-size:32px;
    padding-left:45px;
    font-size:22px;
    line-height: 27px;
    min-height: 32px;
}

body.view-single-post #content ul{
    list-style: disc;
    padding-left:20px;
}

body.view-single-post #content ul li{
    margin-bottom: 10px;
}

.searchform{
    position: relative;
}

.searchform input{
    background:#fff;
    border-radius: 12px;
    border:0;
    box-shadow: 3px 0px 8px rgb(0 0 0 / 12%);
    padding-right:50px;
}

.searchform button{
    position: absolute;
    right:20px;
    width:50px;
    height:50px;
    background:url(../img/search.svg) no-repeat center;
    background-size:20px;
    color:transparent;
    font-size:0;
    margin:0;
    padding:0;
}

.box{
    padding:25px;
    background:#fff;
    box-shadow: 3px 0px 8px rgb(0 0 0 / 12%);
    border-radius: 15px;
    overflow: hidden;
}

.pagination{
    overflow: hidden;
    padding:5px;
}

.pagination li{
    float:left;
    margin-right:8px;
    margin-bottom: 8px;
}

.pagination li a, .pagination li.dots{
    display: block;
    border-radius: 12px;
    border:2px solid #fff;
    padding:8px 17px;
    text-align: center;
    box-shadow: 3px 0px 8px rgb(0 0 0 / 12%);
    background:#fff;
    color:#000;
}

.pagination li.currentpage a{
    border-color:#1952B0;
    color:#1952B0;
}

.pagination li.prev a{
    background:#fff url(../img/arrow-left.svg) no-repeat center;
    background-size:16px;
    font-size:0;
    color:transparent;
    padding:8px 21px;
}

.pagination li.next a{
    background:#fff url(../img/arrow-right.svg) no-repeat center;
    background-size:16px;
    font-size:0;
    color:transparent;
    padding:8px 21px;
}

.communicat{
    padding:15px;
    border-radius: 12px;
    background:#E5F0F7;
}

.communicat a{
    text-decoration: underline;
}

.communicat.info{
    background:#E5F0F7 url(../img/info.svg) no-repeat top 17px left 15px;
    background-size:20px;
    padding-left:47px;
}

.communicat.error{
    background:#E5F0F7 url(../img/error.svg) no-repeat top 17px left 15px;
    background-size:20px;
    padding-left:47px;
}

.communicat.success{
    background:#E5F0F7 url(../img/success.svg) no-repeat top 17px left 15px;
    background-size:20px;
    padding-left:47px;
}

.field{
    margin-bottom: 15px;
}

.field label{
    display: block;
    margin-bottom: 7px;
}

.field label span{
    color:#DA0914;
}

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