@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');

/*---------------------------------*/
/*---------------------------------*/
/*---------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   font-family: 'Roboto', sans-serif;
	cursor:default;
	font-size: 16px;
    font-weight: 300;
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 16px;
	color:#444;
	width: 100%;
	height: 100%;
	background-repeat:no-repeat;
	background-size:cover !important;
	background-position:top;
	background-attachment:fixed !important;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.1s ease-in-out;
}

body {
  background-image: url("../img/background.jpg");
	background-position: top right;
	background-size: 120% !important;
}

/*-----------------------------------------------*/
p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	font-size: 16px;
	cursor:default;
}

b{
    font-weight: 700;
}

p a
{
    color: white;
    font-family: 'Roboto', sans-serif;
}	

p a:hover
{
    color: #444;
}

h1
{
    font-family: 'Roboto';
	font-size:380%;
}

h2
{
    font-family: 'Roboto';
	font-size:400%;
	letter-spacing:-0.3px;
    padding-bottom:5px;
}

h4
{
    font-family: 'Roboto';
	text-transform:uppercase;
	font-size:200%;
	letter-spacing:-0.3px;
	padding-bottom:5px;
}

span
{
    font-family: 'Roboto';
    font-weight:bold;
}

span1
{
    font-family: 'avenir-font';
	font-size:120%;
}

span2
{
    font-family: 'arkhip';
	font-size:300%;
    line-height: 90%;
}

span5
{
	font-style:italic;
}


.btn {
    background-color: #F6BCD7;
	padding: 10px 25px;
    text-decoration: none;
    color: #A45462;
	border-radius: 10px;
	cursor: pointer;
}

.btn:hover {
	background-color: #dda9c1;
    color: #A45462;
}


/***************************************/
.darkBackground{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}


#box{
    position:relative;
    align-items: center;
    width: calc(100% - 80px);
    max-width: 1000px;
	height: auto; 
	min-height: calc(100% - 45px);
    left: 50%;
    transform: translateX(-50%);
    color: white;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 60px;
}

.logo{
    position: relative;
    width: 120px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
    cursor: pointer;
}

.textCtn{
    position: relative;
    margin-top: 80px;
    width: 50%;
    left: 55%;
    vertical-align: middle;
    padding-left: 10px;
}


.table td{
    padding-right: 40px;
    padding-bottom: 20px;
    vertical-align: top;
}

.table .noPaddingBottom{
    padding-bottom: 0;
}

.table a {
    color: white;
    cursor: pointer;
}

.whatsappBtn{
    background-color: white;
    border: 0;
    border-radius: 60px;
    padding: 4px;
    cursor: pointer;
    width: 175px;
}

.whatsappBtn img{
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
}

.whatsappBtn p{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 38px - 20px);
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    color: black;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}


footer {
    position: relative;
    background-color: #F6BCD7;
    color: #fff;
    height: 45px;
}

footer img{
    width: 25px;
    margin-top: 10px;
    cursor: pointer;
}

footer .left {
    position: relative;
    float: left;
    padding-left: 40px;
    padding-top: 13px;
}

footer .right {
    position: relative;
    float: right;
    padding-right: 40px;
}

footer a {
    text-decoration: none;
    color: #A45462;
    line-height: 20px;
    font-size: 12px;
}

footer a:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*------------------------------------------------------------
--------------------------------------------------------------
--------------------RESPONSIVE PART---------------------------
--------------------------------------------------------------
------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
    body {
        background-image: url("../img/background2.jpg");
        background-size: cover !important;
        background-position: right -160px top;
    }
    
    #box{
        width: calc(100% - 60px);
        padding-left: 20px;
        padding-right: 40px;
    }
    
    .textCtn{
        margin-top: 150px;
        width: 100%;
        max-width: 600px;
        left: 0%;
    }
    
    footer .left {
    padding-left: 20px;
}

footer .right {
    padding-right: 20px;
}
}

@media only screen and (max-width: 768px) {
    
}

@media only screen and (max-width: 500px) {
    
}

@media only screen and (max-width: 400px) {
}