@charset "utf-8";
/* CSS Document */

body {
    height: 100%;
    width: 100%;
    font-family: Catamaran, sans-serif;
    background-color: white;
    position: relative;
    margin: 0;
}

.div_logo {
    height: 18vh;
    width: 100%;
    position: relative;
}

.img_logo {
    left: 4vw;
    top: 1vh;
    float: left;
    height: 18vh;
    width: 27vw;
    position: relative;
    object-fit: contain;
}

.div_menu {
    height: 10vh;
    width: 100%;
    top: 20vh;
    position: relative;
}

#menu {
    margin-top: 1vh;
    background-color: white;
}

#menu > li {
    float: right;
}

li a:hover {
    color: #EF7967;
}

ul {
    float: right;
    width: 100%;
    list-style: none;
}

li a {
    display: block;
    color: #0F4881;
    float: right;
    text-decoration: none;
    text-align: center;
    font-size: 1.35vw;
    width: 100%;
    padding: 1vh 4vw;
    font-family: Catamaran, sans-serif;
    font-weight: bold;
}

.div_name_of_service {
    top: 10vh;
    background-color: #0F4881;
    height: 5vh;
    position: relative;
}

.div_icon {
    height: 10vh;
    float: left;
    width: 15%;
    position: relative;
}

.div_text {
    height: 14vh;
    float: right;
    width: 80%;
    position: relative;
}

/*
.text{
    margin-top: 10vh;
    height: 10vh;
    font-size: 0.95vw;
    width: 80%;
    font-weight: normal;
}

.icon{
    margin-top: 10vh;
    margin-left: 6vw;
    position: relative;
    height: 10vh;
}
*/
.icon_with_content {
    height: 14vh;
    position: relative;
    margin-bottom: 5vh;
}

.title_of_service {
    color: white;
    font-size: 1.35vw;
    font-family: Catamaran, sans-serif;
    font-weight: bold;
    margin-top: 1vh;
    margin-bottom: 1vh;
    position: absolute;
    margin-left: 6vw;
    height: 5vh;
}

#text_consultation {
    margin-top: 9vh;
    height: 10vh;
    font-size: 1.0vw;
    width: 80%;
    font-weight: normal;
    text-align: justify;
}

#icon_consultation {
    margin-top: 9vh;
    margin-left: 6vw;
    position: relative;
    height: 10vh;
}

#text_individual {
    margin-top: 12vh;
    height: 10vh;
    font-size: 1.0vw;
    width: 80%;
    font-weight: normal;
    text-align: justify;
}

#icon_individual {
    margin-top: 12vh;
    margin-left: 6vw;
    position: relative;
    height: 10vh;
}

#text_addictions {
    margin-top: 12vh;
    height: 14vh;
    font-size: 1.0vw;
    width: 80%;
    font-weight: normal;
    text-align: justify;
}

#icon_addictions {
    margin-top: 12vh;
    margin-left: 6vw;
    position: relative;
    height: 10vh;
}

#title_couples_and_marriages {
    margin-top: 16vh;
}

#text_couples_and_marriages {
    margin-top: 12vh;
    height: 10vh;
    font-size: 1.0vw;
    width: 80%;
    font-weight: normal;
    text-align: justify;
}

#icon_couples_and_marriages {
    margin-top: 12vh;
    margin-left: 6vw;
    position: relative;
    height: 10vh;
}

#text_neuropsychological_diagnosis {
    margin-top: 12vh;
    height: 10vh;
    font-size: 1.0vw;
    width: 80%;
    font-weight: normal;
    text-align: justify;
}

#icon_neuropsychological_diagnosis {
    margin-top: 12vh;
    margin-left: 6vw;
    position: relative;
    height: 10vh;
}

#title_group_psychotherapy {
    margin-top: 16vh;
}

#text_group_psychotherapy {
    margin-top: 12vh;
    height: 10vh;
    font-size: 1.0vw;
    width: 80%;
    font-weight: normal;
    text-align: justify;
}

#icon_group_psychotherapy {
    margin-top: 12vh;
    margin-left: 6vw;
    position: relative;
    height: 10vh;
}

#text_group_workshops {
    margin-top: 12vh;
    height: 10vh;
    font-size: 1.0vw;
    width: 80%;
    font-weight: normal;
    margin-bottom: 2vh;
    text-align: justify;
}

#icon_group_workshops {
    margin-top: 12vh;
    margin-left: 6vw;
    position: relative;
    height: 10vh;
    margin-bottom: 2vh;
}

input{
    display: none;
}

span{
    display: none;
}
