body,html{
	width: 100%;
	height: 100%;

}
.row{
 	margin: 0%!important;
 	padding: 0%!important;
 	justify-content: center!important;
}

.hr-services{
	margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    /* width: 90%; */
    /* margin-left: 5%; */
    border-top: 2px solid #eee;
}




	#animate-area	{ 
	    width: 100%;
	    height: 100vh;
	    background-image: url(../images/img/2.jpg);
	    background-position: 0px 0px;
	    position: absolute;
	    background-size: cover;
	    background-position: center;
	}

	.fondo-00{
	    position: absolute;
	    width: 100%;
	    height: 100vh;
	    background: #ffffffdb;
	}
/* vectrs */

.vector-top{
	position: absolute;
	top: 0%;
	width: 100%;
	z-index: 1;
}

.vector-top-02{
	position: absolute;
	top: 0%;
	width: 100%;
	z-index: 0;
}

.vector-bottom{
	position: absolute;
	bottom: 0%;
	width: 100%;
	z-index: 1;
}

.vector-bottom-02{
	position: absolute;
	bottom: 0%;
	width: 100%;
	z-index: 0;
}

.gif-start {
	  width: 100%;
	  height: 100%;
	  background: #fff;
	  position: absolute;
	  top: 0;
	  left: 0;
	  display: flex;
	  animation: gif-start -2s 10s;
	  visibility: hidden;
	  opacity: 1;
	  z-index: 5;
	}

	@keyframes gif-start {
	  50% {
	    visibility: visible;
	    opacity: 1;
	    background: #fff;
	  	}

		100% {
		    visibility: visible;
		    opacity: 0;
		    background: #fff;
		  	}

	}

/*** INICIO ***/

	.container-sections{
		width: 100%;
		height: 100%;
		margin: 0% 0% 0% 0%;
		padding: 0% 0% 0% 0%;
		background-color: #FFF;
		display: flex;
		position: relative;
	}

	.body-coontent{
		width: 100%;
		padding: 0%;
		margin: auto;
	}

	.body-lateral-content{
		width: 0%;
		height: 100%;
		padding: 0%;
		background-color: #fffffff2;
		margin: auto;
		position: absolute;
		display: flex;
		top: 0%;
		right: 0%;
		opacity:0;
		transition: 0.5s;
	}

	.body-id{
		background-color: #0000;
	}

	.dicard-logo{
		position: absolute;
		font-family: 'Questrial', sans-serif;
		bottom: 0.5%;
		right: 1%;
		color: #1e1d1d;
		font-size: 12px;
		letter-spacing: 1px;
	}

	.dicard-logo:hover{
		color:#fff;
	}

	/*** ETERPRISE LOGO ***/
		.enterprise-logo{
		    width: 50%;
		    margin: 0 auto;
		    position: absolute;
		    top: -60%;
		    left: 0;
		    right: 0;
		}

		.carousel-control{
			background: none!important;
			background-color: none!important;
		}
	/*** PICTURE **/

		.picture-id{
			position: relative;
			margin: auto;
			width: 100%;
			padding: 0%;
			display: flex;
		}

		.picture-id img{
			background: #fff;
			margin: 0% auto;
			padding: 0%;
			width: 220px;
			height: 220px;
			border-radius: 100%;
			cursor: pointer;
    		box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 30%);
    		object-fit: cover;
    		object-position: top;
		}

	/*** INFO ***/

		.info-id{
			width: 100%;
			margin: 0%;
			padding: 0%;
		}

		.info-id h1{
			font-family: 'Questrial', sans-serif;
		    width: 100%;
		    margin: 10% auto 3% auto;
		    padding: 0%;
		    text-align: center;
		    font-size: 30px;
		    color: #111;
		    font-weight: bold;
		    letter-spacing: 1px;
		}

		.info-id h2{
			font-family: 'Questrial', sans-serif;
			width: 100%;
			margin: 0% auto 0% auto;
			padding: 0%;
			text-align: center;
			font-size: 22px;
			color: #111;
			letter-spacing: 0.5px;
		}

	/*** SERVICES ***/

		.services-id{
			width: 100%;
			height: 8%;
			margin: 0%;
		    padding: 0%;
		    position: absolute;
		    bottom: 0;
		    background: #fff;
		    transition: 0.5s;
		    text-align: center;
		    border-radius: 0px;
		    z-index: 2;
		    border-top: 4px solid #e96c32;
		}

		.services-id button{
			width: 24%;
		    border-radius: 15px 15px 0px 0px;
		    font-size: 19px;
		    border: none;
		    outline: none;
		    cursor: pointer;
		    background: #fff;
		    color: #000000a6;
		    padding: 2px 0px 0px 0px;
		    position: absolute;
		    bottom: 0%;
		    left: 38%;
		    border: 4px solid #ff6500;
		    border-bottom: 0px;
		    line-height: 0px;

		}

		.services-id-02 {
			width: 100%;
			text-align: center;
		}

		.services-id-02 button{
			font-family: 'Questrial', sans-serif;
		    border-radius: 5px;
		    letter-spacing: 2px;
		    font-size: 23px;
		    border: none;
		    font-weight: bold;
		    outline: none;
		    cursor: pointer;
		    background: #fcb016;
		    color: #1e1d1d;
		    padding: 2px 20px;
		    box-shadow: 0px 0px 19px -4px #0000007d;
		}

		.btn-return{
			position: relative!important;
		    background: #fff0!important;
		    border-radius: 5px!important;
		    font-weight: bold;
		    letter-spacing: 1px;
		    font-size: 28px!important;
		    border: 0px solid #ffffffa1!important;
		    left: 0%!important;
		    color: #f0b310!important;
		}

	/*** CONTACT ***/

		.contact-id{
			width: 100%;
			margin: 10% 0% 0% 0%;
			padding: 0%;
			text-align: center;
		}

		.contact-id ul{
			width: 100%;
			margin: 0%;
			padding: 0%;
			display: flex;
			list-style: none;
			justify-content: center;
		}

		.contact-id li{
			width: 50px;
			height: 50px;
			display: flex;
			background-color: #ffffffde;
			margin: 0% 2%;
			border-radius: 5px;
		}

		.contact-id i{
			margin: auto;
			font-size: 28px;
			color:#000;
		}
		
	/*** LATERAL CONTENT ***/

		.laterl-content-resume{
			margin: auto;
			width: 100%;
			height: 100%;
			padding: 0%;
			
		}

		.active-lateral-content{
			display: flex;
			width: 100%;
			opacity: 1;
			transition: 0.5s;
			z-index: 3;
		}

		.row-lateral-content{
			display: none;
			margin: auto;
			height: 100%;
			width: 100%;
		}

		.close{
			color: #000!important;
		    position: absolute;
		    right: 5%;
		    top: 2%;
		    z-index: 2;
		    cursor: pointer;
		    opacity: 1!important;
		}


		.active-row-lateral-content{
			display: block;
		}

		/*** RESUME CONTENT ***/

		.resume-content{
			margin: auto;
			width: 100%;
			height: 100%;
			padding: 0% 5%;
			display: none;
		}

		.resume-content h1{
			font-family: 'Questrial', sans-serif;
		    width: 100%;
		    letter-spacing: 0.5px;
		    margin: auto;
		    color: #111;
		    text-align: center;
		    font-size: 30px;
		    margin-bottom: 10px;
		}

		.resume-content h2{
			font-family: 'Questrial', sans-serif;
			width: 100%;
			letter-spacing: 0.5px;
 			margin: auto;
 			text-align: center;
 			color: #111;
 			font-size: 22px;
		}

		.resume-content p{
			font-family: 'Questrial', sans-serif;
		    width: 100%;
		    padding: 5% 5% 5% 5%;
		    letter-spacing: 1px;
		    margin: auto;
		    text-align: justify;
		    color: #111111e0;
		    font-size: 18px;
		    line-height: 20px;
		    font-weight: bold;

		}

		.btn-resume{
			border: none;
		    padding: 8px 15px;
		    border-radius: 5px;
		    background: #000;
		    color: #fff;
		    font-weight: normal;
		    letter-spacing: 1px;
		   	width: 50%;
		   	font-size: 15px;
    		margin-left: 25%;
		}

		.list-school{
			font-family: 'Questrial', sans-serif;
		    font-size: 20px;
		    letter-spacing: 0.5px;
		    list-style: none;
		    margin-top: 15px;
		    padding: 0% 0% 0% 0%;
		}

		.list-school li{
			position: relative;
			text-align: left;
			padding-left: 25px;
		}

		.list-school li>i{
			position: absolute;
		    left: 5px;
		    top: 8px;
		    color: #f0b310;
		    font-size: 12px;
		}


		/*** SERVICES CONTENT ***/

		.services-content{
			margin: 0%;
			width: 100%;
			height: 94%;
			padding: 0%;
			display: none;
		}

		.services-content>div{
			width: 88%;
			height: 100%;
		    margin: auto;
		    margin-top: 5%;
		    background: #0000;
		}

		.services-content h2{
			font-family: 'Questrial', sans-serif;
		    width: 100%;
		    letter-spacing: 1px;
		    margin: 0% 0% 10% 0%;
		    text-align: left;
		    color: #111111e6;
		    background: #0000;
		    font-size: 30px;
		    line-height: 31px;
		    cursor: pointer;
		    padding: 10px 5px;
		    border-radius: 5px;
		    font-weight: bold;
		}


		/*** SERVICES CONTENT ***/

		.share-content{
			margin: auto;
			width: 100%;
			height: 100%;
			padding: 0%;
			display: none;
		}

		.share-content h2{
			font-family: 'Questrial', sans-serif;
			width: 100%;
			letter-spacing: 0.5px;
 			margin: 5% auto 10% auto;
 			text-align: center;
 			color: #111;
 			font-size: 22px;
 			cursor: pointer;
		}

		.share-content h2>i{
			color: #0000;
		    margin: 0px 5px;
		}


		/***/	

		.qr-content{
			margin: auto;
		    width: 100%;
		    height: 100%;
		    padding: 0%;
		    display: none;
		}


		/*****/

		.active-content{
			display: flex;
		}


		.btn-buenfin {
		    width: 5%;
		    position: absolute;
			right: 4%;
    		top: 2%;
		    border: none;
		    z-index: 5;
		    cursor: pointer;
		}

		.modal-content{
			padding: 5% 0%;
		}

		.title-qr{
		    margin: 10% 0% 0% 0%;
		    font-size: 20px;
		    text-align: left;
		    padding-left: 5%;
		}

		#snackbar {
		visibility: hidden;
	    min-width: 200px;
	    margin-left: -125px;
	    background-color: #333;
	    color: #fff;
	    text-align: center;
	    border-radius: 20px;
	    padding: 6px;
	    position: fixed;
	    z-index: 1;
	    left: 58%;
	    bottom: 30px;
	    font-size: 16px;
		}

		#snackbar.show {
		  visibility: visible;
		  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
		  animation: fadein 0.5s, fadeout 0.5s 2.5s;
		}

		@-webkit-keyframes fadein {
		  from {bottom: 0; opacity: 0;} 
		  to {bottom: 30px; opacity: 1;}
		}

		@keyframes fadein {
		  from {bottom: 0; opacity: 0;}
		  to {bottom: 30px; opacity: 1;}
		}

		@-webkit-keyframes fadeout {
		  from {bottom: 30px; opacity: 1;} 
		  to {bottom: 0; opacity: 0;}
		}

		@keyframes fadeout {
		  from {bottom: 30px; opacity: 1;}
		  to {bottom: 0; opacity: 0;}
		}
		a:hover {
		    text-decoration: none;
		}

/***/

.dropdown-services{
    font-family: 'Questrial', sans-serif;
    width: 100%;
    margin-top: 5px;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 20%);
    border: 1px solid #eee;
}

.dropdown-services p{
	font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-align: justify;
    margin-top: 0;
    padding: 0% 5% 5%;
    margin-bottom: 0;
}

.dropdown-services ul{
	font-family: 'Questrial', sans-serif;
	width: 100%;
	margin: 0%;
	padding: 0%;
	list-style: none;
}

.dropdown-services ul>li{
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 19px;
    padding: 3% 4%;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
}

.dropdown-services ul>li>i{
    position: absolute;
    left: auto;
    top: 10px;
    font-size: 1em;
    color: #e96c32;
    right: 7%;
}

.dropdown-services h3{
	font-family: 'Questrial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 25px 0px 20px 0px;
    color: #282828;
}

.dropdown-services ol{
	font-family: 'Questrial', sans-serif;
	width: 100%;
	margin: 0% 0% 5% 0%;
	padding: 0%;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}
#boton-return{

}
#boton-return button{
    width: 80%;
    font-size: 15px!important;
    padding: 5%;
    color: #eee!important;
    background: #222!important;
    font-weight: normal;
    margin: 0 5%;
}
#boton-return button>i{
	
}
.dropdown-services ol>li{
	position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}

.dropdown-services ol>li>i{
	position: absolute;
    left: 12px;
    top: 5px;
    font-size: 10px;
    color: #f0b310;
}
.modal-content{
	padding-top: 0;
}
.modal-body p{
	font-family: 'Questrial', sans-serif;
	font-size: 17px;
}
.modal-header {
	justify-content: left;
}

.modal-header h1{
		font-family: 'Questrial', sans-serif;
    font-size: 22px;
    color: #111;
    font-weight: bold;
    letter-spacing: 0.5px;
}
/* carrousel */
.slider-icons{
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0.5%;
	background: #0000;
}

.slider-icons ul{
	width: 100%;
	margin: 0%;
	padding: 0%;
	list-style: none;
	display: flex;
	justify-content: center;
}

.slider-icons ul>li{
	width: 15%;
    margin: 0% 5% 0% 5%;
    padding: 1%;
    list-style: none;
    display: flex;
}

.slider-icons ul>li>img{
	width: 50px;
    height: 50px;
    padding: 20%;

}

.read-more {
	font-weight: bold;
    cursor: pointer;
    color: #2196f3c9;
    font-size: 16px;
}

.buttons-services{

}

.buttons-services li {
	width: 100%!important;
    display: flex;
    justify-content: space-between;
    border: 1px solid #f0b310;
    padding: 4px 5px!important;
    border-radius: 78px;
}

.buttons-services li > p {
    padding-left: 10px;
    margin: auto 0%;
    font-size: 18px;
}
@media (max-width: 620px) {
	.enterprise-logo {
	    width: 40%;
	    top: -55%;
	}
	.gif-start img{
		width: 50%!important;
	}
}
@media (max-width: 360px) {
.dropdown-services p {
    font-size: 13px;
 }
.slider-icons ul>li>img {
    width: 45px;
    height: 45px;
    padding: 20%;
}
}