*{box-sizing:border-box;}

body, html{margin:0;padding:0;}

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

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.content .text{position: relative;
	max-width: 100%;}

.content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;text-align:center;
flex-direction:column;height:100vh;max-width:100% !important;font-family: 'Rubik', sans-serif;color:#fff;}

.logo{width:400px;margin-bottom:40px;max-width:100%;}

.content h2{font-weight: 800;
	font-size: 2.5rem;}

.content h3{font-weight:700;font-size:1.5rem;}

.content .link-email .icon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M22 20.007a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V19h18V7.3l-8 7.2-10-9V4a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v16.007zM4.434 5L12 11.81 19.566 5H4.434zM0 15h8v2H0v-2zm0-5h5v2H0v-2z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");background-position:center;background-size:cover;width: 25px;
height: 25px;
display: block;margin-right: 15px;
}

.content .link-email{
	display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 1.2rem;
background: #0d6efd;
border-radius: 35px;
height: 40px;
width: 470px;
text-decoration: none;
margin: 20px auto;
}

.content .link-email:hover{
	background:#ccc;}

.content .link-whatsapp .icon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M7.253 18.494l.724.423A7.953 7.953 0 0 0 12 20a8 8 0 1 0-8-8c0 1.436.377 2.813 1.084 4.024l.422.724-.653 2.401 2.4-.655zM2.004 22l1.352-4.968A9.954 9.954 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10a9.954 9.954 0 0 1-5.03-1.355L2.004 22zM8.391 7.308c.134-.01.269-.01.403-.004.054.004.108.01.162.016.159.018.334.115.393.249.298.676.588 1.357.868 2.04.062.152.025.347-.093.537a4.38 4.38 0 0 1-.263.372c-.113.145-.356.411-.356.411s-.099.118-.061.265c.014.056.06.137.102.205l.059.095c.256.427.6.86 1.02 1.268.12.116.237.235.363.346.468.413.998.75 1.57 1l.005.002c.085.037.128.057.252.11.062.026.126.049.191.066a.35.35 0 0 0 .367-.13c.724-.877.79-.934.796-.934v.002a.482.482 0 0 1 .378-.127c.06.004.121.015.177.04.531.243 1.4.622 1.4.622l.582.261c.098.047.187.158.19.265.004.067.01.175-.013.373-.032.259-.11.57-.188.733a1.155 1.155 0 0 1-.21.302 2.378 2.378 0 0 1-.33.288 3.71 3.71 0 0 1-.125.09 5.024 5.024 0 0 1-.383.22 1.99 1.99 0 0 1-.833.23c-.185.01-.37.024-.556.014-.008 0-.568-.087-.568-.087a9.448 9.448 0 0 1-3.84-2.046c-.226-.199-.435-.413-.649-.626-.89-.885-1.562-1.84-1.97-2.742A3.47 3.47 0 0 1 6.9 9.62a2.729 2.729 0 0 1 .564-1.68c.073-.094.142-.192.261-.305.127-.12.207-.184.294-.228a.961.961 0 0 1 .371-.1z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");background-position:center;background-size:cover;width: 25px;
height: 25px;
display: block;margin-right: 15px;
}

.content .link-whatsapp{
	display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 1.2rem;
background: #34af23;
border-radius: 35px;
height: 40px;
width: 470px;
text-decoration: none;
margin: 20px auto;
}

.content .link-whatsapp:hover{
	background:#257e19;}


@media(max-width:992px){
.logo {width: 300px;}
.content h2{font-size:2rem;}
.content h3{font-size:1.2rem;}
.content .link-email{max-width:100%;font-size:1rem;}
.content .link-email .icon{width:22px;height:22px;}
	.content .link-whatsapp{max-width:100%;}
}



