@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

/* * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */


body{
	margin:0;
    font-style: normal;
	font-family: 'Poppins', sans-serif;
	}
	
	
img{
	max-width:100%;
	height: auto;
    border: 0;
    margin-top: 10px;
	}


.coor-head-line {
    height: 15px;
    background-color: #f5a111;
}

#conozcanos  {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
#conozcanos p {
    text-align: justify;
    font-size: 16px;
    color: #696969;
    font-weight: 400;
    padding: 10px 10px 10px 10px;
}
#conozcanos h3 {
    font-weight: 400;
    color: #626262;
    text-align: left;
    font-size: 22px;
    line-height: 1.6em;
    margin: 0;
}
#conozcanos h4 {
    font-size: 35px;
    font-weight: 900;
    color: #0e0d5d;
    text-align: left;
    line-height: 5px;
    text-transform: inherit;
    padding: 15px;
}
#conozcanos .clicbtn {
    display: block;
    border-radius: 5px;
    padding: 20px 85px;
    width: 100%;
    transition: all 0.5s;
}
.fondo{
	background-image: url("../images/fondo.png");
	background-repeat: no-repeat;
    background-position: right;
}
.wrap {
    text-align: right;
}
.logo{
    padding: 15px;
    width: 100%;
}
.img-logo{
	width: 10%;
}
.img{
    border-top-left-radius: 30px;
    border-top-right-radius: 130px;
    border-bottom-left-radius: 130px;
}
.button-s {
    padding: 18px 125px;
    border-radius: 5px;
    background-color: #0e0d5d;
    font-size: 20px;
    line-height: 1.42em;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    border-top-left-radius: 30px;
    border-top-right-radius: 130px;
    border-bottom-left-radius: 130px;
	box-shadow: 0px 10px 9px 0px rgba(14,13,93,0.7);
}

.button-s:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #f5a111;
    background-color: #f5a111;
    color: #fff;
text-decoration: none;}
.h2{
    font-size: 18px;
    text-align: center;
    border: 3px solid #f5a111;
    color: #000;
    padding: 10px 15px;
    height: 103px;
    border-radius: 10px;
    font-weight: 400;
}
.h22{
    font-size: 18px;
    text-align: center;
    border: 3px solid #f5a111;
    color: #fff;
    padding: 10px 15px;
    height: 103px;
    border-radius: 10px;
    font-weight: 400;
    background: #f5a111;
}
.div {
    display: table;
    text-align: center;
    border: none;
}
.span {
    display: table-cell;
    vertical-align: middle;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-arrow-right:before {
    content: "\f061";
}
@media (min-width:320px) and (max-width:740px){
	#conozcanos h4  {
    font-size: 24px;
    font-weight: 900;
    color: #0e0d5d;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    line-height: 30px;
}
	#conozcanos p {
    text-align: justify;
    font-size: 14px;
    color: #878787;
    font-weight: 300;
    padding: 10px;
}
	.button-s {
    padding: 18px 35px;
    border-radius: 5px;
    background-color: #f5a111;
    font-size: 16px;
    line-height: 1.42em;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    float: none;
    margin-top: 0px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    margin-left: -187px;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
}
	.img-logo {
    width: 50%;
    margin: auto;
}
}