@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}

header{
	position:fixed;
	top:0;
    left:0;
    width:100%;
	height:80px;
	background:#fff;
	z-index:999;
	box-shadow: 0 0 10px -3px #000;
}
header h1{
	font-size: 36px;
	color:#000;
	font-weight: bold;
	/*font-family:'Bebas Neue', cursive;*/
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	cursor:default;
}
.header_contact p{
	margin:0;
	text-align: right;
}
.header_contact p a{
	color:#000;
	text-decoration:none;
}
@media (max-width:1200px){
	header h1{
		font-size:32px;
	}
}
@media (max-width:925px){
	header h1{
		font-size:24px;
	}
}
@media (max-width:770px){
	.logo_container{
		height:auto!important;
	}
}
@media (max-width:840px){
	.header_contact{
		font-size: 12px;
	}
}
@media (max-width:380px){
	.header_contact{
		font-size: 11px;
	}
	.header_contact a i{
		font-size:12px!important;
	}
}

.bounce_arrow{
	position: absolute;
    bottom: 10px;
    left: 50%;
    color: #fff;
    z-index: 1;
    font-size: 40px;
    transform: translateX(-50%);
	cursor:pointer;
}

.section{
	position:relative;
}
.section-50{
	min-height:calc(50vh - 80px);
}
.section-full{
	min-height:calc(100vh - 80px);
}
.section-100{
	margin-top:80px;
	height:calc(100vh - 80px);
}
.section-bg-light{
	background:#efefef;
}
.section h2{
	text-align:center;
	font-size:38px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}

.full_content{
	height:100%;
	z-index: 2;
    position: relative;
}

.slider_image{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.service-icon-container{
	width: 140px;
    height: 140px;
    margin: 10px;
}
.service-icon-circle{
	width:100%;
	height:100%;
	border-radius:5px;
	position:relative;
	border:2px solid #000;
}
.service-icon{
	height:100%;
	width:100%;
}

.thumbnails{
	position: relative;
    width: 100%;
    height: 100%;
	background:transparent;
	-webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.thumbnails img{
	width:100%;
}
.thumbnail-plus{
	position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    background:#000;
	opacity:0;
    height: 100%;
    width: 100%;
	text-decoration:none;
	-webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
.thumbnail-plus:hover{
	color:#fff;
	text-decoration:none;
}
.thumbnails:hover > .thumbnail-plus{
	opacity:0.5;
	cursor:pointer;
}

footer{
	min-height:120px;
	background:#fff;
	padding:10px 0 0 0;
}
footer .footer-title{
	margin-bottom:5px;
	font-size:18px;
}
footer p{
	font-size:16px;
	color:#000;
	margin:0;
	padding:0;
}
footer a{
	color:#000;
	text-decoration:none;
	border-bottom:1px solid transparent;
}
footer a:hover{
	border-bottom:1px solid #000;
	color:#000;
}
footer .footer-icon{
	width: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.footer_contacto p{
	margin:0;
	padding:0;
}
.footer_contacto a{
	color:#000;
	text-decoration:none;
	border-bottom:1px solid transparent;
}
.footer_contacto a:hover{
	text-decoration:none;
	color:#000;
	border-bottom:1px solid #000;
}
.footer_contacto .fas,.footer_contacto .far,.footer_contacto .fab{
	width:20px;
	text-align:center;
}
.copyright{
	position: absolute;
    bottom: 5px;
    right: 15px;
	z-index:2;
	text-align:right;
}
.copyright p{
	font-size:14px;
	margin:0;
	padding:0;
}

.footerDivisor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.footerDivisor svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 110px;
}
.footerDivisor .shape-fill {
    fill: #ffffff;
}

.bg-light-red{
	background: #ffd1d1;
    color: #000000;
    padding: 0 5px;
    border-radius: 5px;
}
.color-light-red{
	color:#ff0000;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	background-color:#000;
}

.form-floating>.form-control, .form-floating>.form-select{
	height: calc(2.5rem + 2px);
}
.form-floating>label{
	padding:0.5rem .75rem;
	font-size:14px;
}

.instagram-bg {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.facebook-bg{
	color:#4267B2;
}