@import url('https://fonts.googleapis.com/css?family=Montserrat:wght@100;300;400;500;700;900&display=swap');

@-ms-viewport { width: device-width; }
@keyframes Animatezoom {
	from { transform: scale(0); }
	to { transform: scale(1); }
}
@keyframes FadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes RotationTo {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes SlideUp {
	from {
		opacity: 0;
		transform: translateY(100%);
	} 
	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

.Animate { animation: Animatezoom 1s; }
.Fade { animation: FadeIn 1s; }
.Rotation { animation: RotationTo 2s linear infinite; }
.Slide {
	animation: SlideUp 1s;
	visibility: visible;
}

a {
	color: rgb(150, 1, 3);
	text-decoration: none;
}
a:hover {
	color: rgb(27, 78, 155);
	cursor: pointer;
	text-decoration: none;
	transition: 1s;
}
body {
    margin: 0;
	background-color: rgb(21, 21, 21);
}
body, html {
	align-items: center;
	color: rgb(128, 128, 128);
	font-family: Montserrat, Helvetica, Arial, Verdana;
	font-size: 12pt;
	height: 100%;
	width: 100%;
}
button {
    border-radius: 20px;
}
div {
	align-items: center;
	overflow: auto;
}
footer {
	background-image: url("../images/backcolor2.png");
	background-size: 100% calc(100% - 50px);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: rgb(255, 255, 255);
	font-size: small;
}
header {
    background-image: url("../images/backcolor1.png");
	background-size: 100% 60px;
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
    width:100%;
    z-index: 1;
}
hr { border-bottom: 1px solid rgb(128, 128, 128); }
img { border: 0; }
input, select, button, textarea {
	margin: 5px 0;
	padding: 10px;
}
input[type=checkbox] { cursor: pointer; }
input[type=checkbox], input[type=email], input[type=password], input[type=text], select, textarea { border: 1px solid rgb(240, 240, 240); }
input[type=button], input[type=Submit], button {
	background-color: rgb(150, 1, 3);
	border-width: 0;
	color: rgb(255, 255, 255);
	padding: 10px 20px;
}
input[type=Submit]:focus, input[type=Submit]:focus, button:focus { background-color: rgba(150, 1, 3, 0.75); }
input[type=Submit]:hover, input[type=Submit]:hover, button:hover {
	background-color: rgba(150, 1, 3, 0.5);
	cursor: pointer;
	transition: .5s;
}
input[type=Submit]:active, input[type=Submit]:active, button:active {
	background-color: rgba(150, 1, 3, 0.25);
	color: rgb(0, 0, 0);
}
input[type=Submit]:disabled, input[type=Submit]:disabled, button:disabled {
	background-color: rgb(200, 200, 200);
	color: rgb(100, 100, 100);
}
input:focus, select:focus, button:focus, textarea:focus { outline: none !important;}
input[type=checkbox]:after {
    content: attr(value);
    margin: -3px 15px;
    vertical-align: top;
    white-space:nowrap;
    display: inline-block;
}
label {
	align-items: center;
	font-family: Montserrat, Helvetica, Arial, Verdana;
	font-size: 12pt;
}
nav {
    float: right;
}
    nav a {
        color: rgb(255, 255, 255);
    }
    nav li {
        float: left;
        font-size: large;
        padding: 15px 15px 0 15px;
    }
    nav ul {
        list-style: none;
    }





.box {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(240, 240, 240);
	margin: 10px;
	padding: 10px;
}
.box-no-limit {
	background-color: rgb(255, 255, 255);
	margin: 10px;
	padding: 10px;
}
.btn-more {
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: none;
	float: right;
	font-size: xx-large;
	font-weight: bold;
	padding: 0 5px;
}
.btn-search {
	background-color: rgb(150, 1, 3);
	width: 150px;
}
.carousel {
	background-image: url("../images/carrousel3.jpg");
	background-size: cover;
	height: 50vh;
}
[class*="col-"] { float: left; }
.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-2-3 { width: 20%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.copyright { padding: 10px; }
.div-center {
	color: rgb(255, 255, 255);
    padding: 50px;
    text-align: center;
}
.div-services {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
}
    .div-services form {
        padding: 50px;
    }
    .div-services .left {
        float: left;
        padding: 50px;
        text-align: center;
        width: calc(100% - 400px);
    }
        .div-services .left .box{
            min-height: 150px;
            padding: 10px;
            margin: 0 20px 20px 20px;
        }
    .div-services .right {
        background-color: rgb(40, 40, 40);
        float: right;
        min-height: 500px;
        padding: 50px;
        text-align: center;
        width: 400px;
    }
.div-header {
	background-image: url('../images/fotoback.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgb(255, 255, 255);
	min-height: 600px;
    margin-top: 60px;
    padding: 200px 50px 50px 50px;
}
.header-top-left {
	float: left;
	height: 100px;
	width: 200px;
}
    .header-top-left img {
        padding: 20px;
        position: fixed;
        width: 200px;
        z-index: 999;
    }
.header-top-right {
	float: right;
	height: 100px;
}
.footer {
	min-height: 150px;
    padding: 50px 10px;
	width: 100%
}
.footer-div {
	color: rgb(240, 240, 240);
	padding-top: 20px;
	text-align: center;
}
.footer-div a { color: rgb(240, 240, 240); }
.footer-div a:hover { color: rgb(225, 225, 225); }
.footer-div li {
	list-style: none;
	text-align: left;
}
.img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding-top: 150px;
}
.input-search {
	color: rgb(128, 128, 128);
	width: calc(100% - 155px);
}
.menu-mobile {
	background-color: rgb(27, 78, 155);
	display: none;
	padding: 0px 5px 5px 5px;
    z-index: 1000;
}
.mobile, .tablet { display: none; }
.modal-fixed {
	align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
	display: flex;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999999;
}
.modal-flex {
	align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
	display: flex;
    height: 100%;
    width: 100%;
}
.modal-dialog, .modal-dialog-radius {
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    margin: auto;
    max-width: 500px;
    padding: 25px;
}
.modal-dialog-radius {
	border-radius: 20px;
}
.networks img { height: 50px; }
.networks li {
	float: left;
	padding: 5px;
}
.page {
    min-height: calc(100vh - 150px);
}
.px20 {
    padding: 20px 0;
}
.px80 {
    padding: 80px 0;
}
.service_imag {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.subtitle {
    font-size: x-large;
    color: rgb(128, 128, 128);
}
.title {
    font-size: xx-large;
    color: rgb(150, 1, 3);
}
.widthauto {
    margin: auto;
    max-width: 1200px;
	width: 100%;
}
@media only screen and (max-width: 790px) {
    header {
        background-image: url("../images/backcolor1.png");
    	background-size: 100% 45px;
    	background-repeat: no-repeat;
    	background-position: center top;
    	position: fixed;
        width:100%;
    }
    nav {
        float: none;
    }
        nav li {
            float: none;
            font-size: large;
            padding: 10px;
        }
    .btn-more, .tablet {
		display: block;
	}
    .header-top-center {
		height: 75px;
		width: 152px;
	}
		.header-top-center img {
			height: 55px;
		}
	.header-top-left, .header-top-right {
		height: 75px;
	}
	.mobile, .pc {
		display: none
	}
}

@media only screen and (max-height: 400px), screen and (max-width: 400px) {
    .carrousel {
    	height: 100vh;
    }
    [class*="col-"], .div-services .left {
		float: none;
		width: 100%;
	}
	.mobile {
		display: block;
	}
	.pc, .tablet {
		display: none
	}
    .px20 {
        padding: 10px 0;
    }
    .px80 {
        padding: 50px 0;
    }
}