/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************* A PARTIR DE AQUI TU CSS *************************************/

/*********Globales************/

a {
    text-decoration: none;
    color: white;
}

html {
    font-family: Poppins;
}


h1 {
    font-size: 50px;
    color: black;
    font-weight: 650;
}

h2 {
    font-size: 27px;
    color: white;
    font-weight: 300;
}

h3 {
    font-size: 14px;
    font-weight: 300;
}

h4 {
    font-size: 27px;
    font-weight:250px ;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    color: white;
}

.boton { color: white;
        background-color: #4E6CFF;
        border-radius: 40px;
        text-align: center;
        padding: 10px 20px;
        width: auto;
        
}

.boton:hover { color: white;
        background-color: #6A85FF;
        border-radius: 40px;
        text-align: center;
        padding: 10px 20px;
        width: auto;
    
}

p {
    font-weight: 250;
}





/*********Cabecera************/

#cabecera {
    margin-top: 20px;
    position: fixed;
  top: 0;
  left: 0;
  width: 97%;
    z-index: 2;
    max-width: auto;
    height: 62px;
    background-color: #E95F0F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    border-radius: 20px;
    margin-left: 20px;
   
    
    
}

.lista {
    padding: 1px;
    font-size: 17px;
    font-weight: 350;
}

.lista ul {
    display: flex;
    justify-content: flex-start;
    margin-right: 30px;
}

.lista li {
    margin-right: 37px;
}

.lista a:hover {
    color: white;
}


.logo {
    margin-left: 50px;
    width: 100px;
    text-align: center;
    height: 46px;
    padding-top: 0px;
}


/*********banner************/

#banner {
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(
      rgba(208, 103, 48, 0.4)), url(images/bannerfondo.png);
    background-position: center;
    padding-top: 11px;
    background-size: cover;
    align-items: center;
    
}

.cuadradito {
    background-color: #E95F0F;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 120px;
    margin-left: 150px;
    width: 20px;
    border-radius: 5px;
}

.chimpun {
    margin-left: 150px;
}

.puntfinal {
    margin-top: 15px;
    max-width: auto;
    background-color: #f4dec7;
    margin-left: 150px;
    border-radius: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
}

.deuna {
    margin-top: 15px;
    width: 335px;
    margin-left: 150px;
    border-radius: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 16px;
    padding-right: 16px;
}

.deuna h1 {
    color: white;
}

#banner .boton {
    margin-top: 20px;
    margin-left: 150px;
    width: 130px;
}

.agencia { 
    margin-top: 60px;
    text-align: end;
    margin-right: 150px;
   
}

.agencia h4 {
    color: white;
    padding-bottom: 20px;
    font-weight: 100;
}


/*********quefem************/

#quefem {
    margin-left: auto;
    margin-right: auto
}

#quefem h4,p {
    margin-left: 150px;
}

#quefem h4 {
    padding-top: 40px;
    padding-bottom: 10px;
}

.naranja {
  font-weight: 700;
  color: #E95F0F;
}

.en {
    font-weight: 250;
}

.fotos {
    margin-left: 150px;
    margin-right: 150px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

#quefem h5 {
    color: white;
}

.item1 {
    width: 350px;
    border-radius: 20px;
    height: 160px;
    text-align:center;
    display: grid;
  place-items: center;
    background-image: linear-gradient(
      rgba(208, 103, 48, 0.4)),url(images/solucionescom.jpg);
    background-size: 350px;
    transition: all 0.5s;
    background-position: center;
    
    
}

.item1:hover {
    width: 350px;
    border-radius: 20px;
    height: 160px;
    text-align:center;
    display: grid;
  place-items: center;
    background-image: linear-gradient(
      rgba(208, 103, 48, 0.4)),url(images/solucionescom.jpg);
    background-size: 400px;
    background-position: center;

}

.item2 {
    width: 350px;
    border-radius: 20px;
    height: 160px;
    text-align:center;
    display: grid;
  place-items: center;
    background-image: linear-gradient(
      rgba(208, 103, 48, 0.4)),url(images/sectormu.jpg);
    background-size: 350px;;
    background-position: center;
    transition: all 0.5s;
}

.item2:hover {
    width: 350px;
    border-radius: 20px;
    height: 160px;
    text-align:center;
    display: grid;
  place-items: center;
    background-image: linear-gradient(
      rgba(208, 103, 48, 0.4)),url(images/sectormu.jpg);
    background-size: 400px;
    background-position: center;
}

.item3 {
    width: 350px;
    border-radius: 20px;
    height: 160px;
    text-align:center;
    display: grid;
  place-items: center;
    background-image: linear-gradient(
      rgba(208, 103, 48, 0.4)),url(images/comdir.jpg);
    background-size: 350px;
    background-position: center;
    transition: all 0.5s;
}

.item3:hover {
    width: 350px;
    border-radius: 20px;
    height: 160px;
    text-align:center;
    display: grid;
  place-items: center;
    background-image: linear-gradient(
      rgba(208, 103, 48, 0.4)),url(images/comdir.jpg);
    background-size: 400px;
    background-position: center;
}




/*********Proceso de trabajo************/

#proceso {
    margin-left: auto;
    margin-right: auto;
    background-color:#eeeeee;
    border-radius: 50px 50px 0px 0px;
}

.title {
    display: flex;
    justify-content: space-between;
    margin-left: 100px; 
}

.title img {
    padding-top: 30px;
}


.title h2 {
    padding-top: 70px;
    margin-left: 60px;
    font-weight: 700;
    color: black;
    font-size: 50px;
    padding-right: 200px;
    
}




h2 span {
    display: block;
    font-weight: 200;
    font-size: 22px;
}

.pasos {
    margin-left: 150px;
    padding-bottom: 50px;
    margin-right: 150px;
}


.step {
    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    
}

.step h6 {
    font-size: 60px;
    margin-right: 10px;
    font-weight: 700;
    color: color(display-p3 0.84 0.41 0.19);
}

.step2 {
    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    
}

.step2 h6 {
    font-size: 60px;
    margin-right: 10px;
    font-weight: 700;
    color: #4E6CFF;
}


.gran {
    margin: 0px;
    display: flex;
    background-color: color(display-p3 0.84 0.41 0.19);
    width: 350px;
    height: 10px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 15px; 
    align-items: center;
    justify-content:space-around;
}

.granblue {
    margin: 0px;
    display: flex;
    background-color: #4E6CFF;
    width: 350px;
    height: 10px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 15px; 
    align-items: center;
    justify-content:space-around;
}


h7 {
    
    display: flex;
    margin-right: 50px;
    font-weight: 600;
    color: white;
    
}

.definitivo {
    margin-top: 50px;
    max-width: 350px;
    margin-right: 30px;
}

.definitivo p {
    font-size: 12px;
    margin: 0px;
    padding-bottom:0px;
    padding-right: 15px;
    padding-top: 20px;
    padding-left: 50px;
    text-align: center;
}

.fila3 {
    display: flex;
    justify-content: space-between;
    margin: 0px;
}

.fila3dif {
    display: flex;
    margin: 0px;
}

h8 {
    font-weight: 700;
    font-size: 25px;
}

.ychimpun {
    margin-top: 30px;
}

.ychimpun {
    display: block;
    padding-top: 40px;
    padding-left: 230px;
}

h9 {
    font-family: "Host Grotesk";
    font-size: 50px;
    justify-content: flex-start;
}

.logovert {
    padding-left: 150px;
    display: flex;
}


/*********Testimonios************/

#testimonios {
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #E95F0F; 
}

.title2 {
    display: flex;
    justify-content: space-between;
}

.title2 h2 {
    padding-top: 40px;
    margin-left: 150px;
    font-weight: 700;
    color: white;
    font-size: 50px;
    padding-right: 100px;
    
}

.opiniones {
    padding-top: 40px;
    padding-bottom: 100px;
    margin-left: 150px;
    margin-right: 150px;
    display: flex;

}

.cajita {
    background-color: white;
    height: 510px;
    border-radius: 20px;
    padding-top: 40px;
    margin-right: 40px;
    min-width: 400px;
   
}
  

.image-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    margin-left: 120px; 
  }

  /* círculo naranja detrás */
  .image-wrapper::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 12px solid #f26522;
    top: -2px;
    left: 8px;
    clip-path: inset(0 0 0 40%);
  }

  .image-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
  }

.name {
    margin-top: 20px;
    text-align: center;
}
    
    .name h6 {
        color: black;
        font-weight: 200;
        padding-top: 5px;
    }

h12 {
    font-weight: 650;
}
    
    h13 {
        color: color(display-p3 0.84 0.41 0.19);
        font-weight: 500;
        font-size: 13px;
        line-height: 1.4;
        
    }
    
    .destacado {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .text {
        padding-top: 20px;
        display: flex;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    
    .barra {
        background-color: color(display-p3 0.84 0.41 0.19);
        width: 40px;
        margin-right: 10px;
    }
    
    .text p {
        margin: 0px;
        font-size: 13px;
        line-height: 1.4;
        font-weight: 200;
    }
    
        .stars {
      font-size: 40px;
      text-align: center;
            padding-top: 20px;
    }

    .filled {
      color: gold;
    }
    


/*********Footer************/





#footer {
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    background-color: #E95F0F;
}

.newsletter {
    width: 300px;
    ;
}

.partearriba {
    display: flex;
    justify-content: space-between;
    margin-left: 150px;
    margin-right: 150px;
    padding-top: 40px;
}

.suscribe {
    padding-bottom: 20px;
}

.suscribe h5 {
    color: white;
    margin-bottom: 3px;
    
}

.suscribe h6 {
    font-weight: 150;
}

.correo input {
    width: 300px;
}

.correo {
    padding-bottom: 10px;
}

.terminos {
    color: white;
    font-weight: 200;
    font-size: 14px;
    padding-bottom: 20px;
}

.news p {
    margin: 0;
    
    
}

.logofooter {
    padding-right: 100px;
}


.redes {
   padding-right: 30px; 
    text-align: center;
    
    
}

.redes h6 {
    padding-top: 30px;
}

.redes img {
    padding-top: 40px;
    margin-right: 10px;
}

.separacion {
    margin-left: 150px;
    background-color: aqua;
    width: 20px;
}

#footer .cuadradito {
    background-color: white;
    margin: 0px;
    width: auto;
    height: 2px;
    margin-top: 30px;
    margin-right: 150px;
    margin-left: 150px;
}

.parteabajo {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
      margin-left: 150px;
    margin-right: 150px;
}

.parteabajo ul {
    display: flex;
}

.parteabajo li {
    margin-right: 15px;
}

.parteabajo h6 {
    font-weight: 300;
}









/*********************************** PÁGINA SERVICIOS******************************************/



/*********Banner************/


#bannerservicios {
    max-width: auto;
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(
      rgba(208, 103, 48, 0.4)), url(images/serviciosph.jpg);
    background-position: center;
    padding-top: 11px;
    background-size: cover;
    align-items: center;
    
}

.servicios {
    text-align: center;
    padding: 300px;
    
}


.rodelito {
    max-width: auto;
    background-color: #f4dec7;
    border-radius: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 150px;
    padding-right: 150px;
    display: inline-block;
}


/*********listadoservicios************/



#listado {
    margin-left: auto;
    margin-right: auto;
}

.areas {
    margin-top: 40px;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 40px;
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 10px;
}

.icon {     
    background-image: linear-gradient(
      rgba(208, 103, 48, 0.3)), url(images/branding.jpg);
    background-size: cover; 
     width: 500px;
    border-radius: 10px;
    padding-top: 20px;
    transition: transform 0.6s ease;
    
    
}

.icon:hover {
    background-image:  linear-gradient(
      rgba(78, 198, 255, 0.3)),url(images/branding.jpg);
    background-size: cover; 
     width: 500px;
    border-radius: 10px;
    padding-top: 20px;
    transform: scale(1.1)
}




.ser {
    text-align: end;
    width: 500px;
    display: flex;
    align-items: center;
    padding-bottom: 180px;
    justify-content: space-between;
}

.ser2 {
    text-align: end;
    width: 500px;
    display: flex;
    align-items: center;
    padding-bottom: 180px;
    justify-content: space-between;
}

.ser h2 {
    font-weight: 600;
    margin-left: 30px;
}

.ser2 h2 {
    font-weight: 600;
    margin-right: 45px;
}



.subareas {
    background-color: color(display-p3 0.84 0.41 0.19);;
    margin-left: 300px;
    padding-top: 80px;
    border-radius: 900px 0px 70px 0px;
}



.subareas:hover {
    background-color: #4E6CFF;
    margin-left: 300px;
    padding-top: 80px;
    border-radius: 900px 0px 70px 0px;
}

.subareas ul {
    padding-right: 20px;
    padding-bottom: 20px;
} 

.subareas li {
    text-align: end;
    color: white;
    margin-bottom: 5px;
}














/*********************************** PÁGINA SERVICIOSIN******************************************/


#serviciosin {
    margin-left: auto;
    margin-right: auto;
}

.minibanner {
    background-image: url(images/branding.jpg);
    background-size: cover;
    padding-top: 80px;
    text-align: center;

}

.desglose {
    margin-left: 150px;
    margin-right: 150px;

    
}




















    
    



    







    

    







    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    


/*********************************** PÁGINA SOBRE MÍ******************************************/


/*********Cabecera************/

.aquiestas {
     background-color: black;
    height: 2px;
    border-radius: 3px;
}




/*********RubénFenoll************/

#rubenfenoll {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    display: flex;
    align-items:  center;
}

.presentacion {
    margin-left: 25px;
}

#rubenfenoll p {
    margin-top: 30px;
    font-weight: 300;
    font-size: 15px;
    text-align: justify;
}



/*********ESTUDIOS/EXPERIENCIA************/

#titulico {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.estudios {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items:  flex-start;
    padding-top: 20px;
    
    
}

.estudios h5 {
    margin-bottom: 4px;
}

.estudios p {
    font-size: 12px;
    text-align: justify;
    margin-top: 10px;
}

.estudios2 {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items:  flex-start;
    padding-bottom: 50px;
    
    
}

.estudios2 h5 {
    margin-bottom: 4px;
}

.estudios2 p {
    font-size: 12px;
    text-align: justify;
    margin-top: 10px;
}




.itemsocorro {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-right: 80px;
    
}

.itemagus {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-left: 130px;
    padding-top: 220px;
    
    
}

.itemucv {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-right: 80px;
    
}

.itemucvdep {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-left: 130px;
    padding-top: 220px;
    
    
}






.textitoest {
    width: 300px;
}

.textitoest p {
    line-height: 15px;
}

.imgyaño {
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

.imgyaño h5 {
    background-color: #91CAEA;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 140px;
    margin-left: 25px;
    border-radius: 8px;
    margin-top: 10px;
    
    
}

.rayacentral {
   background-color: #55C2FF;
    height: 500px;
    width: 80px;
    margin-left: 35px;
    border-radius: 3px;
}




/*********************************** PÁGINA CONTACTO******************************************/


/*********DUDAS************/

#dudas {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;

    
}

#dudas p {
    font-size: 13px;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
}


/*********RFSTUDIO************/

#rfstudio {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    background-color: black;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    
}

/*********INFOCONTACTO************/


#infocontacto {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.info h5 {
    margin-bottom: 10px;
    font-size: 17px;
}

.info p {
    margin-bottom: 25px;
    font-size: 12px;
    
    
}


























