/*texto*/
h1, h2, h3, h4, h5, h6, .titleform {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	color: #053245;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
p {
	font-family: 'Source Sans Pro', monospace;
	font-size: 16px;
}
p:before {
	content:attr(type);
	display:block;
	margin:10px 0 0;
}
span {
	margin:0 5px 0 15px
}
.textoc {
	text-align: center;
}
.textoc h1, .textoc h2{
	color: #fff;
}
.justificado{
  	text-align: justify;
  	padding: 0 50px 0 50px;
  	font-size: 25px;
}


.card .b-objetivo .text-white{
	bottom: 0;
}
.carousel-caption h3{
	color: #fff;
}
.card {
	border-radius: 0;
}
.carousel-inner img {
    width: 100%;
    /*height: 100%;*/
}

.fotoPerfil {
	width: 250px;
	margin-bottom: 10px;
}
.cardForm .card-body {
	padding: 20px 50px 20px 50px;
}
.card-body .fab {
	font-size: 140px;
}
.carousel-indicators li {
	height: 15px;
	width: 15px;
	border-radius: 50%;
}
.logoEmpresa {
	position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%,0%);
	height: 110px;
	margin-bottom: 10px;
}



.col-xl-4, .col-xl-6 , .col-xl-8, .col-xl-12{
	padding-right: 0;
	padding-left: 0;
}
.cardForm {
	height: 100%;
}

.b-clientes {
	background-color: #3CADBD;
}
.b-objetivo {
	background-color: #053245;
}
.centrarImagen {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
  	margin-left: auto;
  	margin-right: auto;
}
.jumbotron {
	background-color: #053245;
	color: #fff;
	margin-bottom: 0;
	border-radius: 0;
	padding: 10px 0 0 0;
}
.jumbotron p {
	margin: 0;
}
.footerLogo {
	height: 80px;
}
img .st1 {
	fill: #fff;
}
.middleText {
	font-size: 70px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.colorbtn {
	background-color: #2CFF63;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: none;
}
.colorbtn:hover {
	background-color: #66ff8f;
	color: #fff;
}
input {
	border: 1px solid #3CADBD!important;
}
input[type=submit] {
	border: 0!important;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::placeholder {
    color:#3CADBD!important;
}
.uncm {
	padding-top: 3%;
	padding-bottom: 3%;
}
.titleform {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.form-control {
	font-size: 16px;
}
.form-group {
	margin-bottom: 16px;
}
.bordeP {
	border: 6px solid;
	border-radius: 20px;
    margin: 10px;
}
label {
	cursor: pointer;
}
label u {
	color: #007bff;
}
.carousel-caption {
	background-color: rgb(60, 173, 189, 40%);
	border-radius: 20px;
	padding: 20px;
	/*box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);*/
	background: rgba(0, 0, 0, 0.7);
}
.vc {
	display: none;
}
.vpc {
	display: contents;
}

@media (max-width: 1200px) {
	.middleText {
		font-size: 2.5rem;
		position: inherit;
	}
	.centrarImagen {
		width: 40%;
	}
	.container{
		padding: 0 0 0 0;
	}
	.card-body .fab {
    	font-size: 70px;
	}
}

@media (max-width: 720px) {
	.col-xl-4, .col-xl-6 , .col-xl-8, .col-xl-12 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.middleText {
		font-size: 2.5rem;
		position: inherit;
	}
	.centrarImagen {
		width: 70%;
	}
	.container{
		padding: 0 0 0 0;
	}
	.card-body .fab {
    	font-size: 100px;
	}
	.titleform {
		font-size: 1rem;
		font-weight: bold;
	}
	.justificado {
		padding: 0 15px 0 0;
	}
	.carousel-inner img {
    	width: 100%;
    	height: 550px; 
	}
	.card-body {
		padding: 1rem;
	}

	.carousel-control-next, .carousel-control-prev {
		width: 0;
	}
	.carousel-caption {
		right: 4%;
		left: 4%;
		padding-bottom: 50px;
	}
	.carousel-indicators{
		margin-bottom: 40px;
	}
	.col-xl-4, .col-xl-6, .col-xl-8, .col-xl-12 {
		padding: 0 0 0 15px;
	}
	.jumbotron {
		margin-right: -15px;
	}
	.cardForm .card-body{
		padding: 5px 20px 10px 25px;
	}
	.logoEmpresa {
		height: auto;
	}
	.vpc {
		display: none;
	}
	.vc{
		display: block;
	}
}



#imagenesnone{
	display: none;
}



