
	:root
    {
        --coral: #fb1737;
        --azulc: #e9f0f6;
        --azulo: #024a7c;
    }
    /* Adding Font Roboto */
@font-face{font-family:'roboto';src:url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Regular-webfont.eot);
src:url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Regular-webfont.eot?#iefix) format("embedded-opentype"),
url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Regular-webfont.woff2) format("woff2"),
url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Regular-webfont.woff) format("woff"),
url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Regular-webfont.ttf) format("truetype"),
url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Regular-webfont.svg#robotobold) format("svg");font-weight:400;font-style:normal}
@font-face{font-family:'robotobold';src:url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Bold-webfont.eot);
src:url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Bold-webfont.eot?#iefix) format("embedded-opentype"),
url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Bold-webfont.woff2) format("woff2"),
url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Bold-webfont.woff) format("woff"),
url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Bold-webfont.ttf) format("truetype"),
url(https://www.segurfer.es/templates/g5_hydrogen/custom/fonts/Roboto-Bold-webfont.svg#robotobold) format("svg");font-weight:600;font-style:bold}
    *
    {
        transition: all 0.4s 0s ease;
        -webkit-transition: all 0.4s 0s ease;
        -moz-transition: all 0.4s 0s ease;
        box-sizing: border-box;
    }
    body
    {
        font-family: Roboto;
        background-color: var(--azulc);
        margin: 0px;
        padding: 0px
    }
    p {margin: 0px}
    header, main{width:100%; max-width:1400px; margin:auto; padding:15px 2%}
    header img{width:350px}
    main{display:flex; flex-wrap:wrap; justify-content:space-between}
    main > div{padding:15px}
    main > div:first-child{width:57.5%}
    main > div.formulario{width:37.5%; position:sticky; top:30px; height:800px}
    p.primerp{font-size:50px; color:var(--coral); margin-bottom:30px; font-weight: bold; line-height: 100%}
    p.primerp ~ p{color:var(--azulo); font-size:20px; line-height:180%}
    div.precio{width:500px; height:500px; border-radius:50%; background-color: var(--coral); position:relative; margin: 30px auto 0px;z-index: -1;}
    div.precio img{position:absolute;left: -35%; bottom: 0;}
    div.precio > p{position: absolute;
top: 15%;
bottom: 0;
right: 0;
left: 40%;
margin: auto;
color: #fff;
font-size: 40px;
text-align: left;
width: 50%;
z-index: 1;
line-height: 100%;}
    p.tit{margin:30px 0px 0px; font-size:35px !important;text-align:center; line-height:100% !important; padding: 15px; background: #fff; color: var(--azulo); font-weight: bold}
    .sombra_texto{text-shadow: 1px 1px 10px rgb(0 0 0 / 30%);}
    .sombra{box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);}
    div.precio > p span {
    font-size: 180%;
    font-weight: bold;}
    .ejemplos{background: #fff;
    padding: 0px 10px;
    margin-top: -90px;
}
.ejemplos > a{text-decoration: none}
.ejemplos > a > div{display:flex; flex-wrap:nowrap; justify-content:flex-start; align-items:center;border-bottom:2px solid var(--azulc); padding:5px 0px}
.ejemplos > a:last-child > div{border-bottom:0px !important}
.ejemplos > a > div > div{padding:5px; color:var(--azulo); font-size:20px}
.ejemplos img{width:118px}
.ejemplos .ejemprecio span{font-weight:bold; font-size:135%; color:var(--coral);}

 .formulario form#presupuesto {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: transparent;
    
}

.formulario form#presupuesto legend{display:none}
.formulario form#presupuesto > fieldset{border:none}
.formulario form#presupuesto input:not(.enviar){width:45% !important; font-family: Roboto !important;}
.formulario form#presupuesto input#idmail{width:95% !important; font-family: Nunito !important;}
.formulario form#presupuesto input#protecciondatos { transform: scale(1.6); -moz-transform: scale(1.6); -webkit-transform: scale(1.6);}
.formulario .protecciondatos, .formulario .protecciondatos a{color:var(--azulo)}
.formulario form#presupuesto #solicitante{padding:0px; margin:0px}
.formulario form#presupuesto #enviodatos label, .formulario form#presupuesto #enviodatos textarea{display:none;}
.formulario form#presupuesto #enviodatos .protecciondatos label{display:block}
.cont_cias{margin:60px 0px; text-align: center}
.cont_cias p{color:var(--coral);margin:30px 0px; font-size: 27px !important; text-align: center;; font-weight: bold}
.cont_cias img{width: 110px; background: #fff; margin: 4px;}
form#presupuesto input.enviar{margin-top:30px; font-family: Nunito !important;}
	#cargando {
    height: 200% ;
    width: 380% ;
    margin-left: -224%;
    position: absolute;
}
	.formulario p{color:var(--azulo); font-size:21px;margin: 0px 2%}
	.formulario p span{font-size:150%; display:block; margin-bottom:15px; font-weight: bold}
	footer{background-color: var(--azulo);margin: 60px auto 0px; color: #fff;}
	footer > div {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 30px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer a {color: #fff; text-decoration:none}
footer a:hover{text-decoration:underline}
hr{border-top: 1px solid #fff;
    border-bottom: 0;
    margin: 15px auto;
    width: 300px;}
    .telefonos_llamada{padding:15px; border-radius:5px; text-align:center}
    .telefonos_llamada a{text-decoration: none;}
    .formulario form#presupuesto input.enviar {
    padding: 15px;
    margin: 30px auto 15px;
    border: none;
    color: #fff;
    font-weight: bold;
    background-color: var(--coral);
    border-radius: 10px;
    font-size: 19px;
}
.formulario form#presupuesto input.enviar:hover, .telefonos_llamada .parrafo_llamada:hover  {
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 30%) !important;
    -o-box-shadow: 1px 1px 10px rgb(0 0 0 / 30%) !important;
    -moz-box-shadow: 1px 1px 10px rgb(0 0 0 / 30%) !important;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%) !important;
    opacity: 1;
}
.telefonos_llamada span a{color: var(--azulo);
    font-size: 28px;
    font-weight: bold;
    text-decoration: none !important;display: flex;
    justify-content: center;
    align-items: center;}
    .telefonos_llamada span a img{margin-right:7px; background-color: var(--coral); border-radius:50%;}
    .telefonos_llamada .parrafo_llamada{padding: 10px; 
    margin: 15px auto;
    border: none;
    color: #fff;
    font-weight: bold;
    background-color: var(--coral);
    border-radius: 10px;
    font-size: 17px; width:45%;
    }
    a:-webkit-any-link{text-decoration:none !important}
    .telefonos_llamada p{margin-bottom:15px !important}
    
    
    /************* MOVIL*****************************************************************/
    @media only screen and (max-width: 576px)
    {
    	header img {width: 100%; max-width:305px}
    	main > div {padding: 5px;}
    	main > div:first-child, main > div:first-child {width: 100%;}
div.precio{width:300px; height:300px}
div.precio img {
    width: 80%;
left: -50px;
top: 80px;}
header, main{padding: 5px 2%; text-align:center}
p.primerp {font-size: 28px;margin-bottom: 15px;}
p.primerp ~ p {line-height: 150%;}
p.primerp ~ p span{display:none}
p.tit {margin: 30px 0px -60px; font-size: 25px !important;}
div.precio > p {top: 15%; right: 0; left: 113px; font-size: 28px; text-align: left; width: 60%;}
.ejemplos {margin-top: 10px;}
.ejemplos > a > div{flex-wrap: wrap; justify-content: center; text-align: center;padding: 10px 0px;}
.ejemplos > a > div > div {font-size: 19px; text-align: center; line-height: 125%;}
.cont_cias{display:none}
 main > div.formulario {
    width: 100%;
    position: relative;
    top: 0px;
    height: auto; margin-top:30px
}
.formulario form#presupuesto input:not(.enviar) {width: 95% !important;}
.formulario p {font-size: 18px;}
.formulario p span {font-size: 133%;}
.telefonos_llamada .parrafo_llamada{width:100%}

footer {margin: 30px auto 0px;}
footer > div {flex-wrap: wrap;}
footer > div > * {width: 100%;margin: 7px auto;text-align: center;}





        
    }
    /************* TABLET *****************************************************************/
    @media only screen and (min-width: 577px) and (max-width: 768px)
    {
        header img {width: 100%; max-width:305px}
    	main > div {padding: 5px;}
    	main > div:first-child, main > div:first-child {width: 100%;}
div.precio{width:550px; height:550px; margin-top:60px}
div.precio img {width: 75%;
left: -90px;
top: 30px;}
header, main{padding: 5px 2%;}
p.primerp {font-size: 38px;}
p.primerp ~ p {line-height: 150%;}
p.tit {margin: 30px 0px -100px; font-size: 30px !important;}
div.precio > p {
    top: 20%;
right: 0;
left: 280px;
font-size: 40px;
text-align: left;
}
.ejemplos {margin-top: -150px;}
.ejemplos > div{flex-wrap: nowrap; justify-content: center; text-align: left;padding: 5px 0px;}
.ejemplos > a > div > div {font-size: 19px;line-height: 150%;}
 main > div.formulario {
    width: 100%;
    position: relative;
    top: 0px;
    height: auto; margin-top:30px
}
.formulario form#presupuesto input:not(.enviar) {width: 45% !important;}
.formulario p {font-size: 19px;}
.formulario p span {font-size: 145%;}
.telefonos_llamada .parrafo_llamada {width: 280px;}
footer {margin: 30px auto 0px;}
footer > div > * {width: 100%;margin: 7px auto;text-align: center;}
.cont_cias {margin: 60px 0px 30px;}

    }
    /************* LAPTOP *****************************************************************/
    @media only screen and (min-width: 769px) and (max-width: 991px)
    {
        main > div:first-child, main > div.formulario {width: 100%; position:relative; height:auto} 
        .cont_cias {margin: 60px 0px 30px;}
        footer {margin: 30px auto 0px;}
        div.precio{margin-right: 25px}
    }
    /************* ORDENADOR *****************************************************************/
    @media only screen and (min-width: 992px)
    {
    	div.precio{margin-right: 25px}
    }

	

