@import url("reset.css");
*{
    transition: .3s;
}
body{
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1920px; 
    font-family: Roboto;
    min-width: 320px;} 
/*--------------------------------------BOTON WHATSAPP---*/
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:20px;
    background-color:#25D366;
    border-radius:50px;
    text-align:center;
    z-index:100; }
.img-wpp { 
    width:60%;
    margin:20%; }

/*---------------------------------------------BOTONERA---*/
header{
	width: 100%;
    height: 80px;
	float: left;
    position: fixed;
    max-width: 1920px; 
    padding: 0px 20px;
    z-index: 100000;
    background: white;}
#btn-menu, #btn-menu2{
    display: none;}
.header-logo{
	float: left;
    height: 50px;
	margin: 18px 0px 0px;}
.nav-insta{
	float: right;
    height: 30px;
	margin: 25px;}
.header-logo:hover{
    opacity: 0.7;
    cursor: pointer;}
.menu{
    float: right;
    height: 80px;
    line-height: 80px;
	list-style:none;}
.menu li{
    float: left;
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;}
.menu li:hover {
	color:black;}
.btn{
	color:#383838;
	text-decoration:none;
    margin: 0px 10px;
    border-radius: 15px;
	padding: 8px 20px;}
.btn:hover {
    background: #ee9f8079;}
.btndif{
	color:#383838;
	text-decoration:none;
    border-radius: 15px;
	padding: 8px 20px;
    font-weight: 400;
    background: #F4DAA5;}
.btndif:hover {
    color:white;
    background: #E27E7E;}
.linea1, .linea2{
    width: 40px;
    height: 3px;
    margin-top: 8px;
    float: left;
    transition: .3s;
    background:#383838;}



.inicio{
    width: 100%;
    float: left;
    max-width: 1920px; 
    overflow-x: hidden;
    height: auto;}
.video{
    width:100%;
    position: fixed;
    z-index: -1000;}
.videomodelos{
    display: none;
    position: fixed;
    width: 100%;
    float: left;
    z-index: -1500;}
.inicio-frases{
    width: 100%;
    float: left;
    background: #38383838;
    padding: 22% 5% 30%;
    color: white;}
.txt-principal{
    font-weight: 200;
    font-size: 70px;}
.detalle-principal{
    font-weight: 300;
    padding: 20px 0px;
    font-style: italic;
    font-size: 40px;}
.btn-inicio{
	color:#383838;
	text-decoration:none;
    border-radius: 15px;
	padding: 8px 20px;
    margin: 15px 0px;
    float: left;
    font-size: 16px;
    background: #F4DAA5;}
.txt1{
    animation-name: ani1;
    animation-duration: 14s;
    opacity: 0;
    animation-iteration-count: infinite;
    position: absolute;}
.txt2{
    animation-name: ani2;
    animation-duration: 14s;
    opacity: 0;
    animation-iteration-count: infinite;
    position: absolute;}
.txt3{
    animation-name: ani3;
    animation-duration: 14s;
    opacity: 0;
    animation-iteration-count: infinite;
    position: absolute;}
@keyframes ani1 {
    0%{opacity: 0;}
    30%{opacity: 1;}
    35%{opacity: 0;}
    100%{opacity: 0;}
}
@keyframes ani2 {
    35%{opacity: 0;}
    60%{opacity: 1;}
    65%{opacity: 0;}
    100%{opacity: 0;}
}
@keyframes ani3 {
    65%{opacity: 0;}
    95%{opacity: 1;}
    100%{opacity: 0;}
}
/*-------------ITEMS------------*/
.items{
    width: 100%;
    height: auto;
    float: left;
    background: white;
    padding: 10% 15%;}
.item{
    float: left;
    width: 28%;
    margin: 2.5%;}
.btn-items{
    width: 30%;
    margin: 2.5% 35%;
	color:white;
	text-decoration:none;
    border-radius: 15px;
	padding: 10px 20px;
    float: left;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    background: #E27E7E;}
.btn-items:hover{
    opacity: .5;}
/*-------------modelos------------*/
.modelos{
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;}
.contenidomodelos{
    width: 100%;
    float: left;
    padding: 10% 5% 5%;
    position: relative;
    background: rgba(0, 0, 0, 0.295);}
.item-modelo{
    width: 30%;
    margin: 1%;
    background: rgba(255, 255, 255, 0.959);
    color: black;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.418);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    float: left;}
.item-modelo2{
    width: 34%;
    margin: -.5% 1% 1% 1%;}
.item-modelo:hover{
    transform: scale(1.03);
    opacity: .9;
    cursor: pointer;}
.mascontratado{
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;}
.header-modelo{
    width: 100%;
    padding: 10px;
    background: #383838;
    color: white;
    text-align: center;}
.header-modelo2{
    background: #000000;}
.ico-modelo{
    width: 40px;
    margin: 10px;}
.contenido-modelo{
     width: 100%;
    float: left;
    text-align: center;}
.titu-modelo{
    font-family: Elms Sans;
    font-weight: 300;
    font-size: 30px;}
.txt-modelo{
    font-style: italic;
    font-size: 16px;
    color: #383838;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;}
.img-modelo{
    width: 90%;
    margin: 5%;
    float: left;}
.btn-modelo{
    width: 29%;
    margin: 2% 35%;
	color:#383838;
	text-decoration:none;
	padding: 10px 20px;
    border-radius: 10px;
    float: left;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    background: #F4DAA5;}
.btn-modelo2{
    width: 80%;
    margin: 2% 10% 5%;
	color:#383838;
	text-decoration:none;
	padding: 10px 20px;
    border-radius: 10px;
    float: left;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    background: #F4DAA5;}
.btn-modelo:hover{
    opacity: .5;}
.titu-modelos{
    width: 100%;
    float: left;
    text-align: center;
    font-family: Elms Sans;
    color: white;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 40px;}
.conte-plan{
    width: 100%;
    float: left;
    text-align: left;
    padding: 0% 10% 3%;
    font-size: 15px;
    line-height: 23px;
    color: #2e2e2e;}
/*----------para todos-----------*/
.tituloseccion{ 
    width: 100%;
    margin: 2% 0%;
    padding: 5%;
    text-align: center;
    background: #EE9F80;
    font-size: 40px;
    font-weight: 200;
    font-family: Elms Sans;
    float: left;}
.logosecciones{
    width: 50px;
    float: left;}
p.textosecciones2{
    width: 200px;
    height: 30px;
    margin: 30px 10px;
    float: left;
    font-size: 24px;
    font-weight: 200;}    
p.textosecciones{
    width: 200px;
    height: 30px;
    margin: 20px 10px;
    float: left;
    font-size: 24px;
    font-weight: 200;}
/*-----------Servicios-----------*/
#servicios{
    width: 100%;
    padding: 12% 10% 0%;
    background: linear-gradient(#383838, #E27E7E);
    float: left;}
.txt-servicios{
    width:100%;
    font-family: Roboto;
    font-weight: 100;
    width:27%;
    margin: 4% 2.5%;
    float: left;
    color:white;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;}
.txt-servicios b{
    float: left;
    width: 100%;
    transition: .3s;
    font-weight: 600;}
.txt-servicios:hover{
    cursor: pointer;}
.txt-servicios:hover b{
    color:white;
    background: #383838;}
.btn-aceso{
    padding: 2%;
    margin: 2% 0%;
    float: left;
    background: black;
    color: white;
    text-decoration: none;}
.btn-aceso:hover{
    opacity: .7;}
/*-----------sobre mi-----------*/
#sobremi{
    padding-top: 100px;
    width: 100%;
    float: left;
    background: white;
    height: auto;
    float: left;}
.contenidoemprendedores{
    width: 100%;
    float: left;}
.textoemprendedores{
    width: 45%;
    margin: 3% 3% 1% 10%;
    float: left;
    text-align: justify;
    font-weight: 300;
    line-height: 30px;
    font-size: 20px;}
.imgempren{
    width: 30%;
    margin: 0% 2%;
    float: left;}
/*-----------que hacemos-----------*/
#quehacemos{
    width: 100%;
    padding: 10% 0%;
    float: left;
    background: white;
    float: left;}
.conte-quehacemos{
    width: 100%;
    height: auto;
    float: left;}
.texto-quehacemos{
    width:50%;
    padding: 2%;
    float: left;}
.img-quehacemos{
    width:50%;
    float: left;}
.img-quehacemosresponsive{
    display: none;}
.titu-quehacemos{ 
    width:100%;
    float: left;
    padding-top: 50px;
    font-size: 35px;
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 100;}
.titu-quehacemos b{ 
    font-weight: 600;}
.txt-quehacemos{
    width:100%;
    font-family: Roboto;
    line-height: 26px;
    text-align: justify;
    float: left;}
.img-queha{
    width:100%;}
.left{
    float: left;
    text-align: left;}
.right{
    text-align: right;
    float: right;}
.btn-info{
    width:50%;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px solid #e16b42;
    color:black ;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    transition: .3s;}
.btn-info:hover{
    background: #e16b42;
    color: white;}

/*-----------trabajos-----------*/
#trabajos{
    width: 100%;
    padding-top: 100px;
    height: auto;
    background: white;
    float: left;}
#contenidoultimostrabajos{
    width: 100%;
    padding: 2%;}
.cuadrado{
    width: 32.3%;
    height: 350px;
    float: left;
    overflow: hidden;
    margin:.5%;}
.textocuadrado{
    width: 100%;
    height: 350px;
    border-bottom: 2px solid white;
    float: left;
    z-index: 100;
    margin-top: 250px;
    transition: .8s;}
.imagentrabajo:hover .textocuadrado{
    margin-top: 0;}
.titulotrabajo{
    width: 100%;
    float: left;
    padding: 25px;
    text-align: left;
    font-size: 20px;
    background: rgba(0,0,0,0.8);
    text-transform: uppercase;
    line-height: 60px;
    color: white;}
.contecuadrado{
    width: 100%;
    float: left;
    padding:10% 5% 50%;
    text-align: left;
    line-height: 30px;
    font-weight: lighter;
    font-size: 18px;
    background-color: rgba(0,0,0,0.8);
    color: white;}
.contecuadrado2{
    width: 100%;
    float: left;
    padding:0% 5% 50%;
    text-align: left;
    line-height: 24px;
    font-weight: 300;
    font-size: 16px;
    background-color: rgba(0,0,0,0.8);
    color: white;}
.contecuadrado a,.contecuadrado2 a{
    width: 40%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    float: right;
    margin-top: 5%;
    transition: .5s;
    padding: 1%;
    background: white;
    color: grey;
    letter-spacing: 2px;}
.contecuadrado a:hover{
    color: white;
    background: none;}
.imagentrabajo{
    float: left;
    background-size: cover;
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -100}
.uno{ background-image: url(../img/trabajos/calypsotarjeta.png);}
.dos{ background-image: url(../img/trabajos/webtodoozono.png);}
.tres{ background-image: url(../img/trabajos/flyerwam.png);}
.cuatro{ background-image: url(../img/trabajos/tarjetamelo.png);}
.cinco{ background-image: url(../img/trabajos/lipoburn.png);}
.seis{ background-image: url(../img/trabajos/tarjetawam.png);}
.siete{ background-image: url(../img/trabajos/ccti.png);}
.ocho{ background-image: url(../img/trabajos/lipoburninstagram.png);}
.nueve{ background-image: url(../img/trabajos/wamweb.png);}
.diez{ background-image: url(../img/trabajos/cctiinstagram.png);}
.once{ background-image: url(../img/trabajos/zurich.png);}
.doce{ background-image: url(../img/trabajos/oceanmedical.png);}
.trece{ background-image: url(../img/trabajos/todozono.png);}
.catorce{ background-image: url(../img/trabajos/beluyseba.png);}
.quince{ background-image: url(../img/trabajos/tanana.png);}
.dieciseis{ background-image: url(../img/trabajos/willy.jpg);}
.diecisiete{ background-image: url(../img/trabajos/malicia-portena4.jpg);}
.dieciocho{ background-image: url(../img/trabajos/dragma.png);}
.diecinueve{ background-image: url(../img/trabajos/cdeluprint.png);}
.veinte{ background-image: url(../img/trabajos/beautylounge.png);}
.veintiuno{ background-image: url(../img/trabajos/dayyemma.png);}
.veintidos{ background-image: url(../img/trabajos/roqueled.png);}
.veintitres{ background-image: url(../img/trabajos/deviconstellations.png);}
.veinticuatro{ background-image: url(../img/trabajos/systemicpath.png);}
.veinticinco{ background-image: url(../img/trabajos/wellminars.png);}
.veintiseis{ background-image: url(../img/trabajos/blume.png);}
.veintisiete{ background-image: url(../img/trabajos/bacaro.png);}
.veintiocho{ background-image: url(../img/trabajos/byangels.png);}

/*-----------hablemos-----------*/
#hablemos{
    width: 100%;
    padding: 100px 2% 5%;
    background: white;
    float: left;}
#formulario{
    width: 50%;
    margin: 2% 0% 2% 10%;
    float: left;
    height: auto;}
#informacion{
    width: 30%;
    margin: 3% 10% 2% 0%;
    float: right;
    text-align: center;
    height: auto;}
.formu{
    width: 90%;
    height: 40px;
    font-size: 18px;
    float: left;
    border:0px;
    border-bottom: 2px solid grey;
    border-right: 2px solid grey;
    margin: 1%;}
.textformu{
    font-family: roboto;
    height: 100px;
    max-width: 90%;
    min-width: 90%;
    min-height: 100px;
    max-height: 100px;}
@keyframes mover{
    0%{transform: translate(0px);}
    50%{transform: translate(10px);}
    100%{transform: translate(0px);}
}
.enviar{
    width: 100%;
    text-align: right;
    padding-right: 50px;
    margin-top: 2%;
    float: right;
    border: 0px;
    background: rgba(0,0,0,0.0);
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: 3px;
    animation-name: mover;
    animation-duration: 1s;
    cursor: pointer;
    animation-iteration-count: infinite;}
.enviar:hover{
    animation-play-state: paused;}
.iconohablemos{
    width: 5%;}
.textohablemos{
    width: auto;
    color:black;
    height: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-left: 0%;}


/*-------------footer------------*/
footer{
    padding: 5% 0% 1%;
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    background: #E27E7E;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 5px;}
.conteredes{
    width:100%;
    text-align: center;}
.redesfooter{
    width:50px;
    transition: .3s;
    margin:10px;}
.redesfooter:hover{
    opacity: .5;}
.legal{ 
    letter-spacing: 1px;
    margin-top: 50px;
    opacity: .8;
    text-decoration: none;}
.legal a{
    color: white;}
/*-----------------------------PRESUPUESTO ------*/
.presupuesto{
    width: 100%;
    background: #383838;
    float: left;
    padding: 10% 2% 0%;
    text-align: center;
    color: white;}
.titu-presu{
    width: 100%;
    float: left;
    font-size: 70px;
    font-family: Roboto;
    font-weight: 200;}
.txt-presu{
    width: 100%;
    float: left;
    font-size: 20px;
    padding: 3% 15%;
    font-style: italic;}
.btn-presu{
    width: 30%;
    float: left;
    padding: 2%;
    background: white;
    text-align: center;
    color: #383838;
    margin: 2% 35%;}
.btn-presu:hover{
    opacity: .7;}
/*------------------------------PREGUNTAS FRECUENTES------*/
.section-preguntas{
    width: 100%;
    background: linear-gradient(#383838, #E27E7E);
    float: left;
    padding: 10%;}
button.accordion {
    width: 100%;
    background: #38383800;
    color:white;
    font-size: 30px;
    text-align: center;
    padding: 2%;
    font-weight: 100;
    font-family: Roboto;
    border: 1px solid #CCCCCC;
    outline: none;
    cursor: pointer;}
button.accordion:after {
    font-family: FontAwesome;
    content: "\f067";
    transform: rotate(0deg);
    font-family: "fontawesome";
    font-size: 18px;
    margin-top: 10px;
    float: right;}
button.accordion.is-open:after {
    content: "\f067";
    transform: rotate(45deg);}
.accordion-content {
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;}
.contenido-acordeon{
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-family: Elms Sans;
    float: left;
    padding: 5%;}
.contenido-acordeon strong{
    font-size: 20px;}
/*------------------------------CONSEJOS------*/
.comunidad{
    width: 100%;
    background: white;
    float: left;
    color: #383838;
    font-family: Elms Sans;
    padding: 15% 5%;}
.titu-comunidad{
    width: 30%;
    float: left;
    text-align: left;
    font-weight: bold;
    font-size: 40px;}
.txt-comunidad{
    width: 50%;
    float: left;}
.btn-comunidad{
    width: 20%;
    float: left;
    text-align: right;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    color: #383838;}
.btn-comunidad:hover{
    opacity: .5;}

/*---------------------------------------CONTACTO---------*/
#contacto{
    width: 100%;
    float: left;
    background-image: url(../img/fondo-contactt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5%;}
.conte-txt-contacto{
    width: 50%;
    float: left;
    padding: 10% 2%;}
.txt-contacto{
    width: 80%;
    float: left;
    font-family: Elms Sans;
    font-size: 38px;
    font-weight: 400;}
.txt-contacto2{
    width: 100%;
    float: left;
    font-family: Roboto;
    font-size: 28px;
    padding: 5% 0%;
    font-weight: 300;}
.txt-contacto3{
    width: 100%;
    float: left;
    font-family: Elms Sans;
    text-align: right;
    font-size: 18px;
    padding: 2%;
    font-weight: 400;}
.form-contacto{
    backdrop-filter: blur(8px);
    background-color: #f4daa533;
    width: 40%;
    float: left;
    padding: 2%;
    margin: 8% 5%;
    border-radius: 20px;}
.form-contacto input, .form-contacto select{
    width: 96%;
    float: left;
    border: 0px;
    height: 40px;
    color: rgb(110, 110, 110);
    margin: 3% 2%;}
.form-contacto button{
    float: right;
    padding: 2% 10%;
    border-radius: 10px;
    margin: 1% 2%;
    background: black;
    font-family: Elms Sans;
    color:white;
    border: 0px;
    cursor: pointer;}
.form-contacto button:hover{
    opacity: .7;}
.btn-cont-wapp{
    width: 70%;
    padding: 2%;
    float: left;
    margin-top: 2%;
    font-family: Elms Sans;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    background: black;}
.btn-cont-wapp:hover{
    padding-left: 6%;}
.txt-contacto4{
    width: 100%;
    float: left;
    font-family: Roboto;
    text-align: right;
    font-style: italic;
    font-size: 16px;
    padding: 2% 2%;
    font-weight: 300;}
.mensajeneviado{
    width: 100%;
    float: left;
    background: green;
    color: white;
    text-align: center;
    padding: .5%;
    font-size: 12px;
}
/*---------------------------------------BLOG---------*/
#blog{
    width: 100%;
    float: left;}
.header-blog{ 
    width: 100%;
    float: left;
    background-image: url(../img/blog.jpg); 
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;}
.titu-header-blog{
    width: 100%;
    padding: 15% 0% 10%;
    float: left;
    text-align: center;
    font-size: 50px;
    color: black;
    font-family: Elms Sans;
    font-weight: lighter;}
.contenidoblog{
    width: 100%;
    float: left;
    padding: 5%;}
.conte-nove{
    width: 30%;
    padding: 2%;
    margin: 1.5%;
    float: left;}
.image-conte-nove{
    width: 100%;
    float: left;}
.txt-conte-nove2{
    width: 100%;
    color: #383838;
    font-family: Elms Sans;
    text-decoration: none;
    float: left;
    font-size: 18px;
    height: 50px;
    margin: 20px 0px;}
.btn-conte-nove{
    width: auto;
    background: black;
    float: left;
    color: white;
    padding: 2%;
    cursor: pointer;
    font-family: Elms Sans;}
.btn-conte-nove:hover{
    opacity: .7;}
.titu-blog{
    background: #F4DAA5;
    color: #383838;
    width: 100%;
    float: left;
    padding: 15% 5% 5%;
    text-align: center;
    font-size: 40px;
    font-weight: lighter;
    font-family: Elms Sans;}
.txt-blog{
    width: 60%;
    margin: 5% 20%;
    font-size: 18px;
    line-height: 24px;
    font-family: Roboto;
    float: left;}
.btn-volver-blog{
    width: 20%;
    text-align: center;
    color: white;
    background: black;
    padding: 1%;
    float: left;
    margin: 5% 40%;}
.btn-volver-blog:hover{
    opacity: .7;}

/*---------------------------NUESTRO TRABAJO*/
#nuestrotrabajo{
    width: 100%;
    float: left;}
.conte-nuestrotrabajo{
    width: 100%;
    margin: 10% 0% 5%;
    float: left;}
.conte-txt-nuestrotrabajo{
    width: 50%;
    padding-left: 5%;
    float: left;}
.img-nuestrotrabajo{
    width: 50%;
    float: left;}
.img-nuestrotrabajo-respon{
    display: none;}
.image-nuestrotrabajo{
    width: 100%;}
.titu1-nuestrotrabajo{
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: right;
    padding-right: 20px;
    font-family: Roboto;
    font-weight: 200;}
.titu2-nuestrotrabajo{
    width: 100%;
    float: left;
    font-size: 50px;
    text-align: right;
    padding-right: 20px;
    font-family: Elms Sans;
    font-weight: 400;}
.txt-nuestrotrabajo{
    width: 100%;
    float: left;
    padding: 5%;
    text-align: right;
    font-family: Roboto;
    line-height: 22px;}
/*--------------------------------------PAGINA PLANES*/
.mainplanes{
    width: 100%;
    float: left;
    background: linear-gradient(white, #F4DAA5);}
.conte-planes{
    width: 100%;
    padding: 100px 0px;
    float: left;}
.conte-item-modelo{
    background: white;
    width: 90%;
    margin: 2% 5%;
    overflow: hidden;
    float: left;
    border-radius: 10px;}
.conte-header-modelo{
    width: 100%;
    background: #383838;
    text-align: center;
    padding: 0.5%;
    float: left;}
.conte-ico-modelo{
    width: 20px;
    float: left;
    margin: 5px 10px;}
.txt-header{
    font-size: 18px;
    float: left;
    margin-top: 7px;
    color: white;
    font-family: Elms Sans;}
.conte-img-modelo{
    width: 30%;
    margin: 3% 2%;
    float: left;}
.conte-image-modelo{
    width: 100%;}
.conte-contenido-modelo{
    width: 90%;
    float: left;}
.conte-conte-plan{
    width: 65%;
    float: left;
    font-family: Roboto;
    padding: 3% 2% 1.5%;
    line-height: 20px;}
.conte-botones{
    width: 70%;
    float: right;}
.conte-btn-modelo2, .conte-btn-modelo3{
    width: 45%;
    margin: 1% 2.5%;
    text-align: center;
    padding: 1%;
    border-radius: 10px;
    float: left;
    background: #383838;
    color: white;}
.conte-btn-modelo3{
    background: #777bb3;}

.conte-btn-modelo2:hover, .conte-btn-modelo3:hover{
    opacity: .7;}
.conte-txt-detalle-modelo{
    width: 100%;
    float: left;}
.conte-contenido-txt{
    width: 100%;
    float: left;
    margin: 2% 0%;}
.conte-contenido-txt ul{
    padding: 1% 0% 1% 2%;}
.txt-detalle-modelo{
    width: 100%;
    float: left;}
.precio{
    font-size: 12px;
    margin: 2% 0%;
    width: 100%;
    float: left;}
.contelegal{
    width: 80%;
    float: left;
    margin: 10%;
    line-height: 20px;}
h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;}
