<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
CSS Name: Solanas Socios RCI
Version: 1.0
Author: Franco Miliozzi
Develop by: MF Consulting
*/

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

body{
    background-color: white;
	font-family: 'Montserrat', sans-serif;
}

/*#carousal_images .img-area img{
    height: 100vh !important;
}*/

#carousal_images{
    position: relative;
    overflow: hidden;
}

.margenes {margin: 30px 0;}

.dots_img {z-index: 0;}

.dots_img img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.right-content{
    display: inline-block;
    width: 85%;
    padding: 15px;
	z-index: 1;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

h2 {font-size: 32px;
    margin-top: 40px;}
	
h2 span {font-weight: bold;}

.sub_heading{
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    text-align: left;
    margin: 10px 0;
    padding: 0;
}

.texto { color: rgba(0, 25, 41, 1); 
         font-size: 14px;}

.icons{
    margin-top: 50px;
}


/* FORMULARIO */

/*--------------------*/
/* CONTACTO */
/*--------------------*/

.formulario-contacto {margin: 1rem 0;
					  padding: 1rem;	
					  background-color: rgba(0,0,0,.5);			  
					  }
					  
.color-fondo-oscuro {background-color: #FCFAFA;
			        margin-top: 1rem;
					background-attachment: fixed !important;
					background-image: url("../img/contacto-bg_movil.jpg");
					background-repeat: repeat;  
					background-size: cover;  
					color: #ffffff;
					padding: 2rem 1rem;}

.color-fondo-oscuro h2, .color-fondo-oscuro p, .color-fondo-rojo h2, .color-fondo-rojo p  {color: #FFF;}

.contacto-texto h2 { font-weight:800;
                     font-size: 2rem;
					 text-align:center;}
					 
.contacto-texto p { margin-top: 2rem;
					font-size: 1.5rem;
					line-height: 1.4rem;
					text-align:center;}

.formulario {margin: 1rem;}
					  
@media (min-width: 768px) {
	.formulario-contacto {padding: 2rem 0;
						  width: 80%;
	                      margin: 0 auto;
						  display: grid;
						  grid-template-columns: 1fr 2fr;
						  column-gap: 4rem;}
						  
	.formulario {margin-top: 0; width: 70%;}	
	
	.color-fondo-oscuro {
			        	 margin-top: 2rem;
						 background-image: url("../img/contacto-bg.jpg");
						 background-repeat: repeat;  
						 background-size: cover;  
						 padding: 2rem 0;}
						  
	.contacto-texto { justify-self: end;}
	
	.contacto-texto h2 {text-align:right;}
	
	.contacto-texto p  {text-align:right;}
}
					 
input[type="text"], input[type="email"], input[type="file"], textarea, select {
  width: 100%;
  outline: 0;
  border-width: 0 0 1px;
  border-color: #000;
  background-color: transparent;
}
.color-fondo-oscuro input[type="text"], .color-fondo-oscuro input[type="email"], .color-fondo-oscuro textarea, .color-fondo-rojo input[type="text"], .color-fondo-rojo input[type="email"], .color-fondo-rojo textarea {
	border-color: #FFF;
	color: #FFF;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #666;
}
option {font-size: 1.5rem;}

.form-format {margin-top: .5rem;}
.form-format:first-of-type {margin-top: 1rem;}
.form-format p {font-size: 1.2rem; margin-bottom: 0;}

.send-btn{
	color: #FFF;
	background-color: #000;
	font-size: 1rem;
	padding: .5rem 1rem;
	margin-top: 1rem;
	border: 2px solid #000;
	float: right;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.color-fondo-oscuro .send-btn {
	background-color: #069;
	border: 2px solid #069;
}


.send-btn:hover,
.send-btn:focus{
	text-decoration: none;
	outline: none;
	color: #000;
	background-color: #FFF;
	border: 2px solid #000;
	opacity: 1;
}



/******************SOCIAL ICONS******************/

ul.icons li {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    margin-right: 15px;
}

ul.icons li:hover {
    -webkit-animation: 0.8s spin;
    animation: 0.8s spin;
}

ul.icons li i.fa-facebook-f{
    color: #3B5998;
}

ul.icons li i.fa-twitter{
    color: #00acee;
}

ul.icons li i.fa-linkedin-in{
    color: #0e76a8;
}

ul.icons li i.fa-instagram{
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ITEMS */

.item i {font-size: 48px; color:#069;}
.item h3 {margin-top: 30px; font-weight:bold;}
.item p {margin-top: 20px;}

@media (min-width: 768px) {
.items {display: grid;
	    grid-template-columns: repeat(3, 1fr);
		column-gap: .5rem;
}
.item p {font-size: 1rem; line-height: 2rem;}
}

.item {margin-top: 1rem;
	   transition: all .5s ease-in-out;
	   padding: 1rem;
	   text-align: center;}
	   
.item:hover {background-color: #069; color: #FFF;}
.item:hover i, .item:hover a {color: #FFF;}



/******************NOTIFY BUTTON AND FIELD*************/
.btn {
    padding: 12px 40px 12px 40px;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
    border-radius: 100px !important;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border: 1px solid transparent;
    -webkit-transition: 0.5s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(39,117,255)), color-stop(51%, rgb(114,2,187)), to(rgb(39,117,255)));
    background-image: -o-linear-gradient(left, rgb(39,117,255) 0%, rgb(114,2,187) 51%, rgb(39,117,255) 100%);
    background-image: linear-gradient(to right, rgb(39,117,255) 0%, rgb(114,2,187) 51%, rgb(39,117,255) 100%);

}

.btn:hover{
    background-position: right center;
}

.input-group-append {
    margin-left: -50px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.input-group&gt;.form-control:focus {
    z-index: 1;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.display-error{
    margin-bottom: 10px;
}


/*******************MEDIA QUERIES****************/

@media (min-width:769px) and (max-width:991px) {
    .right-content {
        margin-top: 110px;
        z-index: 11;
    }
    .logo_img{
        text-align: center;
    }
    .sub_heading{
        text-align: center;
        font-size: 17px;
    }
    .icons{
        text-align: center;
    }
    .input-group-append {
        margin-left: auto;
        width: 100%;
    }
    .btn{
        margin-top: 20px;
    }
}

@media screen and (max-width:768px){
    .dots_img img {
        width: 50%;
    }
    #carousal_images .img-area img {
        height: 60vh !important;
    }
    .logo_img{
        text-align: center;
    }
    .sub_heading{
        text-align: center;
        font-size: 17px;
    }
    .icons{
        text-align: center;
    }
    .input-group-append {
        margin-left: auto;
        width: 100%;
    }
    .btn{
        margin-top: 10px;
    }
    .right-content {
        margin-top: 20px;
        z-index: 11;
		width: 90%;
    }
    .logo_img img {
        max-width: 80%;
        height: auto;
    }
}

/* FOOTER */

footer {  background-color:#222;
         padding: 50px 0;
		 color: #FFF;
		 text-align:center;
}</pre></body></html>