body{
    background-color: #252525;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin:0;
    padding: 0;
    /*overflow: hidden;*/
}
.wrapper{
    min-height: calc(100vh - 32px);
}
.main {
    max-width: 1225px;
    margin: 0 auto;
    padding-top: calc(50vh - 280px - 16px);
    text-align: center;
}
.main a{
    width:500px;
    height: 500px;
    transition: all .5s linear;
    border: 4px double #55463E;
    display: inline-block;
    padding:25px;
    position: relative;

}
.queen_santorini, .conchaconperla{
    position: relative;
    width:500px;
    height: 500px;
    background-size: cover;
    display: inline-block;
    /*border: 4px double #55463E;*/
    /*padding: 25px;*/
    z-index: -1;
    transition: all .5s linear;

}
.queen_santorini{
    background: url('/landing_page/images/landing_conchaconperla2.png') center center no-repeat;
    float: left;
}
.conchaconperla{
    background: url('/landing_page/images/82-new.jpg') center center no-repeat;
    float: right;
}
.txt_queen_santorini, .txt_conchaconperla{
    height: auto;
    width: 230px;
    background-color: #55463E;
    color: #fff;
    font-size: 30px;
    margin: auto;
    text-align: center;
    letter-spacing: 5px;
    margin-top: calc(50% - 45px);
    font-weight: lighter;
    padding: 12px;
}
.txt_queen_santorini{

}
.txt_conchaconperla{
}
.copy_div{
    color: #55463E;
    width: 80%;
    text-align: center;
    display: inline-block;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    padding-bottom: 10px;
}
.main img{
    height: 177px;
    width: 115px;
    background: #55463E;
    border-radius: 50%;
    padding: 0 31px;
    vertical-align: 170px;
    margin: auto -50px;
    transition: all .5s linear;
    z-index: 99;
    position: relative;
}
.left, .logo{
    width:9%;
    text-align: center;
    display: inline-block;
}
.logo img{
    width:20px;
    height: 20px;
    margin-top:-5px;
}
@media screen and (max-width:1240px){
    .queen_santorini, .conchaconperla{
        width:400px;
        height:400px;
        transition: all .5s linear;
    }
    .main a{
        width:400px;
        height:400px;
        transition: all .5s linear;
        padding: 25px;
    }
    .main img{
        height: 160px;
        width: 103px;
        vertical-align: 145px;
        transition: all .5s linear;
    }
    .main{
        padding-top: calc(50vh - 229px - 16px);
    }
}
@media screen and (max-width:1005px){
    .queen_santorini, .conchaconperla{
        width:300px;
        height:300px;
        transition: all .5s linear;
    }
    .main a{
        width:300px;
        height:300px;
        transition: all .5s linear;
        padding: 25px;
    }
    .main img{
        height: 137px;
        width: 77px;
        vertical-align: -50px;
        transition: all .5s linear;
    }
    .txt_queen_santorini, .txt_conchaconperla{
        height: auto;
        width: 180px;
        font-size: 20px;
        transition: all .5s linear;
    }
    .main{
        padding-top: calc(50vh - 179px - 16px);
    }
}
@media screen and (max-width:778px){
    .main a{
        width: 65%;
        height: 65vw;
        transition: all .5s linear;
        margin: 30px 0;
    }
    .queen_santorini, .conchaconperla {
        width: 100%;
        height: 65vw;
        transition: all .5s linear;
    }
    .main img {
        transition: all .5s linear;
        position: absolute;
        top: 20px;
        left: calc(50% - 25px);
        height: 165px;
        width: 105px;
    }
    .txt_queen_santorini, .txt_conchaconperla{
        height: auto;
        width: 200px;
        font-size: 25px;
        transition: all .5s linear;
    }
    .main {
        padding-top: 200px;
    }
    .logo img {
        margin-bottom: -5px;
    }
    footer .logo{
        width: 100%;
        margin-bottom: 10px;

    }

}
@media screen and (max-width:480px){
    .txt_queen_santorini, .txt_conchaconperla{
        height: auto;
        width: 40vw;
        font-size: 14px;
        transition: all .5s linear;
    }
    .main img{
        transition: all .5s linear;
        position: absolute;
        top: 20px;
        left: calc(50% - 22px);
        height: 145px;
        width: 85px;
    }
    .left, .logo{
        width: 6%;
    }
    .logo img {
        margin-bottom: -5px;
    }
    .main {
        padding-top: 160px;
    }
    footer .logo{
        width: 100%;
        margin-bottom: 10px;

    }
}
