@charset "UTF-8";
@font-face {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	src: url(fonts/IBMPlexSansCondensed-Regular.ttf);
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
  margin-left: auto;
}
/*
@media(max-width: 1024px){
	.modal-dialog{
		width: 100% !important;
	}
}
*/
.gracias {
	font-family: "IBM Plex Sans Condensed"; 
	text-align: center; 
	color: rgba(39,0,102,1.00);
	font-size: 15pt;
}

h1 .gracias {
	font-size: 20px;;
}

h2 .gracias {
	font-size: 15px;;
}

.modal-backdrop.in {
	filter: alpha(opacity=7);
	opacity: 0.7;
}

.modal-content {
	background: rgba(235,235,238, 0.7); /*#EBEBEE;*/
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
.modal-body {
	padding: 0 0px 0px 0px;
	font-display: swap;
	color: rgba(39,0,102,1.00);
	font-family: "IBM Plex Sans Condensed";
}

.modal-header {
	padding: 0px 0px 0px 0px;
	text-align: right;
}

.modal-header, .modal-footer {
	border: 0;
}

.modal-header .close {
	float: none;
	font-size: 36px;
	color: rgba(39,0,102,1.00);
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.scroller{
    z-index: 100;
    text-align: center;
    background-color: #F5F5F5;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.scroller_anchor{
    height: 0px;
    margin: 0;
    padding: 0;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
}
.rebelproyectos .scroller {
    z-index: 100;
    text-align: center;
    background-color: #EBEBEE;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0.5px solid;
    border-radius: 4px;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
}
.col-xs-12{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%;
	height: 37px;
}
.container-contact{
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
	-webkit-transition: width.25sease;
	transition: width.25sease;
    padding-top: 10px;
    padding-bottom: 0px;
    border-color: #000;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
}
@media(min-width: 768px){
	.modal-dialog {
		margin-top: 5%;
	}
	.container-contact{
		width: 750px
	}
}
@media(max-width: 767px){
	#defaultNavbar1 {
    background-color: rgba(255,255,255,0.95);
	}
	#proyectosLnk:hover {
		color: rgba(252,115,101,1.00) !important;
	}
	#nosotrosLnk, #proyectosLnk, #contactoLnk {
		color: rgb(39, 0, 102) !important;
	}
	/*#rebelLnk {
		text-align: center;
		color: #FFF !important;
	}*/
}
@media(min-width: 992px){
	.container-contact{
		width: 970px
	}
}
@media(min-width: 1200px){
	.container-contact{
		width: 1170px
	}
}

.form-control{
	border: 0.5;
	background-color: #FFF;
	height: 37px;
	margin-bottom: 5px;
	padding: 8px 15px;
	border-radius: 1;
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	/*color: #767676;*/
	font-size: 11pt;
}
/*zoom*/
.zoom {
	display:inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(images/micon.png);
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }
/*required*/
:required {
	border: 1px solid red;
}

.ubicanos h3 {
    color: rgba(39,0,102,1.00);
    margin-bottom: 5px;
    margin-top: 50px;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
}

.ubicanos p{
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
}

/**
 * style input elements that have a required
 * attribute and a focus state
 */
input:required:focus {
  border: 1px solid red;
  outline: none;
}

/**
 * style input elements that have a required
 * attribute and a hover state
 */
input:required:hover {
  opacity: 1;
}
/*Fonts*/
@font-face {
	font-family: "Helvetica neue";
	src: url(fonts/HelveticaNeueRegular.woff)
}
@font-face {
	font-family: Gotham;
	src: url(fonts/gotham.woff)
}

/**To keep upscaled images visible on mobile, 
increase left & right margins a bit**/  
@media only screen and (max-width: 768px) {   
    ul.gallery {      
    margin-left: 15vw;       
    margin-right: 15vw;
    }
    
    /**TIP: Easy escape for touch screens,
    give gallery's parent container a cursor: pointer.**/
    .carousel_plano {cursor: pointer}
    	
	.facebook-navbar {
	    padding-top: 2px;   
	    padding-bottom: 3px;
	}
	
	.instagram-navbar {
	    padding-top: 2px;   
	    padding-bottom: 3px;
	}
		
	.modal-dialog {
		margin-top: 10%;
	}
}
/*ezoom*/

.navbar.navbar-default {
    margin: 0px;
	padding: 0px;
	position: absolute;
	top:0px;
	width:100%;
	z-index: 999;
	border: none;
	border-radius: 0;
	background-color: transparent !important;
}
.navbar-header .navbar-brand .img-responsive {
    padding: 0px;
    max-width: 200px;
    height: auto;
    min-width: 140px;
    margin-top: 0px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
	.navbar-header .navbar-brand .img-responsive {
		padding: 0px;
		max-width: 130px;
		height: auto;
		min-width: 100px;
		margin-bottom: 20px;
		margin-top: -10px;
}
}
.container #defaultNavbar1 .nav.navbar-nav.navbar-right {
	margin-top:30px;
    text-align: center;
    font-size: 11pt;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
}
.navbar li a, .navbar .navbar-brand {
    color: #FFFFFF !important;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
}
.navbar-nav li a:hover {
	color: rgba(252,115,101,1.00) !important;
}

#defaultNavbar1 .nav.navbar-nav.navbar-right .facebook-navbar {
	background-image: url(images/facebook_navbar.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 6px;
	margin-right: 8px;
	margin-left: 10px;
	height: 40px;
	min-width: 40px;
}
#defaultNavbar1 .nav.navbar-nav.navbar-right .facebook-navbar:hover {
	background-image: url(images/facebook_navbar_hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
#defaultNavbar1 .nav.navbar-nav.navbar-right .instagram-navbar {
	background-image: url(images/instagram_navbar.svg);
	margin-top: 6px;
	height: 40px;
	min-width: 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
#defaultNavbar1 .nav.navbar-nav.navbar-right .instagram-navbar:hover {
	background-image: url(images/instagram_navbar_hover.svg);
	margin-top: 6px;
	background-repeat: no-repeat;
	background-position: center center;
}
@media(max-width: 767px){
	#defaultNavbar1 .nav.navbar-nav.navbar-right .instagram-navbar {
	background-image: url(images/instagram_navbar_1.svg);
	}
	
	#defaultNavbar1 .nav.navbar-nav.navbar-right .facebook-navbar {
	background-image: url(images/facebook_navbar_1.svg);
	}
}
	
/* Dropdown */
.open .dropdown-toggle {
    background-color: rgba(39,0,102,0.90) !important;
}
/* Dropdown links */
.dropdown-menu li a {
	text-align: center;
    color: rgba(39,0,102,1.00) !important;
}
/* On hover, the dropdown links will turn red */
.dropdown-menu li a:hover {
    background-color: rgba(39,0,102,1.00) !important;
}
/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border: 0.9px solid rgba(252,115,101,1.00);
    background-color: transparent !important;
}
.navbar .navbar-default .container-fluid .navbar-header {
	position: relative;
}
.navbar .navbar-default .navbar-header{
	padding-top: 0px;
}

.home #carousel1 {
    margin-top: 0px;
    padding: 0px;
}
@media only screen and (max-width: 600px) {
	.home #carousel1 {
    margin-top: 0px;
    padding: 0px;
}
}
.home .container-fluid.Ingenio.Inmobiliario {
    background-color: rgba(252,115,101,1.00);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.home .container-fluid.Ingenio.Inmobiliario h1 {
    font-family: "IBM Plex Sans Condensed" !important;
    color: rgba(255,255,255,1.00);
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 3pt;
}
.home .container-fluid.Ingenio.Inmobiliario h2 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    text-align: center;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    font-weight: normal;
    padding-top: 0px;
    margin-top: 5px;
    padding-bottom: 8px;
}
.home .container-fluid.Ingenio.Inmobiliario p {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 13pt;
    margin-top: 16px;
}

.container-fluid.proyectosinmgenio {
    text-align: center;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    background-color: #FFFFFF;
    padding-top: 40px;
	padding-bottom: 20px;
	color: rgba(39,0,102,1.00)
}
.container-fluid.proyectosinmgenio h1 {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	text-align: center;
	color: rgba(39,0,102,1.00);
}
.container-fluid.proyectosinmgenio p {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	color: rgba(39,0,102,1.00);
}
.container-fluid.proyectorhome {
    background-color: #FFFFFF;
    padding: 0px;
}


.container-fluid.proyectorhome .rebel.col-sm-4.col-sm-offset-0 {
    background-image: url(images/departamentosenventa-rebel-SanBorja.jpg);
    height: 318px;
	margin: 0px;
	padding: 0px;
	border: 0.5px solid rgba(255,255,255,1.00);
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 400px;
	background-size: contain;
}
.container-fluid.proyectorhome .rebel.col-sm-4.col-sm-offset-0:hover {
	background-image: url(images/departamentosenventa-rebel-SanBorja-hover.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.container-fluid.proyectorhome .rebel.col-sm-4.col-sm-offset-0 .botonesproyectoshome {
	font-family: "Century Gothic";
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 150px;
	opacity: 0;
    padding-bottom: 0px;
    cursor: pointer;
}

.container-fluid.proyectorhome .intense.col-sm-4 {
    background-image: url(images/departamentosenventa-intense-SanBorja.jpg);
    height: 318px;
	margin: 0px;
	padding: 0px;
	border: 0.5px solid rgba(255,255,255,1.00);
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 400px;
	background-size: contain;
}
.container-fluid.proyectorhome .intense.col-sm-4:hover {
	background-image: url(images/departamentosenventa-intense-SanBorja-hover.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.container-fluid.proyectorhome .intense.col-sm-4 .botonesproyectoshome {
	font-family: "Century Gothic";
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 150px;
	opacity: 0;
    padding-bottom: 0px;
    cursor: pointer;
}
.container-fluid.proyectorhome .invite.col-sm-4 {
    background-image: url(images/departamentosenventa-invite-SanBorja.jpg);
    height: 318px;
	margin: 0px;
	padding: 0px;
	border: 0.5px solid rgba(255,255,255,1.00);
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 400px;
	background-size: contain;
}
.container-fluid.proyectorhome .invite.col-sm-4:hover {
	background-image: url("images/departamentosenventa-invite-SanBorja-hover.jpg");
	background-repeat: no-repeat;
	background-size: contain;
}
.container-fluid.proyectorhome .invite.col-sm-4 .botonesproyectoshome {
	font-family: "Century Gothic";
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 300px;
	opacity: 0;
    padding-bottom: 0px;
    cursor: pointer;
}


.col-md-6 #form_suscripcion #formularioconsulta {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.texto-centrado {
	text-align: center;
}
#formularioconsulta li #id_nombre_footer {
	width: auto;
	min-width: 100%;
	min-height: 37px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	list-style: none;
 
	text-decoration: none;
	padding-left: 14px;
}
.home footer .container-fluid.copyright {
    padding-top: 10px;
}
#formularioconsulta li #id_teléfono_footer {
	width:auto;
	min-width: 100%;
	min-height: 37px;
	margin-bottom: 10px;
	list-style:none;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	padding-left: 14px;
}
#formularioconsulta li #id_email_footer {
	width:auto;
	min-width: 100%;
	min-height: 37px;
	margin-bottom: 10px;
	list-style:none;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	padding-left: 14px;
}
#formularioconsulta li #id_disctrict_footer {
	width:auto;
	min-width: 100%;
	min-height: 37px;
	margin-bottom: 10px;
	list-style:none;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	padding-left: 14px;
}
#formularioconsulta li #id_lookus_footer {
	width:auto;
	min-width: 100%;
	min-height: 37px;
	margin-bottom: 10px;
	list-style:none;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	padding-left: 14px;
}

#formularioconsulta li #id_mensaje_footer {
	width:auto;
	min-width: 100%;
	min-height: 100px;
	margin-bottom:10px;
	list-style:none;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	padding-left: 14px;
}
#form_suscripcion #formularioconsulta .send {
	text-align: center;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	font-size: 11pt;
}

.home .container-fluid.contactohome {
    background-color: rgba(39,0,102,1.00);
}
.row .col-md-4 .col-sm-6.redeshome {
    list-style-image: none;
    list-style-type: none;
    text-align: center;
    margin-top: 5px;
}
.row .col-md-4 .col-sm-12.redeshome {
	margin-top: 5px;
	clear: none;
	float: none;
	text-align: center;
}
.row .col-md-4 .col-sm-12.redeshome {
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}
.col-md-4 .col-sm-12.redeshome .iconofacebook {
	display: inline-block;
	text-align: center;
}
.col-md-4 .col-sm-12.redeshome .iconoinstagram {
	display: inline-block;
	text-align: center;
}
.col-md-4 .col-sm-12.redeshome .iconowaze {
	display: inline-block;
	text-align: center;
}
.col-sm-6.redeshome .iconowhatsapp .icon-whatsapp {
   background-image: url(images/whatsapp_contacto.svg);
    height: 40px;
    min-width: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    list-style-type: none;
    margin-top: 18px;
	list-style-image: none;
	text-align: center;
}
.col-sm-6.redeshome .iconowhatsapp .icon-whatsapp:hover {
	background-image: url(images/whatsapp_contacto_hover.svg);
	background-repeat: no-repeat;
	height: 40px;
	min-width: 40px;
	display: inline-block;
	text-align: center;
	list-style-type: none;
	margin-top: 18px;
    list-style-image: none;
}
.col-sm-12.redeshome .iconologo .icon-facebook {
	display: inline-table;
	height: 90px;
	width: 220px;
	background-image: url(images/logo_neutro.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: -10px;
}
.col-sm-12.redeshome .iconologo .icon-facebook:hover {
	display: inline-table;
	height: 90px;
	width: 220px;
	background-image: url(images/logo_neutro_hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
.col-sm-12.redeshome .iconofacebook .icon-facebook {
    background-image: url(images/facebook_contacto.svg);
    height: 40px;
    min-width: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    list-style-type: none;
    margin-top: 25px;
}
.col-sm-12.redeshome .iconofacebook .icon-facebook:hover {
	background-image: url(images/facebook_contacto_hover.svg);
	background-repeat: no-repeat;
	height: 40px;
	min-width: 40px;
	display: inline-block;
	text-align: center;
	list-style-type: none;
}
.col-sm-12.redeshome .iconoinstagram .icon-instagram {
    background-image: url(images/instagram_contacto.svg);
    background-repeat: no-repeat;
    height: 40px;
    min-width: 40px;
    display: inline-block;
    text-align: center;
    list-style-type: none;
}
.col-sm-12.redeshome .iconoinstagram .icon-instagram:hover {
	background-image: url(images/instagram_contacto_hover.svg);
	background-repeat: no-repeat;
	height: 40px;
	min-width: 40px;
	display: inline-block;
	text-align: center;
	list-style-type: none;
}
.col-sm-12.redeshome .iconowaze .icon-instagram {
	background-image: url(images/waze_contacto.svg);
	background-repeat: no-repeat;
	height: 40px;
	min-width: 40px;
	display: inline-block;
	text-align: center;
	list-style-type: none;
}
.col-sm-12.redeshome .iconowaze .icon-instagram:hover {
	background-image: url(images/waze_contacto_hover.svg);
	background-repeat: no-repeat;
	height: 40px;
	min-width: 40px;
	display: inline-block;
	text-align: center;
	list-style-type: none;
}
.col-md-4 .col-sm-6.redeshome .media-heading.redeshome {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: #FFFFFF;
    margin-top: 5px;
    text-align: center;
    font-weight: 100;
    font-size: 10pt;
    margin-bottom: 10px;
	list-style-type: none;
}
.col-md-4 .col-sm-12.redeshome .media-heading.redeshome {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: #FFFFFF;
    margin-top: 10px;
    text-align: center;
    font-weight: 100;
    font-size: 10pt;
    margin-bottom: 20px;
}

body footer {
    padding: 0px;
    margin: 0px;
    background-color: rgba(25,0,65,1.00);
}

.container-fluid.copyright .col-md-6 {
    color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}
.container-fluid.copyright .col-md-6.by {
    color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}

.proyectos .container-fluid.nosotrosinmgenio {
    background-color: #FFFFFF;
    padding-top: 50px;
}
.container-fluid.nosotrosinmgenio .container.nosotrosinmgenio .col-md-6 h3{
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
    margin-bottom: 30px;
}
.container-fluid.nosotrosinmgenio .container.nosotrosinmgenio .col-md-6 p {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 10pt;
}
.container-fluid.nosotrosinmgenio .container.nosotrosinmgenio .col-md-6 {
	background-color: #FFFFFF;
}
.proyectos .container-fluid.proposito {
    background-color: rgba(252,115,101,1.00);
}
.proyectos .container-fluid.socios {
    background-color: #FFFFFF;
    padding-bottom: 65px;
    padding-top: 40px;
}
.container.socios .col-md-12 h3 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
}

.container-fluid.socios .container.socioscv .col-md-3 {
    display: inline-block;
    text-align: center;	
	align-content: center;
}
.container.socioscv .col-md-9 h4 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	font-size: 15pt;
	margin-top: 25px;
}
@media only screen and (max-width: 600px) {
	.container.socioscv .col-md-9 h4 {
    margin-top: 0px;
}
}
.container.socioscv .col-md-9 h5 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 12pt;
}
.container.socioscv .col-md-9 h6 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 12pt;
	padding-bottom: 12px;
	padding-top: 0px;
	margin-top: -6px;
}
.container.socioscv .col-md-9 p {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 10pt;
	margin-top: -8px;
}
.container.socioscv .col-md-3 .img-responsive {
    margin-top: 10px;
	text-align: center;	
	align-content: center;
}
@media only screen and (max-width: 600px) {
	.container.socioscv .col-md-3 .img-responsive {
    margin-top: 0px;
    width: 80%;
    height: auto;
	text-align: center;	
	align-content: center;	
}
}
.proyectos .container-fluid.socios .container.socioscv1 {
	margin-top: 0px;
}
.container.socioscv1 .col-md-9 h4 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	font-size: 15pt;
	margin-top: 25px;
}
@media only screen and (max-width: 600px) {
	.container.socioscv1 .col-md-9 h4 {
    margin-top: 5px;
}
}
.container.socioscv1 .col-md-9 h5 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 12pt;
}
.container.socioscv1 .col-md-9 h6 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 12pt;
	padding-bottom: 12px;
	padding-top: 0px;
	margin-top: -6px;
}
.container.socioscv1 .col-md-9 p {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 10pt;
	margin-top: -8px;
}
.container.socioscv1 .col-md-3 .img-responsive {
	margin-top: 10px;
}
@media only screen and (max-width: 600px) {
	.container.socioscv1 .col-md-3 .img-responsive {
    margin-top: 0px;
    width: 70%;
    height: auto;
    text-align: center;	
	align-content: center;
}
}
.proyectos .container-fluid.socios .container.socioscv2 {
	margin-top: 0px;
}
.container.socioscv2 .col-md-9 h4 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	font-size: 15pt;
	margin-top: 25px;
}
@media only screen and (max-width: 600px) {
	.container.socioscv2 .col-md-9 h4 {
    margin-top: 5px;
}
}
.container.socioscv2 .col-md-9 h5 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 12pt;
}
.container.socioscv2 .col-md-9 h6 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 12pt;
	padding-bottom: 12px;
	padding-top: 0px;
	margin-top: -6px;
}
.container.socioscv2 .col-md-9 p {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 10pt;
	margin-top: -8px;
}
.container.socioscv2 .col-md-3 .img-responsive {
    margin-top: 30px;
}
@media only screen and (max-width: 600px) {
	.container.socioscv2 .col-md-3 .img-responsive {
    margin-top: 10px;
    width: 70%;
    height: auto;
	position: relative;
}
}
.proyectos .container-fluid.trayectoriainmgenio {
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-fluid.trayectoriainmgenio .container.trayectoria h3 {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
    margin-bottom: 20px;
}
.container-fluid.trayectoriainmgenio .container.trayectoria p {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 10pt;
	margin-bottom: 40px;
}
.container-fluid.trayectoriainmgenio .container.trayectoria2 .trayectoria.inn.col-sm-4.col-sm-offset-0 {
    background-image: url(images/inmgenio-proyectos-trayectoria-inn.jpg);
    height: 350px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0px;
    border: 0.5px solid rgba(255,255,255,1.00);
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 208px;
    background-size: contain;
}
.container.trayectoria2 .trayectoria.inn.col-sm-4.col-sm-offset-0 .botonesproyectoshome {
    color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.trayectoriainmgenio .container.trayectoria2 .trayectoria.allegra.col-sm-4 {
	background-image: url(images/inmgenio-proyectos-trayectoria-allegra.jpg);
    height: 350px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0px;
    border: 0.5px solid rgba(255,255,255,1.00);
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 208px;
    background-size: contain;
}
.container.trayectoria2 .trayectoria.allegra.col-sm-4 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.trayectoriainmgenio .container.trayectoria2 .trayectoria.menta.col-sm-4 {
 	background-image: url(images/inmgenio-proyectos-trayectoria-menta.jpg);
    height: 350px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0px;
    border: 0.5px solid rgba(255,255,255,1.00);
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 208px;
    background-size: contain;
}
.container.trayectoria2 .trayectoria.menta.col-sm-4 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.trayectoriainmgenio .container.trayectoria2 .trayectoria.lima11.col-sm-4 {	  
	background-image: url(images/inmgenio-proyectos-trayectoria-lima11.jpg);
    height: 350px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0px;
    border: 0.5px solid rgba(255,255,255,1.00);
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 208px;
    background-size: contain;
}
.container.trayectoria2 .trayectoria.lima11.col-sm-4 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.trayectoriainmgenio .container.trayectoria2 .trayectoria.intense.col-sm-6 {
	background-image: url(images/boton-intense.jpg);
	height: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 208px;
	background-size: contain;
}
.container.trayectoria2 .trayectoria.intense.col-sm-6 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.graciasinmgenio .container.gracias2 .trayectoria.intense.col-sm-4 {
	background-image: url(images/boton-intense.jpg);
	height: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 208px;
	background-size: contain;
}
.container.gracias2 .trayectoria.intense.col-sm-4 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.trayectoriainmgenio .container.trayectoria2 .trayectoria.invite.col-sm-6 {
	background-image: url(images/boton-invite.jpg);
	height: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 208px;
	background-size: contain;
}
.container.trayectoria2 .trayectoria.invite.col-sm-6 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.graciasinmgenio .container.gracias2 .trayectoria.invite.col-sm-4 {
	background-image: url(images/boton-invite.jpg);
	height: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 208px;
	background-size: contain;
}
.container.gracias2 .trayectoria.invite.col-sm-4 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.trayectoriainmgenio .container.trayectoria2 .trayectoria.rebel.col-sm-6 {
	background-image: url(images/boton-rebel.jpg);
	height: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 208px;
	background-size: contain;
}
.container.trayectoria2 .trayectoria.rebel.col-sm-6 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.graciasinmgenio .container.gracias2 .trayectoria.rebel.col-sm-4 {
	background-image: url(images/boton-rebel.jpg);
	height: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	min-width: 208px;
	background-size: contain;
}
.container.gracias2 .trayectoria.rebel.col-sm-4 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.trayectoriainmgenio .container.trayectoria2 .trayectoria.arista.col-sm-4 {
    background-image: url(images/inmgenio-proyectos-trayectoria-arista.jpg);
    height: 350px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0px;
    border: 0.5px solid rgba(255,255,255,1.00);
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 208px;
    background-size: contain;
}
.container.trayectoria2 .trayectoria.arista.col-sm-4 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}
.container-fluid.trayectoriainmgenio .container.trayectoria2 .trayectoria.proximoproyecto.col-sm-4 {
    background-image: url(images/inmgenio-proyectos-trayectoria-proximoproyecto.jpg);
    height: 350px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    padding: 0px;
    border: 0.5px solid rgba(255,255,255,1.00);
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 208px;
    background-size: contain;
}
.container.trayectoria2 .trayectoria.proximoproyecto.col-sm-4 .botonesproyectoshome {
	color: rgba(239,239,239,0.93);
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding-top: 33px;
	display: block;
	text-decoration: none;
	align-content: center;
	height: 465px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
}

@media only screen and (max-width: 600px) {
	.row .col-xs-2 .thumbnail {
    border: 0px NONE;
	max-width: 70%;
	max-height: auto;
	text-align:  center;
	margin-left: 50px;
}
}

.proyectos .container-fluid.contactohome {
    background-color: rgba(39,0,102,1.00);
}
.row .col-md-4 .col-sm-12.redeshome {
    clear: none;
    float: none;
    text-align: center;
    margin-top: 0px;
}






.aristaproyectos #carousel2 {
    background-color: #F9F9F9;
}
.aristaproyectos .container-fluid.aristaproyecto {
	background-color: #FFFFFF;
	padding-top: 51px;
}
.aristaproyectos .container-fluid.planos {
    padding: 0px;
    margin: 0px;
    background-color: #FBFBFB;
}
.container-fluid.aristaproyecto .container.arista.proyecto .col-md-6 {
	margin: 0px;
	position: relative;
}
.container.arista.proyecto .col-md-6 .img-responsive {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.container.arista.proyecto .col-md-6 p {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	color: #ACACAC;
	text-align: justify;
	font-size: 10pt;
}
.aristaproyectos .container-fluid.detallearista {
	background-color: #FFFFFF;
	margin: 0px;
	position: relative;
}
.container-fluid.detallearista .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.container-fluid.planos #carousel1 .carousel-inner {
	background-color: #FFFFFF;
}
.container.formulariohome .col-md-6 iframe {
	max-width: 100%;
	height: 300px;
}
.aristaproyectos .container-fluid.formulariohome {
	background-color: #ECECEC;
	padding-top: 30px;
	padding-bottom: 40px;
}
.container.formulariohome .col-md-6 h4 {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	color: rgba(39,0,102,1.00);
	font-size: 15pt;
	margin-top: 25px;
}
.container.formulariohome .col-md-6 p {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	color: rgba(39,0,102,1.00);
    text-align: justify;
}
.container.formulariohome .col-md-6 h4 {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	color: rgba(39,0,102,1.00);
	font-size: 15pt;
	margin-top: 25px;
}
.row .col-md-6.formulario.de.consulta h3 {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;	
	color: rgba(39,0,102,1.00);
}
.row .col-md-6.contáctanos h3 {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	color: rgba(39,0,102,1.00);
}
.row .col-md-6.contáctanos h4 {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;	
	color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 12pt;
}
#form_suscripcion #formularioconsulta {
	list-style-image: none;
	list-style-type: none;
}
#formularioconsulta li #id_nombre_footer {
	width: auto;
	min-width: 100%;
	min-height: 37px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	list-style: none;
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	text-decoration: none;
	padding-left: 14px;
}
#formularioconsulta li #id_teléfono_footer {
	width:auto;
	min-width: 100%;
	min-height: 37px;
	margin-bottom: 10px;
	list-style:none;
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	padding-left: 14px;
}
#formularioconsulta li #id_email_footer {
	width:auto;
	min-width: 100%;
	min-height: 37px;
	margin-bottom: 10px;
	list-style:none;
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	padding-left: 14px;
}
#formularioconsulta li #id_asunto_footer {
	width:auto;
	min-width: 100%;
	min-height: 37px;
	margin-bottom: 10px;
	list-style:none;
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	padding-left: 14px;
}

#formularioconsulta li #id_mensaje_footer {
	width:auto;
	min-width: 100%;
	min-height: 100px;
	margin-bottom:10px;
	list-style:none;
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	padding-left: 14px;
}
#form_suscripcion #formularioconsulta .send {
	text-align: center;
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	font-size: 11pt;
}
.aristaproyectos #carousel2 {
    padding: 0px;
}



.rebelproyectos #carousel2 {
    padding: 0px;
}
.rebelproyectos .container-fluid.rebelproyecto {
	background-color: #FFFFFF;
	padding-top: 51px;
}
.container.arista.proyecto .col-md-6 p {
    color: rgba(39,0,102,1.00);
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
}
.rebelproyectos .container-fluid.detallerebel{
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.container-fluid.detallerebel .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.rebelproyectos .container-fluid.detallerebel .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 60%;
}
@media only screen and (max-width: 600px) {
.rebelproyectos .container-fluid.detallerebel .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
}
}
.rebelproyectos .container-fluid.planos {
	padding-top: 30px;
	padding-bottom: 40px;
    background-color: rgba(252,115,101,1.00);
}
.proyectos iframe {
	max-width: 100%;
	margin-bottom: 10px;
}


.intenseproyectos #carousel2 {
    padding: 0px;
}
.intenseproyectos .container-fluid.intenseproyecto {
	background-color: #FFFFFF;
	padding-top: 51px;
}
.container.intense.proyecto .col-md-6 p {
    color: rgba(39,0,102,1.00);
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
}
.intenseproyectos .container-fluid.detalleintense{
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.container-fluid.detalleintense .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.intenseproyectos .container-fluid.detalleintense .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 60%;
}
@media only screen and (max-width: 600px) {
.intenseproyectos .container-fluid.detalleintense .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
}
}
.intenseproyectos .container-fluid.planos {
	padding-top: 30px;
	padding-bottom: 40px;
    background-color: rgba(252,115,101,1.00);
}
.proyectos iframe {
	max-width: 100%;
	margin-bottom: 10px;
}


.inviteproyectos #carousel2 {
    padding: 0px;
}
.inviteproyectos .container-fluid.inviteproyecto {
	background-color: #FFFFFF;
	padding-top: 51px;
}
.container.invite.proyecto .col-md-6 p {
    color: rgba(39,0,102,1.00);
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
}
.inviteproyectos .container-fluid.detalleinvite{
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.container-fluid.detalleinvite .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.inviteproyectos .container-fluid.detalleinvite .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 60%;
}
@media only screen and (max-width: 600px) {
.inviteproyectos .container-fluid.detalleinvite .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
}
}
.inviteproyectos .container-fluid.planos {
	padding-top: 30px;
	padding-bottom: 40px;
    background-color: rgba(252,115,101,1.00);
}
.proyectos iframe {
	max-width: 100%;
	margin-bottom: 10px;
}


.contacto .container-fluid.postventa {
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    background-color: rgba(252,115,101,1.00);
}
.contacto .container-fluid.contactos .container.contactos {
	margin-top: 40px;
	margin-bottom: 30px;
}
.contacto .container-fluid.contactos {
    background-color: #FFFFFF;
    margin-top: -6px;
}
.row .col-md-6.contáctanos h3 {
    font-size: 18pt;
    margin-bottom: 20px;
}

#formularioconsulta li p {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
}



.proyectos .container-fluid.contactos {
    background-color: #FFFFFF;
    margin-top: -6px;
}
.aristaproyectos .container-fluid.contactohome {
	background-image: url(images/fondo_contactos.jpg);
    background-repeat: no-repeat;
    background-size: cover;	
}
.rebelproyectos .container-fluid.contactohome {
    background-repeat: no-repeat;
    background-size: cover;	
	background-color: rgba(39,0,102,1.00);
}
.intenseproyectos .container-fluid.contactohome {
    background-repeat: no-repeat;
    background-size: cover;	
	background-color: rgba(39,0,102,1.00);
}
.contacto .container-fluid.contactohome {
    background-color: rgba(39,0,102,1.00);
}
.aristaproyectos .container-fluid.detallearista .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 60%;
}
@media only screen and (max-width: 600px) {
.aristaproyectos .container-fluid.detallearista .img-responsive {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
}
}


.contacto #carousel1 {
    padding: 0px;
}
.contacto iframe {
    width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.container-fluid.postventa .container.postventa h1 {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
  color: #FFFFFF;
	text-align: center;
	font-size: 14pt;
}
.row .col-md-6.contáctanos p {
	font-family: "IBM Plex Sans Condensed";
	font-display: swap;
	color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 10pt;
}
.container-fluid.postventa .container.postventa .btn.btn-primary {
    border: 1pt solid rgba(255,255,255,1.00);
    margin-top: 10px;
    font-size: 12pt;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    text-align: center;
    background-color: rgba(252,115,101,1.00);
}
.container-fluid.postventa .container.postventa .btn.btn-primary:hover {
    border: 1pt solid rgba(39,0,102,1.00);
    margin-top: 10px;
    font-size: 12pt;
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    text-align: center;
    background-color: rgba(252,115,101,1.00);
}
#formularioconsulta li p {
    color: rgba(39,0,102,1.00);
    text-align: center;
}
.home .container-fluid.proyectorhome {
    margin: 0px;
}
.home .container-fluid.proyectosinmgenioreel {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}
footer .container-fluid.copyright .col-md-6 {
	color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}
footer .container-fluid.copyright .col-md-6.by {
	color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}
.proyectos footer .container-fluid.copyright {
	padding-top: 10px;
}
.rebelproyectos footer .container-fluid.copyright {
	padding-top: 10px;
}
footer .container-fluid.copyright .col-md-6 {
	color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}
footer .container-fluid.copyright .col-md-6.by {
	color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}

.intenseproyectos footer .container-fluid.copyright {
	padding-top: 10px;
}
footer .container-fluid.copyright .col-md-6 {
	color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}
footer .container-fluid.copyright .col-md-6.by {
	color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}

.inviteproyectos footer .container-fluid.copyright {
	padding-top: 10px;
	background-color: rgba(25,0,65,1.00);
}
footer .container-fluid.copyright .col-md-6 {
	color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}
footer .container-fluid.copyright .col-md-6.by {
	color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}

.contacto footer .container-fluid.copyright {
	padding-top: 10px;
}
footer .container-fluid.copyright .col-md-6 {
	color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}
footer .container-fluid.copyright .col-md-6.by {
	color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 9pt;
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
}


.inviteproyectos .container-fluid.contactohome {
background-color: rgba(39,0,102,1.00)
}
.home .container-fluid.bienvenidosinmgenio {
    background-color: #FFFFFF;
    margin-top: 60px;
    margin-bottom: 60px;
}
.container.bienvenidosinmgenio .col-md-4 p {
    font-family: "IBM Plex Sans Condensed";
    font-display: swap;
    color: rgba(39,0,102,1.00);
    text-align: justify;
    font-size: 10pt;
    margin-top: 20px;
}
.container-fluid.terminosycondicionesinmgenio .container.terminosycondicionesinmgenio p {
    font-family: "IBM Plex Sans Condensed";
	font-display: swap;
    color: rgba(39,0,102,1.00);
	text-align: justify;
	font-size: 10pt;
	margin-bottom: 20px;
	
}.proyectos .container-fluid.terminosycondicionesinmgenio {
    margin-top: 20px;
    margin-bottom: 20px;
}
.proyectos .container-fluid.terminosycondicionesinmgenio .container.terminosycondicionesinmgenio {
    margin-top: 30px;
    margin-bottom: 30px;
}
.proyectos .container-fluid.terminosycondicionesinmgenio {
    font-family: "IBM Plex Sans Condensed";
    margin-top: 30px;
    margin-bottom: 30px;
    color: rgba(39,0,102,1.00);
}
